Skip to content

Count word frequencies from xml, html and txt files and store them into an sqlite3 database

License

Notifications You must be signed in to change notification settings

alejandromunozes/WordFreq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordfrec

This script is used to get the words and their frequencies from one or several xml, html and txt files and to store them in a database.

How to use

The input files must be xml, html or txt. Python 3 is required. Command:

python3 wordfreq.py file1 file2 file3...

You get the database ('wordfreq.db') with all the word forms (not lemmas) and their frequencies.

License

General Public License. See LICENSE file

About

Count word frequencies from xml, html and txt files and store them into an sqlite3 database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages