diff --git a/README.md b/README.md index 9465473..e957656 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Library for fast text representation and classification. https://github.com/facebookresearch/fastText +### me_fasttext + +Memory-efficient FastText variant with exact trie n-gram IDs, structure-aware row sharing, and mmap serving for large-vocabulary NLP. + +https://github.com/initial-d/me_fasttext + ### CNN_sentence CNNs for sentence classification