-
Hi, thank you very much for creating the treetag.fertilizer function.
Unfortunately, I get an error message when using the function to tag a German corpus. Therefore, I would like to ask for help.…
dphh updated
3 months ago
-
I follow this tutorial to install TreeTagger: https://github.com/hltfbk/EOP-1.2.3/wiki/Step-by-Step,-TreeTagger-Installation
But i got this error:
/home/mihai/workspace/myProject/src/scripts/treeta…
-
Hello:
I'm trying to run the example:
from treetagger import TreeTagger
tt = TreeTagger(language='english')
tt.tag('What is the airspeed of an unladen swallow?')
and i get the following error…
-
There is nothing wrong with the TreeTagger, but it does increase complexity of installation and maintenance and probably comes with a small speed performance hit.
Use spaCy instead. This will bring…
-
The property treetagger.fileExtension is used to determine the extension for a generated TreeTagger format file from SNP. It would be great to apply it to the importer as well, allowing the import of …
-
With otherwise identical code, my tagging process will hang when used with the latest version of TreeTagger (this is on Windows, but there are hints that the problem occurs on Mac OS, too). This is ir…
-
Actually, if I download and install treetagger (http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/), with a language, for exemple, french, a python call to treetagger fail, because installed lan…
-
Hello,
This is my first time writing an issue on GitHub so I hope I get everything right, let me know if I shouldn't have posted this here I'll be happy to put it in the right place. I'm a newcomer i…
-
```
The build.xml for the treetagger module is rather complex , special, and not
up-to-date with current standards:
- it still uses macros 0.4.0
- it does not separate into upstream and model jars
-…
-
Is there something implemeneted to run for instance the romanian configuration of TT? I understand we pass as paramter the TT source folder, but how do we controll all this attributes from the wrappe…