I was wondering when tagging part of speech of a sentence which
contain compound noun, should we treat the words of compound noun
separately or treat the whole compound noun as a single unit ?
For example,
swimming pool (is it VERB + NOUN or just NOUN ? )
monthly ticket (is it ADJECTIVE + NOUN or just NOUN ? )
full moon (is it ADJECTIVE + NOUN or just NOUN ? )
if we treat "swimming pool" as a single unit, then in part of speech
we should at first tag those that consist of 2 words before tagging
the single word. Is this how it works ? Because later I would like to
build up the semantic of it. I researching on Computational linguistic.
Thank you.