-
Whatever thoughts come to your mind. Just jot them down here, and later
submit a new issue out of them.
-
This thread is a master thread for collecting problems and reports related to incorrect and/or problematic predictions of the pre-trained models.
## Why a master thread instead of separate issues?
…
ines updated
2 months ago
-
I'd like to be able to create Anki cards while reading. Such cards should contain the sentence, an unknown word, and the definition of the unknown word. ([link](https://refold.la/roadmap/stage-2/a/bas…
-
See full traceback:
```bash
$ pip install hebpipe
Collecting hebpipe
Using cached hebpipe-3.0.0.6.tar.gz (8.6 MB)
Installing build dependencies ... done
Getting requirements to build whe…
bfeif updated
10 months ago
-
Node-lemmer fails to compile under 0.12.
```
CXX(target) Release/obj.target/node_lemmer/src/node-lemmer.o
../src/node-lemmer.cc:14:23: error: expected class name
class Lemmer : public ObjectWrap, p…
-
- Start by gaining familiarity with their products, and selecting the ones
that will be useful for you. From a quick look, the part-of-speech tagger,
and automatic segmentation, entity visualizer, l…
-
I try to run coreference resolution by
python heb_pipe.py -c example_in.txt
but I get this:
```
# text = עיפרון עיפרון הוא כלי כתיבה ידני לשם כתיבה וציור, לרוב על דפי נייר. העיפרון מורכב ממוט …
-
Some words are lemmatized improperly, due to picking the smallest possible lemma:
```py
lemmatizer = WordNetLemmatizer()
lemmatizer.lemmatize('dose', 'n') # returns "dose"
lemmatizer.lemmatize(…
-
### Issue I am facing
Hello,
I am developing a Telegram bot using Python and facing challenges with keyword recognition and extraction. Despite trying various methods like basic string matching, r…
-
Latin default package (ITTB) doesn't usually lemmatize words starting with a capital letter. This seems to be the case whether the word is a proper noun, normally capitalised (eg "Iacobi"), a common…