Metadata-Version: 1.1
Name: textfreq
Version: 0.100
Summary: Count letters, letter pairs and words in text files. Also covers Devanagari and Bengali conjuncts
Home-page: http://github.com/m4rc1e/textfreq
Author: Marc Foley
Author-email: m.foley.88@gmail.com
License: MIT
Description: =====
        Text Frequency
        =====
        
        Description:
        -----
        A script to count the frequencies of the following in text:
        •Words
        •Letters
        •Letter pairs
        •Devanagari Conjuncts
        •Bengali Conjuncts
        
        Can handle non ascii files well. 1gb of data takes approximately 5-7 mins.
        
        Installation:
        -----
        - pip or easy_install 'textfreq'
        
        Usage:
        -----
        In Shell/Command-prompt: ``textfreq <INPUT.txt> <OUTPUT.txt> <Commands: -w (words), -p (pairs), -l (letters), -dc (Deva Conjuncts), -bc (Bangla Conjuncts)>``
        
        Version History:
        -----
        ***V0.100***
        - Significantly improved speed
        - Added Devanagari and Bengali Conjuncts finder
        
        ***V0.001***
        - Added words, pairs and letter counts
        
Keywords: Letters,Letter Pairs,Non-Latin,non Latin,count,Devanagari,Bengali
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Linguistic
