BotSharp/BotSharp.NLP.UnitTest
2018-09-27 19:49:43 -05:00
..
CRFLite Fix NER offset issue. 2018-09-14 11:31:35 -05:00
Featuring Add CountFeatureExtractor. Add Matrix Shape. Fix SVMClassifier. 2018-09-26 17:09:39 -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 Replace Articulate API, in progress. 2018-09-27 19:49:43 -05:00
DefaultTaggerTest.cs Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -05:00
NaiveBayesClassifierTest.cs Abstractor BotSharpIntentClassifier 2018-09-26 06:45:35 -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 Add CountFeatureExtractor. Add Matrix Shape. Fix SVMClassifier. 2018-09-26 17:09:39 -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"
    }
  }