Searched refs:NGRAMWORDS (Results 1 – 10 of 10) sorted by relevance
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/ |
H A D | ngrams.rst | 43 :class:`whoosh.fields.NGRAM` and :class:`whoosh.fields.NGRAMWORDS`. The only 45 whitespace and punctuation, while ``NGRAMWORDS`` extracts words from the text
|
H A D | quickstart.rst | 89 :class:`whoosh.fields.NGRAM` and :class:`whoosh.fields.NGRAMWORDS`
|
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/api/ |
H A D | fields.rst | 34 .. autoclass:: NGRAMWORDS
|
/dports/www/py-django-haystack/django-haystack-2.8.1/haystack/backends/ |
H A D | whoosh_backend.py | 40 from whoosh.fields import BOOLEAN, DATETIME, IDLIST, KEYWORD, NGRAM, NGRAMWORDS, NUMERIC, Schema, T… 161 …schema_fields[field_class.index_fieldname] = NGRAMWORDS(minsize=2, maxsize=15, at='start', stored=…
|
/dports/textproc/py-whoosh/Whoosh-2.7.4/tests/ |
H A D | test_highlighting.py | 233 schema = fields.Schema(text=fields.NGRAMWORDS(stored=True))
|
H A D | test_analysis.py | 530 tags = fields.NGRAMWORDS(minsize=3, maxsize=50, tokenizer=tk, stored=True,
|
H A D | test_nested.py | 360 name_ngrams=fields.NGRAMWORDS(minsize=4, field_boost=1.2),
|
H A D | test_parsing.py | 726 schema = fields.Schema(grams=fields.NGRAMWORDS(queryor=True))
|
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/ |
H A D | fields.py | 1234 class NGRAMWORDS(NGRAM): class
|
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/releases/ |
H A D | 1_0.rst | 355 :class:`whoosh.fields.NGRAMWORDS` field type allow producing n-grams from
|