Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
397
class
MaskingError(Exception):
398
pass
399
400
401
Token = collections.namedtuple(
'Token'
, [
'text'
,
'start'
,
'stop'
,
'id'
])
Callers
1
mask_query
Method · 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…