The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text. It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks...
More information
The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text. It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks...
More information
XTextCategorizer is a binary, supervised learning text classifier, using Convolutional Neural Network architecture
Usage:
1) Creates a new instance of TextCategorizer
2) Calls Train(samples) to train the text categorizer
3) Calls Predict(samples) to make prediction
You can also save/load the...
More information