Home
last modified time | relevance | path

Searched refs:removestops (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/analysis/
H A Dtokenizers.py57 keeporiginal=False, removestops=True, argument
60 t = Token(positions, chars, removestops=removestops, mode=mode,
103 removestops=True, start_pos=0, start_char=0, tokenize=True, argument
120 t = Token(positions, chars, removestops=removestops, mode=mode,
225 removestops=True, start_pos=0, start_char=0, tokenize=True, argument
242 t = Token(positions, chars, removestops=removestops, mode=mode,
H A Dacore.py104 def __init__(self, positions=False, chars=False, removestops=True, mode='', argument
121 self.removestops = removestops
H A Dngrams.py72 removestops=True, start_pos=0, start_char=0, mode='', argument
77 t = Token(positions, chars, removestops=removestops, mode=mode)
H A Dfilters.py317 if not t.removestops:
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/qparser/
H A Dsyntax.py488 removestops=False)
491 removestops=False)
521 removestops = False variable in TextNode
539 removestops=self.removestops)
548 removestops = True variable in WordNode
H A Ddefault.py204 removestops=True): argument
226 removestops=removestops))
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/
H A Danalysis.rst125 bool removestops Whether stop-words should be removed from the True
152 (only set if removestops is False)
273 The ``removestops`` parameter passed to the analyzer's ``__call__`` method (and
283 >>> [(t.text, t.stopped) for t in analyzer(u"This is a test", removestops=False)]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dhighlight.py809 tokens = analyzer(text, chars=True, mode=mode, removestops=False)
945 removestops=False)