Skip to content

ku-nlp/python-textformatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-textformatting

Requirements

  • Python 3.6.8

Installation

$ python setup.py install

Example

from textformatting import ssplit

text = "日本語のテキストを文単位に分割します。Pythonで書かれています。"
sentences = ssplit(text)  # ['日本語のテキストを文単位に分割します。', 'Pythonで書かれています。']

License

  • MIT

Authors

  • Kyoto University (contact [at] nlp.ist.i.kyoto-u.ac.jp)
    • Hirokazu Kiyomaru

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages