-
I parsed a corpus in German using the model [de_core_news_sm](https://spacy.io/models/de#de_core_news_sm) as follows:
`spacy_parse(myquantedacorpus, pos=TRUE, tag=TRUE, lemma=TRUE)`
spacyr (spaC…
-
Welcome!
I created this repository as a discussion hub for the ML ecosystem in Rust, "following" a talk I gave at the Rust meetup in London ([slides](https://docs.google.com/presentation/d/1dOqqosL…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There are many "simple" lemmatizatio…
-
### Summary
The case happens when a word can be decomposed without being in the dictionary (here because of a rule).
`from simplemma import lemmatize, is_known`
### Legacy
```
>>> lemmati…
adbar updated
6 months ago
-
So people can work on them, improve what we have, create custom dictionaries, etc...
-
The problem/proposal.
Let's say I have created a custom pipeline and later realize that I would like to change it, is there a way to do this already (I checked past issues but could not find it). An …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the documentation issue
I'm trying to use the Lemmatization feature but its been a herculean issue lo…
-
ESH has a basic tagging implementation, which allows to add tags (as simple strings) to items.
The idea behind this is to assign items a semantic. So while the "category" refers to a taxonomy (e.g. th…
-
Hi, since this repo currently doesn't release blip2_opt test script on VQA task, I have writed test scipt according to paper and `predict_answers` in blip2_t5.py
Here is my code.
```
def predi…
-
Hi all,
I have had to make a couple of changes to some lines of code to prevent some error raising when running the run_lemma command to train the lemmatizer. I'm attaching them, so that you can re…