coli-saar/cl

missing pad_right and pad_left keywords

Closed this issue · 1 comments

cl/a1/ngram.py

Line 60 in bb60707

return ngrams(self._words, self._n, self._pad_left, self._pad_right,

to get the sample working, I needed to provide those keywords in this line here, cannot leave the args without specifying what they are.

Fixed in 941bc9f. Thanks for bringing this to our attention!