Skip to content

A small python program to analyze word pair statistics (frequency, likelihood) in small corpora.

Notifications You must be signed in to change notification settings

lsmitchell/bigrammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bigrammer is the main program.

Main methods are as follows:


getBigramChance(corpusFilename, bigramWord1, bigramWord2)

predictNextWord(corpusFilename, predictWord)

printLikelySen(corpusFilename)

printFreqList(corpusFilename)

printBigramProbTable(corpusFilename)

About

A small python program to analyze word pair statistics (frequency, likelihood) in small corpora.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages