BotSharp/BotSharp.NLP.UnitTest
2018-09-14 07:23:37 -05:00
..
CRFLite fix unit test data format issue. 2018-09-14 07:23:37 -05:00
SVM Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
Tokenize Add CorrectTokenPosition to modify token start position. 2018-09-05 17:33:42 -05:00
Vector One Hot Encoding 2018-09-10 22:35:33 -05:00
BotSharp.NLP.UnitTest.csproj Multinomial Naive Bayes 2018-09-09 22:56:32 -05:00
DefaultTaggerTest.cs Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
NaiveBayesClassifierTest.cs Improve intent accuracy greater than 0.7 2018-09-13 15:01:40 -05:00
NGramTaggerTest.cs Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -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"
    }
  }