Skip to content

dadashzadeh/separating-words-stuck-together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

separating-words-stuck-together

Separating words stuck together for Persian language and en

from word import split
s = split("testtest text2text این تست کلمات به همچسبیدهاست")
print(" ".join(s))

output

test test text 2 text این تست کلمات به هم چسبیده است

About

Separating words stuck together for Persian language and en

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages