OpenNlp icon indicating copy to clipboard operation
OpenNlp copied to clipboard

Open source NLP tools (sentence splitter, tokenizer, chunker, coref, NER, parse trees, etc.) in C#

Results 15 OpenNlp issues
Sort by recently updated
recently updated
newest added

currentSentenceChunk will always be null unless the first chunk starts with "B-" or equals "O".

Not sure what the proper fix is exactly, but for sentence fragments, occasionally I get this error - No head rule defined for INC using in INC-244 There are 2...

When calling `nameFinder.GetNames(models, "in 2005");` the second time, the tags are missing or the whole tagging is corrupted. The first time is working fine, the second using an total different...

The "N" should be a "V" on line 78 ```c# string partOfSpeech; if (tag.StartsWith("N") || tag.StartsWith("n")) { partOfSpeech = "noun"; } **else if (tag.StartsWith("N") || tag.StartsWith("v"))** { partOfSpeech = "verb";...

https://www.codeproject.com/articles/12109/statistical-parsing-of-english-sentences?display=print&fid=229482&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&fr=101&prof=True It's failing to convert .bin models https://opennlp.sourceforge.net/models-1.5/