Skip to content

bob-zs/HMMTagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Inside is a primitive Hidden Markov Model Part of Speech tagger.

To run: $ python HMMTagger.py <.pos file to base tables from>

The program needs at least 2 files, the pos file to base the tables from and the txt file to tag. The program will output "sys.pos" file which will show the tags of the txt file. However, if you provide an additional 3rd file name, the output file will be that name.

Thus,

$ python HMMTagger training.pos development.txt myOutput.pos

will output a tagged version of "development.txt" called "myOutput.pos".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages