Skip to content

VNTK v1.2.0

Compare
Choose a tag to compare
@vunb vunb released this 11 Dec 03:58
· 55 commits to master since this release
737a451

✨ 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!