You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a rich set of tags for part-of-speech.
We have split the tags over two features, pos and posx, where
pos contains the primary classification, e.g. noun, particle, and
posx contains a subclassification, e.g. proper, cause, certainty.
For a precise division of the original labels into the TF features,
see the
conversion program,
especially the valTrans dictionary.
Besides pos, there are a few other features that have pos tags as values,
they have been treated in the same way: a and ax, f and fx,
l and lx, w and wx, and n.
name
example values
description
pos
nounparticleconjunction
part of speech, main classification
posx
propernegativecoordinating
part of speech, refined classification
a
Noneparticle
??
ax
Noneequalizationinterrogative
??
f
Noneparticleconjunction
??
fx
Noneresumptioncoordinating
??
l
Noneprepositionprefix
??
lx
Noneemphaticpurposeimperative
??
w
Noneparticleconjunction
??
wx
Noneresumptioncoordinating
??
n
Noneemphatic
??
features with nominal morphology
name
example values
description
case
nominativeaccusativegenitive
grammatical case
gn
mf
grammatical gender (masculine, feminine)
nu
sdp
grammatical number (singular, dual, plural)
definite
None1
definiteness (the value is a number)
features for verb morphology
name
example values
description
formation
IIVX
stem formation of a verb
voice
activepassive
voice of a verb
tense
perfectparticiple
tense(like) form of a verb
mood
jussivesubjunctive
mood form of a verb
ps
123
grammatical person (1st, 2nd, 3rd) (the value is a string, not a number)