Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/explosion/spaCy
/ get
Method
get
spacy/tokens/underscore.py:86–87 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
84
return
self.__setattr__(name, value)
85
86
def
get(self, name: str) -> Any:
87
return
self.__getattr__(name)
88
89
def
has(self, name: str) -> bool:
90
return
name in self._extensions
Callers
15
pos_lookup_lemmatize
Method · 0.45
lemmatize_det
Method · 0.45
lemmatize_pron
Method · 0.45
lemmatize_adp
Method · 0.45
lemmatize_adj
Method · 0.45
lemmatize_noun
Method · 0.45
is_base_form
Method · 0.45
norm_custom
Function · 0.45
lookup_lemmatize
Method · 0.45
rule_lemmatize
Method · 0.45
pos_lookup_lemmatize
Method · 0.45
lemmatize_adj
Method · 0.45
Calls
1
__getattr__
Method · 0.95
Tested by
15
test_textcat_reduce_invalid_args
Function · 0.36
test_validate_compatibility_table
Function · 0.36
test_evaluate_textcat_multilabel
Function · 0.36
test_evaluate_multiple_textcat_final
Function · 0.36
test_pickle_vocab
Function · 0.36
test_get_architecture
Function · 0.36
test_matcher_from_api_docs
Function · 0.36
test_phrase_matcher_pickle
Function · 0.36
test_dependency_matcher
Function · 0.36
test_ja_tokenizer_sub_tokens
Function · 0.36
test_ja_tokenizer_inflections_reading_forms
Function · 0.36
test_build_dependencies
Function · 0.36