Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 251 Bytes

sentences.md

File metadata and controls

11 lines (8 loc) · 251 Bytes

Sentences

import kokex

sentences = kokex.sentences(
    '첫 번째 문서입니다. 여러 문장을 포함할 수 있습니다.'
)

print(sentences)  # ['첫 번째 문서입니다.', '여러 문장을 포함할 수 있습니다.']