Skip to content

marijanedjalkova/part-of-speech-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

part-of-speech-tagger

to run the program from the command line, run python main.py =

where options: -s, --smoothing (args = LAP, NONE) - if no smoothing mentioned, Laplace will be used -t, --trainstart (args - numerical) - which brown sentence to start from, default 0 -l, --trainlength (args- numerical) - how many sentences to train on, default 5000 -e, --testing (args - numerical) - how many testing sentences to use. Testing sentences always start immediately after the training set. At least the last 5 brown sentences are reserved for testing.

About

A university assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages