Resources
POST /api/word/ >130,000 words Note: Due budget/memory constraints this version is a subset of fastText.
Routes
POST /api/word/ body:{words:['list', 'of', 'words']}
See fastTextApi.
- Next.js (TS)
- MUI
npm install
npm run dev
npm run build
npm run lint
The data was taken from fastText public repository where they are licensed under CC BY-SA 3.0.
The size of the data was reduced. Only the most common word embeddings were extracted. Then the embeddings were reduced with PCA.