Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevicenzi committed Jan 16, 2014
1 parent 37d0426 commit d5b58b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lightproof_checker/standalone.py
Expand Up @@ -71,9 +71,11 @@ def proofread(self, text):

from temp.Lightproof import Lightproof

L = LightproofChecker()
L = LightproofStandalone()

L.load_package()

print(L.compile_rules())

ret = L.proofread('acima citado')
ret = L.proofread('não da assim , pois.')
print (ret)

0 comments on commit d5b58b4

Please sign in to comment.