edit_vocabulary
Context:
user.community.core.vocabulary.edit_vocabulary.talon
| Spoken | Backend |
|---|---|
| check vocab | user.check_vocabulary_for_selection() |
| copy name to replacements as | user.add_selection_to_words_to_replace(phrase, "name") |
| copy name to vocab [as | user.add_selection_to_vocabulary(phrase or "", "name") |
| copy noun to replacements as | user.add_selection_to_words_to_replace(phrase, "noun") |
| copy noun to vocab [as | user.add_selection_to_vocabulary(phrase or "", "noun") |
| copy to replacements as | user.add_selection_to_words_to_replace(phrase) |
| copy to vocab [as | user.add_selection_to_vocabulary(phrase or "") |