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

Dear @AlexPoint I am using the below code to train a custom model for my case. I can see the model being written but I am not sure if the...

I am currently using this package in an existing project(.NET framework). We recently moved the project to a .NET Standard environment which I cannot use this package. Is it possible...

Hello, this is great!!! Can you please help on how do we introduce a new entity, for e.g. if I was using NER, and I wanted to get prescription names...

Any possibility of releasing a strong name-signed version of the NuGet package? I currently get the error "Assembly generation failed -- Referenced assembly 'OpenNLP' does not have a strong name"

When I run **ParseTree** project I get error in **DrawTree** method of **LithiumControl**.cs in the following row: `p = new Point(graphAbstract.Root.X, graphAbstract.Root.Y);` because graphAbstract.Root == null. I get the following...

When I download the nuget package, the only libraries it contains are OpenNLP.dll and SharpEntropy.dll. When I try to use these in Unity, I get an error "unable to resolve...

Coreference This doesnt work unless I copy imodel_nr.nbin to my root, even then your example returns no results. Part-of-speech tagger This keeps says Access to the path '[MYPATH]\Resources\WordNet\dict' is denied.

in OpenNLP/Tools/Coreference/Resolver/IsAResolver.cs i think in lines 51 and 58 modelName should be without /, so only "imodel"

I need library for Net. Core and Mono (Unity 3d).

I was trying to use those files https://github.com/aciapetti/opennlp-italian-models/ To replace built-in model and dictionary, i tryed different files on different tools in solution but i dont find a combination that...