BotSharp/BotSharp.NLP.UnitTest
2018-09-11 17:29:36 -05:00
..
CRFLite Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -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 define bin model 2018-09-11 17:29:36 -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 Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -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"
    }
  }