Metadata-Version: 1.1
Name: josa
Version: 0.0.8
Summary: Appends the correct korean postposition
Home-page: UNKNOWN
Author: Heungsub Lee
Author-email: h@subl.ee
License: BSD
Description: 
        Josa
        ~~~~
        
        This library has been deprecated. Use `korean
        <http://pypi.python.org/pypi/korean`_ instead.
        
        The description of the past:
        
            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')
            あなた가
        
            Links
            `````
        
            * `GitHub repository <http://github.com/sublee/josa>`_
            * `development version
              <http://github.com/sublee/josa/zipball/master#egg=josa-dev>`_
        
        
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
