Skip to main content

Crate underthesea_core

Crate underthesea_core 

Source

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
PyCRFModel
Python wrapper for CRF Model
PyCRFTagger
Python wrapper for CRF Tagger
PyCRFTrainer
Python wrapper for CRF Trainer
PyFastText
Python wrapper for FastText model (language identification, text classification)
PyLRClassifier
Python wrapper for LR Classifier
PyLRModel
Python wrapper for LR Model
PyLRTrainer
Python wrapper for LR Trainer
PyTfIdfVectorizer
Python wrapper for TF-IDF Vectorizer