PhilipEHausner / python_heideltime

A Python wrapper for the temporal tagger HeidelTime.
GNU General Public License v3.0
11 stars 1 forks source link

Extending the automatically installed languages. #4

Open dennlinger opened 2 years ago

dennlinger commented 2 years ago

Currently, only German and English are installed, however, with the same approach to the existing script, we can easily include 9 languages. All of those simply have other language-specific files from the same URL space of the TreeTagger website, so I included those, too. Note that this increases the overall installed size to ~240MB (for reference, only DE and EN together comprise of about 50MB space).