From 3d61591e03ffe115270a452dd8298694f53712a2 Mon Sep 17 00:00:00 2001 From: initial-d Date: Wed, 26 Aug 2026 20:34:53 +0800 Subject: [PATCH] Add me_fasttext project --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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