wartaal / HanTa

The Hanover Tagger - A simple approach to lemmatization and POS-tagging of German morphology based on heuristics and hidden markov models
GNU Lesser General Public License v3.0
47 stars 2 forks source link

Integration with other languages #6

Closed JannikStreek closed 1 year ago

JannikStreek commented 1 year ago

Hi,

great lib, helps a lot! I have built a small server wrapper, because I am not using python in my main project. With the small server, you can integrate HanTa also with other languages by calling a simple REST server. In my case, an elixir/phoenix application is using the server within a docker compose setup. Maybe it helps somebody else and, therefore, could be referenced in the readme. What do you think?

Link: https://github.com/b310-digital/nlp-word-tagger-server

Best regards from Hamburg Jannik

wartaal commented 1 year ago

Hello Jannik,

thank you!Sure, I can mention it in the documentation and the readme. I am currently working on a few issues and on the documentation. I can include a reference to the wrapper in the next update!

Best wishes Christian

wartaal commented 1 year ago

We just published a longer documentation of HanTa. I included a link to your project.

JannikStreek commented 1 year ago

cool, thanks for all your work :)