Closed knkarthik closed 6 years ago
We have two main NLU modules
It uses scikit learn SVM for text classification and uses NLTK for preprocessing and feature extraction.
Following preprocessing tasks are performed for the classification,
NER module uses PyCRF suite for Named Entity Recognition. It takes following features,
Amazing work! It would be helpful if you can explain how the tool works - the ML/NLP stuff behind this so that others can modify it if needed.
Thanks.