Metadata-Version: 1.0
Name: josa
Version: 0.0.2
Summary: Appends the correct korean postposition
Home-page: UNKNOWN
Author: Heungsub Lee
Author-email: h@subl.ee
License: BSD
Description: 
        Josa
        ~~~~
        
        Appends the correct postposition to a given word by checking whether the word
        has jongseong (final consonant) or not.
        
        >>> print josa.append(u'false positive', u'를')
        false positive를
        >>> print josa.append(u'deterministic', u'랑')
        deterministic이랑
        >>> print josa.append(u'넥슨', u'와', lang='kor')
        넥슨과
        >>> print josa.append(u'あなた', u'이', lang='jpn')
        あなた가
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Korean
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
