Modules§
- classifier
- Combined Text Classifier - Keeps entire pipeline in Rust
- crf
- CRF (Conditional Random Field) module for sequence labeling.
- fasttext
- featurizers
- lr
- Logistic Regression (LR) module for multi-class text classification.
- preprocessor
- Vietnamese Text Preprocessor
- svm
- Linear SVM - LIBLINEAR-style Dual Coordinate Descent
- text
- Text processing utilities for NLP.
Structs§
- CRFFeaturizer
- PyCRF
Model - Python wrapper for CRF Model
- PyCRF
Tagger - Python wrapper for CRF Tagger
- PyCRF
Trainer - Python wrapper for CRF Trainer
- PyFast
Text - Python wrapper for FastText model (language identification, text classification)
- PyLR
Classifier - Python wrapper for LR Classifier
- PyLR
Model - Python wrapper for LR Model
- PyLR
Trainer - Python wrapper for LR Trainer
- PyTf
IdfVectorizer - Python wrapper for TF-IDF Vectorizer