Skip to content

TonyMas/GlobalText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalText

Example on how to create global text processing in python

People usually tends to think only in terms of their native language when develop text processing functions. And then if they get input in other language a lot of interesting things can happen. It is worth to think about international support on early stages when you wrote any long living code, to save yourself some nasty surprises later.

Purpose of this notebook is to show several common pitfalls in text processing that needs to be taken care from international point of view and how someone can work around them.

You can find this notebook in the presentation form here: https://tonymas.github.io/GlobalText/

About

Example on how to create global text processing in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors