Have been thinking a lot about how to make the POS class more directly comparable. What I've concluded is that proportions are the way to go; i.e. in a given sentence, how many words are adjectives/nouns/etc.? So that's what my current implementation does, but if anyone has further ideas, let me know!
Have been thinking a lot about how to make the POS class more directly comparable. What I've concluded is that proportions are the way to go; i.e. in a given sentence, how many words are adjectives/nouns/etc.? So that's what my current implementation does, but if anyone has further ideas, let me know!