Metadata-Version: 1.1
Name: xml-cleaner
Version: 1.0.14
Summary: Python package for cleaning up xml and tokenizing text
Home-page: https://github.com/JonathanRaiman/xml_cleaner
Author: Jonathan Raiman
Author-email: jraiman at mit dot edu
License: MIT
Download-URL: https://github.com/JonathanRaiman/xml_cleaner
Description: XML cleaner
        -----------
        
        Utilities for tokenizing and cleaning up xml text.
        
        Usage
        -----
        
        Parse and tokenize sentence and words in sentences:
        
        	> [sentence for sentence in xml_cleaner.to_raw_text("Joey was a great sailor.")]
        	#=> [["Joey", "was", "a", "great", "sailor", "."]]
        
Keywords: XML,tokenization,NLP
Platform: any
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Text Processing :: Linguistic
