So I just started marking a user script that randomly selects an X amount of vocab from your unlocked words. The goal of this originally was so I could practise writing out the vocab I have learnt (in sentences). I didn’t want to just write out the hundreds I have unlocked, and I didn’t want to bother picking them by hand, so I developed the script.
Now my problem is that it’s hard, with my limited knowledge of grammar, to make sentences especially when all the words picked are all of 1 type of the part of speech (ie, all verbs). So I figured I could at least make the script a bit more versatile + ease up by getting the script to pick out say x number of adjectives, y number of nouns, and z number of verbs.
Hence my question: Is there a way to access the part of speech information per vocab. If not, will it be available in the API soon?
Ultimately, making a sentence doesn’t really matter, but it would make it more fun + let me test out my grammar knowledge 
