This website requires JavaScript.
Explore
Help
Sign In
mcvsoftware
/
twblue
Watch
1
Star
0
Fork
0
You've already forked twblue
mirror of
https://github.com/MCV-Software/TWBlue.git
synced
2025-08-26 09:59:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4391e3d3de770a4a140158efecc98ce9612c0072
twblue
/
src
/
extra
/
SpellChecker
/
__init__.py
4 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Spell checker is refactored in an MVC pattern and now works for tweets
2014-11-16 22:30:58 -06:00
import
spellchecker
import
platform
if
platform
.
system
(
)
==
"
Windows
"
:
from
wx_ui
import
*
Reference in New Issue
Copy Permalink