ml/research/text/splitter/splitter.py

7 lines
89 B
Python

import enchant
locale = 'en_US'
dict = enchant.Dict(locale)
print(dict.check("Hello"))