Skip to content

A silly amateur experiment with the Viterbi algorithm - based on NLTK and Pykov python modules.

Notifications You must be signed in to change notification settings

Jidouhanbaiki/my-little-viterbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The module takes a plain-text file on input and generates a "pseudo-text" string, based on Viterbi algorithm.

Dependencies:

Python 3.5

#####Python modules:

  • NLTK 3.1
  • Pykov
  • six
  • Django 1.9 (for the web-app of course)

##List of NLTK tools used:

  • default tokenizer
  • default pos-tagger
  • bigrams() - generates bigrams from a list, nothing fancy though
  • Conditional Frequency Distribution tool ( ConditionalFreqDist() )

About

A silly amateur experiment with the Viterbi algorithm - based on NLTK and Pykov python modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published