Skip to content

Commit

Permalink
Fix for Normalizer Travis Error6
Browse files Browse the repository at this point in the history
  • Loading branch information
amruth27m committed Mar 14, 2017
1 parent 45d7406 commit 444a065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libindic/ngram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Ngram:

def __init__(self):
self.normalizer = NormalizerInstance()
self.normalizer1 = Normalizer()
self.normalizer1 = Normalizer()
self.syllabifier = indicsyllabifier.getInstance()

def syllableNgram(self, text, window_size=2):
Expand Down

0 comments on commit 444a065

Please sign in to comment.