MCPcopy Create free account
hub / github.com/clips/pattern / find_lemmata

Method find_lemmata

pattern/text/en/__init__.py:93–94  ·  view source on GitHub ↗
(self, tokens, **kwargs)

Source from the content-addressed store, hash-verified

91class Parser(_Parser):
92
93 def find_lemmata(self, tokens, **kwargs):
94 return find_lemmata(tokens)
95
96 def find_tags(self, tokens, **kwargs):
97 if kwargs.get("tagset") in (PENN, None):

Callers

nothing calls this directly

Calls 1

find_lemmataFunction · 0.70

Tested by

no test coverage detected