module_dependencies
Installation
pip
Convert e.g. "nltk.tokenize" into ('nltk', 'tokenize').
"nltk.tokenize"
('nltk', 'tokenize')
tokens (str) – Dot-separated tokens in a string.
Tuple of tokens.
Tuple[str, …]
Convert e.g. ('nltk', 'tokenize') into "nltk.tokenize".
variable (Variable) – Tuple of tokens.
Dot-separated tokens in a string.
str