BotSharp/BotSharp.NLP.UnitTest
2018-10-03 16:49:40 -05:00
..
Featuring Add CountFeatureExtractor. Add Matrix Shape. Fix SVMClassifier. 2018-09-26 17:09:39 -05:00
Tokenize Fix tokenizer compile issue in unit test. 2018-09-19 23:13:12 -05:00
Vector added word embedding for svm classifer. 2018-10-03 16:49:40 -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 Purge unnecessary code. 2018-09-28 23:21:44 -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 use distributed embedding instead of one hot encoding in SVMclassifier 2018-10-03 12:15:46 -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"
    }
  }