Giter VIP home page Giter VIP logo

Comments (4)

haven-jeon avatar haven-jeon commented on August 16, 2024

Hi!
Can I get the Input text for example and sessionInfo()?
I need to reproduce the error.

from konlp.

ahikmat85 avatar ahikmat85 commented on August 16, 2024

input text has over million of lines , each line representing one korean tweet,
x=readLines("tweets20140520.txt")

The exception is happening in:
https://github.com/haven-jeon/HanNanum-Analyzer/blob/master/src/kr/ac/kaist/swrc/jhannanum/plugin/MajorPlugin/PosTagger/HmmPosTagger/KoNLPHMMTagger.java

I think the array out of bounds is happening because of: mn = new MNode[10000];
though it works fine with the input text of 100,000 of lines..

from konlp.

e9t avatar e9t commented on August 16, 2024

Thanks @ahikmat85 for reporting the issue! I would also like to replicate this error since konlpy has the same problem.

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024

I think this weired, because '# of Eojeol * # of tags' can not exceed 100,000 on normal one sentence. So, this problem was related with specific abnormal sentence, not size of text.
I'm not sure I can get sentences you want to processe.

Next version of KoNLP will resolve with strong sentence detection logic.

from konlp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.