Skip to content

Part-Of-Speech Tagger using custom trained models, implemented with Scikit-Learn and NLTK

Notifications You must be signed in to change notification settings

devAmoghS/pos-tagger-nltk-scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pos-tagger-nltk-scikit-learn

Part-Of-Speech Tagger using custom trained models, implemented in Scikit-Learn and NLTK

Files

'corpus.py' - fetches the NLTK text corpus containing tagged data

'dt_clf.sav' - pickled file of trained model file

'example.py' - simple example of POS tagging

'tagger.py' - reads an input sentence and perfom POS tagging using trained model

'util.py' - contains utility functions and methods

About

Part-Of-Speech Tagger using custom trained models, implemented with Scikit-Learn and NLTK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages