Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a feature to analyse word frequencies #8

Open
GoogleCodeExporter opened this issue Apr 14, 2015 · 0 comments
Open

Add a feature to analyse word frequencies #8

GoogleCodeExporter opened this issue Apr 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

Telaro should be able to analyse a text for word frequencies:

$ ./telaro.py --word-frequencies --training-text drsuess.txt;

Word frequencies in file "drsuess.txt":

the 1203
on  625
sat 340
mat 289
cat 150
...
$

This should be subsettable by an input string. If subset, Telaro should 
output on STDERR the characters needed to typeset the document:


$ ./telaro.py --input-characters atmc --word-frequencies --training-text 
drsuess.txt;

Warning: File "drsuess.txt" needs these characters to be typeset:

d e h i j k l o s x z

mat 289
cat 150
mac 15
....
$

Original issue reported on code.google.com by d.crossland on 25 May 2010 at 11:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant