BotSharp/BotSharp.NLP.UnitTest
2018-09-20 11:45:25 -05:00
..
CRFLite Fix NER offset issue. 2018-09-14 11:31:35 -05:00
SVM Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
Tokenize Fix tokenizer compile issue in unit test. 2018-09-19 23:13:12 -05:00
Vector Fix tokenizer compile issue in unit test. 2018-09-19 23:13:12 -05:00
BotSharp.NLP.UnitTest.csproj Multinomial Naive Bayes 2018-09-09 22:56:32 -05:00
DefaultTaggerTest.cs Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -05:00
NaiveBayesClassifierTest.cs Fix tokenizer compile issue in unit test. 2018-09-19 23:13:12 -05:00
NGramTaggerTest.cs Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -05:00
README.rst Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
RegexStemmerTest.cs Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
SVMClassifierTest.cs TF-IDF 2018-09-12 17:52:10 -05:00
TestEssential.cs Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00

Before you run the UnitTest, please config the environment variables in the app.json which is located under Settings directory.
::

  {
    "BotSharp.NLP": {
      "dataDir": "D:\\Projects\\BotSharp.NLP\\Data"
    }
  }