| .. | ||
| CRFLite | ||
| SVM | ||
| Tokenize | ||
| BotSharp.NLP.UnitTest.csproj | ||
| DefaultTaggerTest.cs | ||
| NaiveBayesClassifierTest.cs | ||
| NGramTaggerTest.cs | ||
| README.rst | ||
| RegexStemmerTest.cs | ||
| SVMClassifierTest.cs | ||
| TestEssential.cs | ||
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"
}
}