Sha256: 7f61513690ca0008107f2c7b3c650e32cf3ceb75c644fb20a130138f2a537bb2
Contents?: true
Size: 685 Bytes
Versions: 5
Compression:
Stored size: 685 Bytes
Contents
# coding=utf-8 __author__ = 'Josu Bermudez <josu.bermudez@deusto.es>' from ..lambdas import equality_checker, list_checker indefinite_articles = list_checker(("a", "an")) quantifiers = list_checker(("not", "every", "any", "none", "everything", "anything", "nothing", "all", "enough")) partitives = list_checker(("half", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten" , "hundred", "thousand", "million", "billion", "tens", "dozens", "hundreds", "thousands", "millions", "billions", "group", "groups", "bunch", "number", "numbers", "pinch", "amount", "amount", "total", "all", "mile", "miles", "pounds")) partitive_particle = equality_checker("of")
Version data entries
5 entries across 5 versions & 1 rubygems