MCPcopy Index your code
hub / github.com/clips/pattern / Sentinel

Class Sentinel

pattern/metrics.py:471–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 The given window, a (before, after)-tuple, specifies the size of the co-occurence window.
470 """
471 class Sentinel(object):
472 pass
473 # Window of terms before and after the search term.
474 # Deque is more efficient than list.pop(0).
475 q = deque()

Callers 1

cooccurrenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…