Getting list of top properties by word embedding number?

Hi,

I know how to look up a word embedding number and the top n words associated with it by using the “similar_by_vector” function (associated with w2v_model.wv, where w2v_model is from the pretrained embeddings).

Is there a way to filter the words I get out by category? For example, if I want to only get words associated with “properties,” or only words associated with “applications.”

Thanks!