Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nltk/nltk
/ match
Method
match
nltk/app/rdparser_app.py:616–618 ·
view source on GitHub ↗
(self, *e)
Source
from the content-addressed store, hash-verified
614
self._step()
615
616
def
match(self, *e):
617
self._autostep = 0
618
self._match()
619
620
def
expand(self, *e):
621
self._autostep = 0
Callers
15
find_class
Function · 0.45
find_deprecated_defs
Function · 0.45
_context
Method · 0.45
__new__
Method · 0.45
read_value
Method · 0.45
_read_partial
Method · 0.45
_read_partial_featlist
Method · 0.45
_read_partial_featdict
Method · 0.45
_finalize
Method · 0.45
read_value
Method · 0.45
_read_seq_value
Method · 0.45
_format_tagset
Function · 0.45
Calls
1
_match
Method · 0.95
Tested by
15
test_longid_simple
Method · 0.36
test_longid_underscore
Method · 0.36
test_longid_with_dash_shortid
Method · 0.36
test_longid_rejects_numeric_prefix
Method · 0.36
test_longid_rejects_pure_digits
Method · 0.36
test_shortid_dotted
Method · 0.36
test_shortid_dashed
Method · 0.36
test_shortid_complex
Method · 0.36
test_shortid_rejects_alpha
Method · 0.36
test_v21_accompany_51_7
Method · 0.36
test_v21_admire_31_2_1
Method · 0.36
test_v21_animal_sounds_38
Method · 0.36