Skip to content

A simple word processing program to extract statistical information from natural language.

License

Notifications You must be signed in to change notification settings

mattiaisgro/zipfian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Zipfian

A simple word processing Python program to extract statistical information from natural language in relation to computational linguistical models and machine learning.

Features

Zipfian reads a text file containing natural language, filters it and separates it into word tokens. The result is then analyzed to obtain insights into the statistical properties of the text.

Usage

The script can be easily executed by passing the filename of the text file containing the natural language to analyze. The program automatically filters out unwanted characters to obtain alphanumerical text input.

py zipfian.py <filename>

Dependencies

You need to have numpy and matplotlib installed to use Zipfian.

License

This project is under the GPL v3.0 License. You can read the whole license in the LICENSE file.

About

A simple word processing program to extract statistical information from natural language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages