CherubNLP
CherubNLP copied to clipboard
Natural Language Processing in .NET Core
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
It works ok but for English only. How to process DE similarity phrases?
Hi, Most of the unit tests are failing due to fixed paths to non-existent test data files like bin models. If someone on the team wants to send me this...
Hi, I can't tell if I can user Cherub.NET for named entity recognition? If so, any fragments or samples somewhere, and what models are used? Thanks.
email address should be tokenized as one token.
Hi All, I am comparing the tokenization of the sentence `Hello-world` with other NLP libraries 1. OpenNLP 2. Google Natural Language (Cloud) 3. nltk(default) 4. nltk(WordPunctTokenizer) I am just trying...
Hi All, I am trying to get some very basic tokenization to work. I think I am not using the API properly because the method `Tokenize` is throwing System.NullReferenceException. Any...