BotSharp/BotSharp.Core/Engines/SpaCy
2018-08-14 17:21:09 -05:00
..
SpaCyEntitizer.cs Abstract nlp pipeline result to Doc object. The Doc object owns the sequence of tokens. 2018-08-10 15:10:53 -05:00
SpaCyEntityRecognizer.cs Abstract nlp pipeline result to Doc object. The Doc object owns the sequence of tokens. 2018-08-10 15:10:53 -05:00
SpacyFeaturizer.cs Abstract nlp pipeline result to Doc object. The Doc object owns the sequence of tokens. 2018-08-10 15:10:53 -05:00
SpaCyProvider.cs Separate training and predictive processing pipelines so that new processes can be added at any time during prediction without retraining the model. 2018-08-12 23:14:02 -05:00
SpaCyTagger.cs Abstract nlp pipeline result to Doc object. The Doc object owns the sequence of tokens. 2018-08-10 15:10:53 -05:00
SpaCyTextCategorizer.cs Abstract nlp pipeline result to Doc object. The Doc object owns the sequence of tokens. 2018-08-10 15:10:53 -05:00
SpaCyTokenizer.cs Support import rasa nlu training data format. 2018-08-14 17:21:09 -05:00