MCPcopy Create free account
hub / github.com/google-research/language / MaskingError

Class MaskingError

language/realm/featurization.py:397–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396
397class MaskingError(Exception):
398 pass
399
400
401Token = collections.namedtuple('Token', ['text', 'start', 'stop', 'id'])

Callers 1

mask_queryMethod · 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…