MCPcopy
hub / github.com/nltk/nltk / __init__

Method __init__

nltk/text.py:268–269  ·  view source on GitHub ↗
(self, tokens)

Source from the content-addressed store, hash-verified

266 """
267
268 def __init__(self, tokens):
269 self._raw = "".join("<" + w + ">" for w in tokens)
270
271 def findall(self, regexp):
272 """

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected