Commit c10b4275 authored by Michel Pelletier's avatar Michel Pelletier

Oops.

It's helps not to check in incomplete code.
parent 9d2add7e
......@@ -155,11 +155,6 @@ class Lexicon(Persistent, Implicit):
hits.append(x)
return hits
def ngramatize(self, word, word_id):
""" returns a dictionary of {ngram : word_id} pairs:
"""
ngrams = []
for x in word:
AndNot = 'andnot'
And = 'and'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment