Skip to content

unsupervised part of speech tagger, follows Alexander Clark's algorithm

Notifications You must be signed in to change notification settings

ronpik/pos-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pos-tagger

unsupervised part of speech tagger, follows Alexander Clark's algorithm run main.py in mainPython directory. In order to run the algorithm and get results in txt files, one doesn't need special requirements. If one wnat to visualize the results, it requires the following python packages:

  • numpy
  • scikit-learn
  • shutil
  • nltk
    • brown

About

unsupervised part of speech tagger, follows Alexander Clark's algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published