'POS Tagger for declension of german words in Java
The RFTagger is a Part-Of-Speech Tagger with very detailed tags for german words.
According to their website, output looks like this:
| word | part of speech |
|---|---|
| Das | PRO.Dem.Subst.-3.Nom.Sg.Neut |
| ist | VFIN.Sein.3.Sg.Pres.Ind |
| ein | ART.Indef.Nom.Sg.Masc |
| Testsatz | N.Reg.Nom.Sg.Masc |
| . | SYM.Pun.Sent |
The tags contain information about the respective word's declension. This information is what I need.
However the RFTagger is pretty outdated (available here as Beta for Java 6).
Is there any alternative POSTagger out there that is able to give me the declension of a german word?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
