MCPcopy
hub / github.com/nltk/nltk / isvariable

Method isvariable

nltk/sem/drt.py:80–81  ·  view source on GitHub ↗
(self, tok)

Source from the content-addressed store, hash-verified

78 return DrtTokens.SYMBOLS
79
80 def isvariable(self, tok):
81 return tok not in DrtTokens.TOKENS
82
83 def handle(self, tok, context):
84 """This method is intended to be overridden for logics that

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected