VNTK v1.2.0
✨ Major Features and Improvements
- NEW: Implement Text classification includes Bayes and fastText classifiers #18
- NEW: Implement Language Identification #26
- NEW: Implement Term Frequency–Inverse Document Frequency (tf-idf) #20
- NEW: Support nodejs version 9
🔴 Changes and Bug fixes
- Refactoring model name
- Do not support mac osx
🗎 Documentation and examples
🔊 Release Notes
- The main features in this release are: BayesClassifier, FastTextClassifier, TF-IDF, Languague Identification.
- Our experiments focus on conditional random fields and fastText models, which yield a reasonable result and fast (~20 mins per experiment).
👥 Contributors
The main models are trained in the project underthesea and fastText. Thank for their works!