Home
last modified time | relevance | path

Searched refs:NGRAMWORDS (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/
H A Dngrams.rst43 :class:`whoosh.fields.NGRAM` and :class:`whoosh.fields.NGRAMWORDS`. The only
45 whitespace and punctuation, while ``NGRAMWORDS`` extracts words from the text
H A Dquickstart.rst89 :class:`whoosh.fields.NGRAM` and :class:`whoosh.fields.NGRAMWORDS`
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/api/
H A Dfields.rst34 .. autoclass:: NGRAMWORDS
/dports/www/py-django-haystack/django-haystack-2.8.1/haystack/backends/
H A Dwhoosh_backend.py40 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 Dtest_highlighting.py233 schema = fields.Schema(text=fields.NGRAMWORDS(stored=True))
H A Dtest_analysis.py530 tags = fields.NGRAMWORDS(minsize=3, maxsize=50, tokenizer=tk, stored=True,
H A Dtest_nested.py360 name_ngrams=fields.NGRAMWORDS(minsize=4, field_boost=1.2),
H A Dtest_parsing.py726 schema = fields.Schema(grams=fields.NGRAMWORDS(queryor=True))
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dfields.py1234 class NGRAMWORDS(NGRAM): class
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/releases/
H A D1_0.rst355 :class:`whoosh.fields.NGRAMWORDS` field type allow producing n-grams from