Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
wrznr authored Nov 4, 2018
1 parent c57596d commit 7a6dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# timur: Finite-state morphology for German

This package is basically a migration of a set of finite-state grammars for the morphological analyis of German delivered with [SFST](http://www.cis.uni-muenchen.de/~schmid/tools/SFST/), a finite-state transducer toolkit by [Helmut Schmid](http://www.cis.uni-muenchen.de/~schmid/), to [Pynini](http://www.opengrm.org/twiki/bin/view/GRM/Pynini), another finite-state transducer toolkit. The latter has the advantage that it is implemented as a python library allowing for seamless interaction with tons of other useful python packages.
This package is basically a migration of a set of finite-state grammars for the morphological analysis of German words delivered with [SFST](http://www.cis.uni-muenchen.de/~schmid/tools/SFST/), a finite-state transducer toolkit by [Helmut Schmid](http://www.cis.uni-muenchen.de/~schmid/), to [Pynini](http://www.opengrm.org/twiki/bin/view/GRM/Pynini), another finite-state transducer toolkit. The latter has the advantage that it is implemented as a python library allowing for seamless interaction with tons of other useful python packages.

0 comments on commit 7a6dacb

Please sign in to comment.