-
## How to reproduce the behaviour
```
import spacy
nlp = spacy.load('de')
test = nlp.tokenizer('die Versicherungen') # The insuranceS
for t in test:
print(t,t.lemma_)
[output] die der
[…
-
For two texts A and B and two parameter files X and Y, my application of tt4j runs fine for A-X, A-Y and B-X, but fails for B-Y. I can make out that the harmless word "seid" seems to be the culprit, i…
-
After importing a project, there is no indication in `projects settings` which says that the project is imported successfully. The imported project is also not shown in the `Projects`. A user needs to…
-
Providing packaged docker would enable to install easily AlvisNLP.
-
I am confused about the lemmatizer. For a sentence `Ich sehe Bäume` (I see trees).
```
nlp = spacy.load('de_core_news_sm')
doc = nlp(u'Ich sehe Bäume')
for token in doc:
print(token.text,…
-
If a file is named `my.file.tt`, the name of the imported document in Salt becomes just `my`, instead of `my.file`. I think this line is the problem:
```
String documentBaseName = this.getURI().la…
-
If anyone is working with this, there are a lot of problems with the German deposit. Some are because of known tagging problems with the TreeTagger (mis-tagging), some are because the input text hyphe…
-
There here: https://github.com/openminted/alvis-docker/tree/master/openminted-components/segmenter/test-data/plans
* [`OMTD_GeniaTagger.plan`](https://github.com/openminted/alvis-docker/blob/master…
-
Goal: run ixa-heideltime on a part-of-speech tagged file.
Input: Called compiled jar on alpino-to-treetagger and with default config.props according to [instructions](https://github.com/ixa-ehu/ixa…
-
It's not possible to have metadata values like:
```
```
Even though technically angle brackets don't need to be escaped inside attribute values. Making the values like this imports fine, but …