explosion / explosion/sense2vec
most_similar
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to specify the POS tag of the results you are looking for.
Example: s2v.most_similar("dog|NOUN", n=10) returns [('puppy|NOUN', 0.9188), ('cat|NOUN', 0.9176), ('kitten|NOUN', 0.9081), ('pup|NOUN', 0.9074), ('own_dog|NOUN', 0.9028), ('other_dog|NOUN', 0.902), ('little_dog|NOUN', 0.8998), ('ferret|NOUN', 0.8952), ('chihuahua|NOUN', 0.8862), ('husky|NOUN', 0.886)]
but what if I want words that are similar but are verbs. In that case I would expect to have 'chase|VERB' or 'bark|verb'. Is it possible to do that?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.