gpoulter / python-ngram

Python Set subclass that supports searching by ngram similarity
GNU Lesser General Public License v3.0
120 stars 24 forks source link

Deprecation warnings #2

Closed gpoulter closed 7 years ago

gpoulter commented 12 years ago

So that users know when code is using a deprecated feature, raise DeprecationWarning on calling .ngrams, .ngrams_pad, and passing iconv or qconv params

gpoulter commented 7 years ago

Fixed this in https://github.com/gpoulter/python-ngram/commit/3656d887914d4670088e600f1d15990fd6d2c3e0 #