OpenPecha / Botok

🏷 བོད་ཏོག [pʰøtɔk̚] Tibetan word tokenizer in Python
https://botok.readthedocs.io/
Apache License 2.0
58 stars 15 forks source link

syllable component #90

Open kaldan007 opened 2 years ago

kaldan007 commented 2 years ago

yang jug of non word are not able to parse

syl = "བསྟནད" sc = SylComponents() syl = remove_tsekdung(syl) components = sc.get_parts(syl)

components is returned as None