Metadata-Version: 1.1
Name: SPLAT-library
Version: 0.1.6
Summary: Speech Processing & Linguistic Analysis Tool
Home-page: http://splat-library.org
Author: Benjamin S. Meyers
Author-email: ben@splat-library.org
License: MIT
Download-URL: https://github.com/meyersbs/SPLAT/tarball/0.1.6
Description: SPLAT is a command-line application designed to make it easy for linguists (both computer-oriented and non-computer-oriented) to use the Natural Language Tool Kit (NLTK) for analyzing virtually any text file.
        
        SPLAT is designed to help you gather linguistic features from text files and it is assumed that most input files will not be already annotated. In order for SPLAT to function properly, you should ensure that the input files that you provide do not contain any annotations. Because there are so many variations of linguistic annotation schemes, it would simply be impossible to account for all of them in the initial parsing of input files; it is easier for you to remove any existing annotations than it is for me to do so.
Keywords: nlp,natural language,natural language processing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires: matplotlib
Requires: nltk
