-
### Problem
We're currently using [fasttext for language identification](https://fasttext.cc/docs/en/language-identification.html).
This is useful especially to detect the language of an ingredien…
-
Some LanguageTool guides recommend adding `fasttext` to system and set `fasttextModel`/`fasttextBinary` settings.
Does it really useful?
Should we add a guide? Or maybe add at least `fasttext` b…
-
👋 I'm trying to use this library in a Vite / SvelteKit application, but I'm having a similar issue to #1
I'm getting:
```bash
The file does not exist at "/Users/k/Documents/GitHub/project/node…
-
docker logs
```
INFO: Group "languagetool" already has gid 1000.
INFO: Fixing ownership for ngrams base folder if necessary.
INFO: Fixing ownership for fasttext model file if necessary.
INFO: Dow…
-
Do you have any suggestions for word vectors to use for Komi? I tried the fasttext Komi vectors with Stanza for POS and depparse, but it didn't make a huge difference. Tagger score went up 1 F1, but…
-
Heya, I am currently facing this error when calling FastText.loadWASM():
```
TypeError: Failed to parse URL from /home/brendan/internal-sourcing-tool/node_modules/fasttext.js/lib/wasm/fasttext_wasm.…
-
With numpy 1.26.4 and python 3.11, things work fine.
With numpy 2.1.3 and python 3.11, I get a crash:
Successfully installed numpy-2.1.3
(hf) [jlquinn@cccxc520 fms-dgt-internal]$ python
Python 3.1…
-
is this the Facebook FastText model?
-
Hi,
I am wondering, do you know of any pretrained word embeddings for Ottoman Turkish? I wanted to use this dataset to add that as a language to [Stanza](https://github.com/stanfordnlp/stanza), bu…
-
Is there a way to use the FastText as a PyTorch module? The existing one uses a hardcoded URL, and I could not change it to the pretrained weights available https://fasttext.cc/docs/en/crawl-vectors.h…