-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We are about to add some discriminators for semantic category sets that cannot be interpreted as named entity category sets (GO categories for example, and WordNet synsets would fall in this category as well). And we are about to add semtags
as a property on Token since we use that for the GOST tagger, and that new tag would be similar to pos
except that we allow a list.
With semantic tags however we need to deal with the situation where the tag is not on a token but on a phrase. Do we add Chunk to the vocabulary with some generic properties including semtags
(also see issue #90)? One thing not to like about that is that semtags
would then be defined at two spots. Do we want to consider a Semantics type along a Morphology type?
Metadata
Metadata
Assignees
Labels
No labels