-
I encountered new problems with the input format option since the previous issue (many thanks for the prompt fixing of that). Briefly:
1. tags don't seem to match dictionary entries when using inpu…
-
I'm getting very odd results with the stemmer. Inconsistent. See below:
```
Main> SnowballStemmer.stem(SnowballStemmer.Stemmer("porter"), "Department of State")
"Department of St"
Main> Sno…
-
# Describe the environment
**2.6.2:**
**Centos 6:**
**Packaged from source:**
# Describe the problem
mem_limit is set to 256M but the indexer process is using over 3GB of RAM
**Steps to reproduce:…
-
Hello,
I have a question regarding the LemmaTokenizer class in the wiki_api/strings.py file. Specifically, I am curious about the reassignment of the tag variable in the __call__ method.
![img_v3_0…
-
Currently exact form modified `=` doesn't prevent expanding keywords, e.g.:
```sql
mysql> drop table if exists t;create table t(f text) min_infix_len='1' expand_keywords='1'; insert into t values(…
-
After training on a seperate machine we got some promising results, and we are now looking to move our model into production. However we encounter an issue. Downloading missing files and verifying the…
-
@tomaarsen Friendly ping!
For example:
Verb to noun:
die -> death
Adjective to adverb:
Beautiful -> beautifully
Make it happen, please!!
My project would benefit a lot from those abili…
-
Hey,
at the outset: beautiful effort. It really saved me a lot of time from recoding the whole spancat pipeline.
However, i get the following error when running the run all command. Can you te…
-
If there is (for example) a valency dictionary, one can tag each verb in the gold standard with valency, train the parser using that additional annotation, and then provide the dictionary at the infer…
-
We're adding a dictionary based lemmatizing analyzer for Ukrainian in #8342.
It would be nice to have a dynamic stemmer that can handle words that are not in the dictionary.
---
Migrated from [LUCE…