Metadata-Version: 1.1
Name: textfreq
Version: 0.001
Summary: Count letters, letter pairs and words in text files.
Home-page: http://github.com/m4rc1e/textfreq
Author: Marc Foley
Author-email: m.foley.88@gmail.com
License: MIT
Description: =====
        Text Frequency
        =====
        
        Description:
        -----
        Count letters, letter pairs and words in a text file. Can handle non-Latin scripts.
        
        Installation:
        -----
        - pip or easy_install 'textfreq'
        
        Usage:
        -----
        In Shell/Command-prompt: ``textfreq <INPUT.txt> <OUTPUT.txt> <optional commands: -w (words), -p (pairs), -l (letters)>``
        
        Version History:
        -----
        ***V0.001***
        - Added words, pairs and letter counts
        
Keywords: Letters,Letter Pairs,Non-Latin,non Latin,count
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Linguistic
