diff --git a/tnt.py b/tnt.py new file mode 100755 index 0000000..74326ab --- /dev/null +++ b/tnt.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- + +''' +Implementation of 'TnT - A Statisical Part of Speech Tagger' +'''