MCPcopy
hub / github.com/nltk/nltk / read_set_value

Method read_set_value

nltk/featstruct.py:2525–2528  ·  view source on GitHub ↗
(self, s, position, reentrances, match)

Source from the content-addressed store, hash-verified

2523 )
2524
2525 def read_set_value(self, s, position, reentrances, match):
2526 return self._read_seq_value(
2527 s, position, reentrances, match, "}", FeatureValueSet, FeatureValueUnion
2528 )
2529
2530 def _read_seq_value(
2531 self, s, position, reentrances, match, close_paren, seq_class, plus_class

Callers

nothing calls this directly

Calls 1

_read_seq_valueMethod · 0.95

Tested by

no test coverage detected