Teneo Developers

POS Tagger

POS Tagger and Morphological Analyzer IP

The Part-of-Speech Tagger (POS) and Morphological Analyzer Input Processor is available for the below listed languages in the Standard Input Processors Chain of the Teneo Platform. The input annotations created by this IP are language-specific, which means they behave slightly differently from one language to the next and each language has its own set of available annotations.

Part-of-Speech Tagger & Morphological Analyzer IP
DanishGerman
DutchItalian
EnglishSpanish
FrenchSwedish

The Teneo Platform also provides POS tagging and morphological analysis in the following languages, but their functionalities are explained in their respective IP chain:Chinese, Japanese, Korean, and Turkish.

A Part-of-Speech tagger and morphological analyzer is a tool that provides part of speech and morphological information for each word in the user input. It does this by tagging each word in an input with a label that helps distinguish whether, for example, the word is a noun or a verb.

This makes it possible to know whether the user is talking about, for example, the verb to book or the noun book. This is the part of speech information. Furthermore, it also tells whether the noun book is in singular or plural or whether the verb to book was in the present, in the past, in the 3rd person, an imperative, a continuous form, etc. This is the morphological information.

The Part-of-Speech Tagger also provides a confidence value for each tag it generates. This value reflects the Input Processor's confidence about a tag being correct and ranges from 0 (lowest probability) to 1 (highest probability) and the confidence is calculated based on the data the tagger model has previously seen. Therefore, the higher the number, the more confident the model is. The Part-of-Speech Tagger Input Processor maps these tags (and their corresponding confidence values) to annotations, which are displayed in Teneo Studio's Try Out along with the rest of information provided by the Input Processor.

Danish

The POS annotations are generated by the Danish Part-of-Speech Tagger and Morphological Analyzer Input Processor, which uses a machine learnt statistical model to tag every word in the user-input with exactly one tag from the OPEN NLP and Center for Sprogteknologi (CST) tag set. It then maps these tags to Teneo POS annotations, like NN.POS, VB.POS, PAST.POS, PRESENT.POS, etc. The table below shows the mapping scheme between OPEN NLP, CST and Teneo annotations.

Please follow the link for information related to available annotation language objects in the Danish Lexical Resource.

TagDescriptionMap to annotations
$Interpunction tagPUNCT.POS
$-Word internal hyphenationPUNCT.POS, HYPHEN.POS
ADVAdverbADV.POS
AJCAdjective, comparativeADJ.POS, COMPARATIVE.POS
AJPAdjective, positiveADJ.POS, POSITIVE.POS
AJSAdjective, superlativeADJ.POS, SUPERLATIVE.POS
ATInfinitive markerAT.POS
AVCAdjective as adverb, comparativeADV.POS, COMPARATIVE.POS
AVPAdjective used as adverb, positiveADV.POS, POSITIVE.POS
AVSAdjective as adverb, superlativeADV.POS, SUPERLATIVE.POS
DETDeterminerDET.POS
IAInterrogative adverbADV.POS, INTERROG.POS
INTInterjectionINTERJ.POS
IPInterrogative pronouns, determiners, possessivesPRON.POS, INTERROG.POS
NDPNoun plural definiteNN.POS, PL.POS, DEF.POS
NDSNoun singular definiteNN.POS, SG.POS, DEF.POS
NEPProper noun pluralNN.POS, PL.POS, PROPER.POS
NESProper nounNN.POS, SG.POS, PROPER.POS
NPNoun pluralNN.POS, PL.POS, INDEF.POS
NSNoun singularNN.POS, SG.POS, INDEF.POS
NUMCardinal numberCARDINAL.POS
ORDOrdinal numberADJ.POS, ORDINAL.POS
POSPossessivePRON.POS, POSS.POS
PREPPrepositionPREP.POS
PRONPronounPRON.POS
RELARelative adverbADV.POS, REL.POS
RELPRelative pronoun / determinerPRON.POS, REL.POS
SKONCoordinating conjunctionCC.POS
UKONSubordinating conjunctionCS.POS
VDVerb, pastVB.POS, PAST.POS, ACTIVE.POS
VDVVerb, past passiveVB.POS, PAST.POS, PASSIVE.POS
VIVerb, infinitiveVB.POS, INF.POS, ACTIVE.POS
VIVVerb, infinitive passiveVB.POS, INF.POS, PASSIVE.POS
VMDModal, past tenseVB.POS, MODAL.POS, PAST.POS, ACTIVE.POS
VMIModal, infinitiveVB.POS, MODAL.POS, INF.POS, ACTIVE.POS
VMNModal, presentVB.POS, MODAL.POS, PRESENT.POS, ACTIVE.POS
VMPDModal, past participleVB.POS, MODAL.POS, SUPINE.POS
VNVerb, presentVB.POS, PRESENT.POS, ACTIVE.POS
VNVVerb, present passiveVB.POS, PRESENT.POS, PASSIVE.POS
VPDVerb, past participleVB.POS, SUPINE.POS
VPNVerb, present participleADJ.POS, VB.POS, PARTICIPLE.POS, PRESENT.POS
VZVerb, imperativeVB.POS, IMP.POS
XMiscellaneous tagMISC.POS

Dutch

The Dutch Part-of-Speech Tagger uses an annotation scheme based on the German STTS tag set and adapted to Dutch. The tags are then converted to Teneo POS annotations that can be used in TLML Syntaxes just like any other annotation, e.g. %$VB, %$PRESENT. The table below shows the mapping scheme between STTS tags and Teneo annotations.

Please follow the link for information related to available annotation language objects in the Dutch Lexical Resource.

TagDescriptionMap to annotations
ADJPAdjective, positive Includes present participles and past participles that act as adjectives. Includes adjectives used adverbiallyADJ.POS, POSITIVE.POS
ADJCAdjective, comparative Includes adjectives used adverbiallyADJ.POS, COMPARATIVE.POS
ADJSAdjective, superlative Includes adjectives used adverbiallyADJ.POS, SUPERLATIVE.POS
ADVAdverb Adjectives used adverbially are annotated as adjectivesADV.POS
ARTArticle or determiner Definite and indefinite articles and demonstrative pronounsDET.POS
CARDCardinal numberCARDINAL.POS
CCConjunction, coordinatingCC.POS
CSConjunction, subordinatingCS.POS
INTInterjectionINTERJ.POS
NEProper nounNN.POS, PROPER.POS
NNSNoun, singularNN.POS, SG.POS
NNPNoun, pluralNN.POS, PL.POS
PIIndefinite pronounPRON.POS, INDEF.POS
POSTPost positionPOST.POS
PPERPersonal nounPRON.POS, PERS.POS
PDEMDemonstrative pronounPRON.POS, DEMOS.POS
PPOSPossessive pronounPRON.POS, POSS.POS
PRELRelative pronounPRON.POS, REL.POS
PREPPrepositionPREP.POS
PRTVBVerb prefix particlePARTICLE.POS, VBPREFIX.POS
PUNCPunctuationPUNCT.POS
PWATInterrogative pronoun, attributivePRON.POS, INTERROG.POS, ATTRIB.POS
PWAVInterrogative adverbADV.POS, INTERROG.POS
PWSInterrogative pronoun, substitutivePRON.POS, INTERROG.POS, SUBST.POS
TEParticle ‘te’PARTICLE.POS, TE.POS
VMFINTModal verb, finite, present tenseVB.POS, MODAL.POS, FINITE.POS, PRESENT.POS
VMFINVModal verb, finite, past tenseVB.POS, MODAL.POS, FINITE.POS, PAST.POS
VMINFModal verb, infinitiveVB.POS, MODAL.POS, INF.POS
VMPPModal verb, past participleVB.POS, MODAL.POS, PAST.POS, PARTICIPLE.POS
VVFINTFull verb, finite, present tenseVB.POS, FINITE.POS, PRESENT.POS
VVFINVFull verb, finite, past tenseVB.POS, FINITE.POS, PAST.POS
VVIMPFull verb, imperativeVB.POS, IMP.POS
VVINFFull verb, infinitiveVB.POS, INF.POS
VVPPFull verb, past participle Past participles that act like adjectives are annotated as ADJPVB.POS, PAST.POS, PARTICIPLE.POS
MISCMiscellaneous tag Mostly codes or anything that does not match any of the categories aboveMISC.POS

English

The English Part-of-Speech Tagger and Morphological Analyzer Input Processor uses a machine learnt statistical model to tag every word in the user input with exactly one tag from the Penn Treebank tag set. It then maps these tags to Teneo POS annotations like NN.POS, VB.POS, PAST.POS, PRESENT.POS, etc. The table below shows the mapping scheme between Penn Treebank tags and Teneo annotations.

Please follow the link for information related to available annotation language objects in the English Lexical Resource.

TagDescriptionMap to annotations
CCCoordinating conjunctionCC.POS
CDCardinal numberCARDINAL.POS
DTDeterminerDET.POS
EXExistential thereEX.POS
FWForeign wordFOREIGN.POS
INPreposition or subordinating conjunctionPREP.POS
JJAdjectiveADJ.POS, POSITIVE.POS
JJRAdjective, comparativeADJ.POS, COMPARATIVE.POS
JJSAdjective, superlativeADJ.POS, SUPERLATIVE.POS
LSList item markerLS.POS
MDModalVB.POS, MODAL.POS
NNNoun, singular or massNN.POS, SG.POS
NNSNoun, pluralNN.POS, PL.POS
NNPProper noun, singularNN.POS, SG.POS, PROPER.POS
NNPSProper noun, pluralNN.POS, PL.POS, PROPER.POS
PDTPredeterminerPREDET.POS
POSPossessive endingPOSS.POS
PRPPersonal pronounPRON.POS, PERS.POS
PRP$Possessive pronounPRON.POS, POSS.POS
RBAdverbADV.POS, POSITIVE.POS
RBRAdverb, comparativeADV.POS, COMPARATIVE.POS
RBSAdverb, superlativeADV.POS, SUPERLATIVE.POS
RPParticlePARTICLE.POS
SYMSymbolSYM.POS
TOToPREP.POS
UHInterjectionINTERJ.POS
VBVerb, base formVB.POS, INF.POS
VBDVerb, past tenseVB.POS, PAST.POS
VBGVerb, gerund or present participleVB.POS, GERUND.POS
VBNVerb, past participleVB.POS, PAST.POS, PARTICIPLE.POS
VBPVerb, non-3rd person singular presentVB.POS, PRESENT.POS
VBZVerb, 3rd person singular presentVB.POS, PRESENT.POS, 3RDPERSON.POS
WDTWh-determinerDET.POS, INTERROG.POS
WPWh-pronounPRON.POS, INTERROG.POS
WP$Possessive wh-pronounPRON.POS, POSS.POS, INTERROG.POS
WRBWh-adverbADV.POS, WH.POS
:Colon or ellipsis : ; …PUNCT.POS
-Dash -PUNCT.POS
(Opening parenthesis ( [ {BRACKET.POS
)Closing parenthesis ) ] }BRACKET.POS

French

The French Part-of-Speech Tagger uses an annotation scheme based on the French Treebank tag set. In the final tag set that was used to train the French Part-of-Speech Tagger, the tags for determiners (D, DD, DE, DI) were merged into one single DET tag. The tags for cardinals (AC, DC, PC) were merged into one single CARD tag. The tags are then converted to Teneo POS annotations that can be used in TLML Syntax just like any other annotation, e.g. %$VB, %$PRESENT. The table below shows the mapping scheme between Treebank tags and Teneo annotations.

Please follow the link for information related to available annotation language objects in the French Lexical Resource.

TagDescriptionMap to annotations
ADVAdverbADV.POS
ADVEExclamative adverbADV.POS, EXCLAM.POS
ADVIInterrogative adverbADV.POS, INTERROG.POS
ADVNNegation adverbADV.POS, NEGATION.POS
AFpIndefinite adjective pluralADJ.POS, INDEF.POS, PL.POS
AFsIndefinite adjective singularADJ.POS, INDEF.POS, SG.POS
AOpOrdinal adjective pluralADJ.POS, ORDINAL.POS, PL.POS
AOsOrdinal adjective singularADJ.POS, ORDINAL.POS, SG.POS
APpPossessive adjective pluralADJ.POS, POSS.POS, PL.POS
APsPossessive adjective singularADJ.POS, POSS.POS, SG.POS
AQpQualificative adjective pluralADJ.POS, PL.POS
AQsQualificative adjective singularADJ.POS, SG.POS
ARpInterrogative adjective pluralADJ.POS, INTERROG.POS, PL.POS
ARsInterrogative adjective singularADJ.POS, INTERROG.POS, SG.POS
CARDCardinal numberCARDINAL.POS
CCCoordinate conjunctionCC.POS
CSSubordinate conjunctionCS.POS
CLCliticsPRON.POS, CLITIC.POS
DETDeterminers (demonstrative, exclamative, indefinite, interrogative and relative), predeterminer and articles (determinative and indeterminative)DET.POS
DNNegative determinerDET.POS, NEGATION.POS
DPOPossessive determinerDET.POS, POSS.POS
ETForeign wordFOREIGN.POS
IInterjectionINTERJ.POS
NCpCommon noun, pluralNN.POS, PL.POS
NCsCommon noun, singularNN.POS, SG.POS
NPpProper noun, pluralNN.POS, PROPER.POS, PL.POS
NPsProper noun, singularNN.POS, PROPER.POS, SG.POS
PPrepositionPREP.POS
PAPreposition "à" + definite determinerPREP.POS, DET.POS
PAPRPreposition "à" + relative pronounPREP.POS, PRON.POS, REL.POS
PAPTPreposition "à" + interrogative pronounPREP.POS, PRON.POS, INTERROG.POS
PDPreposition "de" + definite determinerPREP.POS, DET.POS
PDPRPreposition "de" + relative pronounPREP.POS, PRON.POS, REL.POS
PDPTPreposition "de" + interrogative pronounPREP.POS, PRON.POS, INTERROG.POS
PIIndefinite pronounPRON.POS, INDEF.POS
PMDemonstrative pronounPRON.POS, DEMOS.POS
PNNegative pronounPRON.POS, NEGATION.POS
PONCPunctuationPUNCT.POS
PPPersonal pronounPRON.POS, PERS.POS
PRRelative pronounPRON.POS, REL.POS
PREFPrefixPREFIX.POS
PTInterrogative pronounPRON.POS, INTERROG.POS
PXPossessive pronounPRON.POS, POSS.POS
VMC1pModal verb conditional present 1st person pluralVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS, PL.POS
VMC1sModal verb conditional present 1st person singularVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS, SG.POS
VMC2pModal verb conditional present 2nd person pluralVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS, PL.POS
VMC2sModal verb conditional present 2nd person singularVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS, SG.POS
VMC3pModal verb conditional present 3rd person pluralVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS, PL.POS
VMC3sModal verb conditional present 3rd person singularVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS, SG.POS
VMF1pModal verb indicative future 1st person pluralVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS, PL.POS
VMF1sModal verb indicative future 1st person singularVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS, SG.POS
VMF2pModal verb indicative future 2nd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS, PL.POS
VMF2sModal verb indicative future 2nd person singularVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS, SG.POS
VMF3pModal verb indicative future 3rd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS, PL.POS
VMF3sModal verb indicative future 3rd person singularVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS, SG.POS
VMGModal verb participle presentVB.POS, MODAL.POS, PARTICIPLE.POS, PRESENT.POS
VMI1pModal verb indicative imperfect 1st person pluralVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS, PL.POS
VMI1sModal verb indicative imperfect 1st person singularVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS, SG.POS
VMI2pModal verb indicative imperfect 2nd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, PL.POS
VMI2sModal verb indicative imperfect 2nd person singularVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, SG.POS
VMI3pModal verb indicative imperfect 3rd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, PL.POS
VMI3sModal verb indicative imperfect 3rd person singularVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, SG.POS
VMJ1pModal verb indicative past simple 1st person pluralVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS, PL.POS
VMJ1sModal verb indicative past simple 1st person singularVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS, SG.POS
VMJ2pModal verb indicative past simple 2nd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS, PL.POS
VMJ2sModal verb indicative past simple 2nd person singularVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS, SG.POS
VMJ3pModal verb indicative past simple 3rd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS, PL.POS
VMJ3sModal verb indicative past simple 3rd person singularVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS, SG.POS
VMKModal verb past participleVB.POS, MODAL.POS, PARTICIPLE.POS, PERFECT.POS
VMP1pModal verb indicative present 1st person pluralVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS, PL.POS
VMP1sModal verb indicative present 1st person singularVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS, SG.POS
VMP2pModal verb indicative present 2nd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS, PL.POS
VMP2sModal verb indicative present 2nd person singularVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS, SG.POS
VMP3pModal verb indicative present 3rd person pluralVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS, PL.POS
VMP3sModal verb indicative present 3rd person singularVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS, SG.POS
VMS1pModal verb conjunctive present 1st person pluralVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS, PL.POS
VMS1sModal verb conjunctive present 1st person singularVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS, SG.POS
VMS2pModal verb conjunctive present 2nd person pluralVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS, PL.POS
VMS2sModal verb conjunctive present 2nd person singularVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS, SG.POS
VMS3pModal verb conjunctive present 3rd person pluralVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS, PL.POS
VMS3sModal verb conjunctive present 3rd person singularVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS, SG.POS
VMT1pModal verb conjunctive imperfect 1st person pluralVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS, PL.POS
VMT1sModal verb conjunctive imperfect 1st person singularVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS, SG.POS
VMT2pModal verb conjunctive imperfect 2nd person pluralVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, PL.POS
VMT2sModal verb conjunctive imperfect 2nd person singularVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, SG.POS
VMT3pModal verb conjunctive imperfect 3rd person pluralVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, PL.POS
VMT3sModal verb conjunctive imperfect 3rd person singularVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, SG.POS
VMWModal verb infinitiveVB.POS, INF.POS
VMY1pModal verb imperative 1st person pluralVB.POS, MODAL.POS, IMP.POS, 1STPERSON.POS, PL.POS
VMY2pModal verb imperative 2nd person pluralVB.POS, MODAL.POS, IMP.POS, 2NDPERSON.POS, PL.POS
VMY2sModal verb imperative 2nd person singularVB.POS, MODAL.POS, IMP.POS, 2NDPERSON.POS, SG.POS
VVC1pVerb conditional present 1st person pluralVB.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS, PL.POS
VVC1sVerb conditional present 1st person singularVB.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS, SG.POS
VVC2pVerb conditional present 2nd person pluralVB.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS, PL.POS
VVC2sVerb conditional present 2nd person singularVB.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS, SG.POS
VVC3pVerb conditional present 3rd person pluralVB.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS, PL.POS
VVC3sVerb conditional present 3rd person singularVB.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS, SG.POS
VVF1pVerb indicative future 1st person pluralVB.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS, PL.POS
VVF1sVerb indicative future 1st person singularVB.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS, SG.POS
VVF2pVerb indicative future 2nd person pluralVB.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS, PL.POS
VVF2sVerb indicative future 2nd person singularVB.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS, SG.POS
VVF3pVerb indicative future 3rd person pluralVB.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS, PL.POS
VVF3sVerb indicative future 3rd person singularVB.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS, SG.POS
VVGVerb participle presentVB.POS, PARTICIPLE.POS, PRESENT.POS
VVI1pVerb indicative imperfect 1st person pluralVB.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS, PL.POS
VVI1sVerb indicative imperfect 1st person singularVB.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS, SG.POS
VVI2pVerb indicative imperfect 2nd person pluralVB.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, PL.POS
VVI2sVerb indicative imperfect 2nd person singularVB.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, SG.POS
VVI3pVerb indicative imperfect 3rd person pluralVB.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, PL.POS
VVI3sVerb indicative imperfect 3rd person singularVB.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, SG.POS
VVJ1pVerb indicative past simple 1st person pluralVB.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS, PL.POS
VVJ1sVerb indicative past simple 1st person singularVB.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS, SG.POS
VVJ2pVerb indicative past simple 2nd person pluralVB.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS, PL.POS
VVJ2sVerb indicative past simple 2nd person singularVB.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS, SG.POS
VVJ3pVerb indicative past simple 3rd person pluralVB.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS, PL.POS
VVJ3sVerb indicative past simple 3rd person singularVB.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS, SG.POS
VVKVerb past participleVB.POS, PARTICIPLE.POS, PERFECT.POS
VVP1pVerb indicative present 1st person pluralVB.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS, PL.POS
VVP1sVerb indicative present 1st person singularVB.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS, SG.POS
VVP2pVerb indicative present 2nd person pluralVB.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS, PL.POS
VVP2sVerb indicative present 2nd person singularVB.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS, SG.POS
VVP3pVerb indicative present 3rd person pluralVB.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS, PL.POS
VVP3sVerb indicative present 3rd person singularVB.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS, SG.POS
VVS1pVerb conjunctive present 1st person pluralVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS, PL.POS
VVS1sVerb conjunctive present 1st person singularVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS, SG.POS
VVS2pVerb conjunctive present 2nd person pluralVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS, PL.POS
VVS2sVerb conjunctive present 2nd person singularVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS, SG.POS
VVS3pVerb conjunctive present 3rd person pluralVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS, PL.POS
VVS3sVerb conjunctive present 3rd person singularVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS, SG.POS
VVT1pVerb conjunctive imperfect 1st person pluralVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS, PL.POS
VVT1sVerb conjunctive imperfect 1st person singularVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS, SG.POS
VVT2pVerb conjunctive imperfect 2nd person pluralVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, PL.POS
VVT2sVerb conjunctive imperfect 2nd person singularVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS, SG.POS
VVT3pVerb conjunctive imperfect 3rd person pluralVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, PL.POS
VVT3sVerb conjunctive imperfect 3rd person singularVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS, SG.POS
VVWVerb infinitiveVB.POS, INF.POS
VVY1pVerb imperative 1st person pluralVB.POS, IMP.POS, 1STPERSON.POS, PL.POS
VVY2pVerb imperative 2nd person pluralVB.POS, IMP.POS, 2NDPERSON.POS, PL.POS
VVY2sVerb imperative 2nd person singularVB.POS, IMP.POS, 2NDPERSON.POS, SG.POS
XOthers (formula, not classified words, other alphabetic symbols, etc.)MISC.POS

German

The German Part-of-Speech Tagger and Morphological Analyzer is a hybrid input processor that first uses a machine learnt statistical model to tag every word in the user input with one tag from a tag set based on the STTS tag set and adapted to the purposes of Teneo. Next, these tags are mapped to Teneo POS annotations, like NN.POS, VB.POS, PAST.POS, PRESENT.POS, etc.

After mapping the tags to Teneo annotations, the German Part-of-Speech Tagger and Morphological Analyzer Input Processor uses this information and a set of heuristics to further distinguish the person, i.e. 1STPERSON.POS, 2NDPERSON.POS or 3RDPERSON.POS, and the number, i.e. SG.POS or PL.POS, for every verb in the user input, thus providing the complete range of morphological information to the user.

For imperatives (VVIMP), only information about the number is annotation, while for ambiguous cases all possible annotations are provided, for example, for Kommen Sie mit! both SG.POS and PL.POS are annotated.

The table below shows the mapping scheme between STTS tags and Teneo annotations.

Please follow the link for information related to available annotation language objects in the German Lexical Resource.

TagDescriptionMap to annotations
(Sentence-internal punctuation All punctuationPUNCT.POS
ADJPAdjective, positive Includes present participles and past participles that act as adjectives. Includes adjectives used in an adverbiallyADJ.POS, POSITIVE.POS
ADJCAdjective, comparative Includes adjectives used in an adverbiallyADJ.POS, COMPARATIVE.POS
ADJSAdjective, superlative Includes adjectives used in an adverbiallyADJ.POS, SUPERLATIVE.POS
ADVAdverb Adjectives used adverbially are annotated as adjectivesADV.POS
APAdposition Prepositions, postpositions and circumpositionsADPOSITION.POS
ARTArticle or determiner definite and indefinite articles and demonstrative pronounsDET.POS
CARDCardinal numberCARDINAL.POS
ITJInterjectionINTERJ.POS
KONConjunction, coordinatingCC.POS
KOUConjunction, subordinatingCS.POS
NEProper nounNN.POS, PROPER.POS
NNSNoun, singularNN.POS, SG.POS
NNPNoun, pluralNN.POS, PL.POS
PIIndefinite pronounPRON.POS, INDEF.POS
PPERPersonal pronounPRON.POS, PERS.POS
PPOSPossessive pronounPRON.POS, POSS.POS
PRELRelative pronounPRON.POS, REL.POS
PTKVZVerb prefix particlePARTICLE.POS, VBPREFIX.POS
PTKZUParticle 'zu' Applies to word 'zu' only in combination with an infinitivePARTICLE.POS, ZU.POS
PWATInterrogative pronoun, attributivePRON.POS, INTERROG.POS, ATTRIB.POS
PWAVInterrogative adverbADV.POS, INTERROG.POS
PWSInterrogative pronoun, substitutivePRON.POS, INTERROG.POS, SUBST.POS
TRUNCTruncated compound prefix For example: Ein- und AusgangTRUNC.POS
VMFINGModal verb, finite, present tenseVB.POS, MODAL.POS, FINITE.POS, PRESENT.POS
VMFINVModal verb, finite, past tenseVB.POS, MODAL.POS, FINITE.POS, PAST.POS
VMINFModal verb, infinitiveVB.POS, MODAL.POS, INF.POS
VMPPModal verb, past participleVB.POS, MODAL.POS, PARTICIPLE.POS
VVFINGFull verb, finite, present tenseVB.POS, FINITE.POS, PRESENT.POS
VVFINVFull verb, finite, past tenseVB.POS, FINITE.POS, PAST.POS
VVIMPFull verb, imperativeVB.POS, IMP.POS
VVINFFull verb, infinitiveVB.POS, INF.POS
VVPPFull verb, past participle Past participles that act like adjectives are annotated as ADJPVB.POS, PAST.POS, PARTICIPLE.POS
XYMiscellaneous tag Mostly codes or anything that does not match any of the categories aboveMISC.POS

Italian

The Italian Part-of-Speech Tagger and Morphological Input Processor uses a machine learnt statistical model to tag every word in the user input with exactly one tag from the modified TANL tag set. In the final tag set used to train the Italian Part-of-Speech Tagger, the tags for main verbs (V) and those for auxiliary verbs (VA) were merged, and the tags for all determiners (DD, DE, DI, DQ, DR), the predeterminer tag (T) and the tags for articles (RI, RD) were merged into one single DET tag. It then maps these tags to Teneo POS annotations like: NN.POS, VB.POS, PAST.POS, PRESENT.POS, etc.

The table below shows the mapping scheme between TANL tags and Teneo annotations.

Please follow the link for information related to available annotation language objects in the Italian Lexical Resource.

TagDescriptionMap to annotations
BAdverbADV.POS
BNNegation adverbADV.POS, NEGATION.POS
BQInterrogative adverbADV.POS, INTERROG.POS
CCCoordinate conjunctionCC.POS
CSSubordinate conjunctionCS.POS
DETDeterminers (demonstrative, exclamative, indefinite, interrogative and relative), predeterminer and articles (determinative and indeterminative)DET.POS
EPrepositionPREP.POS
EAArticulated prepositionPREP.POS, DET.POS
FBBalanced punctuation (round brackets, double quotes, etc.)PUNCT.POS
FCClause boundary punctuation (. - : ;)PUNCT.POS
FFComma, dash, omissis (, … -)PUNCT.POS
IInterjectionINTERJ.POS
NCardinal numberCARDINAL.POS
PCClitic pronounPRON.POS, CLITIC.POS
PDDemonstrative pronounPRON.POS, DEMOS.POS
PEPersonal pronounPRON.POS, PERS.POS
PIIndefinite pronounPRON.POS, INDEF.POS
PPPossessive pronounPRON.POS, POSS.POS
PQInterrogative pronounPRON.POS, INTERROG.POS
PRRelative pronounPRON.POS, REL.POS
SAAbbreviationABBREV.POS
SPProper nounNN.POS, PROPER.POS
XHHashtag twitter (#nlp)HASHTAG.POS
XMTwitter mentions (@obama)ATMENTION.POS
XEEmoticon (smiley :-))EMOTICON.POS
XXOthers (formula, not classified words, other alphabetic symbols, etc.)MISC.POS
SsSingular nounNN.POS, SG.POS
SpPlural nounNN.POS, PL.POS
SnUnderspecified nounNN.POS, SG.POS, PL.POS
AsSingular adjectiveADJ.POS, SG.POS
ApPlural adjectiveADJ.POS, PL.POS
AnUnderspecified adjectiveADJ.POS, SG.POS, PL.POS
APsSingular possessive adjectiveADJ.POS, POSS.POS, SG.POS
APpPlural possessive adjectiveADJ.POS, POSS.POS, PL.POS
APnUnderspecified possessive adjectiveADJ.POS, POSS.POS, SG.POS, PL.POS
NOsSingular ordinal numberORDINAL.POS, SG.POS
NOpPlural ordinal numberORDINAL.POS, PL.POS
NOnUnderspecified ordinal numberORDINAL.POS, SG.POS, PL.POS
SWsSingular foreign nameNN.POS, FOREIGN.POS, SG.POS
SWpPlural foreign nameNN.POS, FOREIGN.POS, PL.POS
SWnUnderspecified foreign nameNN.POS, FOREIGN.POS, SG.POS, PL.POS
Vip1Main verb indicative present, 1° personVB.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS
VIP2Main verb indicative present, 2° personVB.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS
VIP3Main verb indicative present, 3° personVB.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS
Vii1Main verb indicative imperfect, 1° personVB.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS
Vii2Main verb indicative imperfect, 2° personVB.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
Vii3Main verb indicative imperfect, 3° personVB.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
Vis1Main verb indicative past, 1° personVB.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS
Vis2Main verb indicative past, 2° personVB.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS
Vis3Main verb indicative past, 3° personVB.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS
Vif1Main verb indicative future, 1° personVB.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS
Vif2Main verb indicative future, 2° personVB.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS
Vif3Main verb indicative future, 3° personVB.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS
Vcp1Main verb conjunctive present, 1° personVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS
Vcp2Main verb conjunctive present, 2° personVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS
Vcp3Main verb conjunctive present, 3° personVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS
Vci1Main verb conjunctive imperfect, 1° personVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS
Vci2Main verb conjunctive imperfect, 2° personVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
Vci3Main verb conjunctive imperfect, 3° personVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
Vdp1Main verb conditional present, 1° personVB.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS
Vdp2Main verb conditional present, 2° personVB.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS
Vdp3Main verb conditional present, 3° personVB.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS
VgMain verb gerundiveVB.POS, GERUND.POS
VpMain verb participleVB.POS, PARTICIPLE.POS
VfMain verb infiniteVB.POS, INF.POS
VmMain verb imperativeVB.POS, IMP.POS
VMip1Modal verb indicative present, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS
VMip2Modal verb indicative present, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS
VMip3Modal verb indicative present, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS
VMii1Modal verb indicative imperfect, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS
VMii2Modal verb indicative imperfect, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
VMii3Modal verb indicative imperfect, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
VMis1Modal verb indicative past, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS
VMis2Modal verb indicative past, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS
VMis3Modal verb indicative past, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS
VMif1Modal verb indicative future, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS
VMif2Modal verb indicative future, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS
VMif3Modal verb indicative future, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS
VMcp1Modal verb conjunctive present, 1° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS
VMcp2Modal verb conjunctive present, 2° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS
VMcp3Modal verb conjunctive present, 3° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS
VMci1Modal verb conjunctive imperfect, 1° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS
VMci2Modal verb conjunctive imperfect, 2° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
VMci3Modal verb conjunctive imperfect, 3° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
VMdp1Modal verb conditional present, 1° personVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS
VMdp2Modal verb conditional present, 2° personVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS
VMdp3Modal verb conditional present, 3° personVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS
VMgModal verb gerundiveVB.POS, MODAL.POS, GERUND.POS
VMpModal verb participleVB.POS, MODAL.POS, PARTICIPLE.POS
VMfModal verb infiniteVB.POS, MODAL.POS, INF.POS
VMmModal verb imperativeVB.POS, MODAL.POS, IMP.POS

Spanish

The Spanish Part-of-Speech Tagger and Morphological Analyzer Input Processor uses a machine learnt statistical model to tag the words in the user input with annotations like: NN.POS, VB.POS, PAST.POS, PRESENT.POS, etc. The Spanish Part-of-Speech Tagger uses an annotation scheme based on the Eagles guidelines for a tag set. In the final tag set used to train the Spanish Part-of-Speech Tagger, the tags for main verbs (V) and those for auxiliary verbs (VA) were merged, and the tags for all the determiners (DD, DE,DI, DQ, DR), the predeterminer tag (T) and the tags for articles (RI, RD) were merged into one single DET tag. The tags are then converted to Teneo POS annotations that can be used in TLML Syntax just like any other annotation, e.g. %$VB, %$PRESENT, etc. The table below shows the mapping scheme for Spanish.

Please follow the link for information related to available annotation language objects in the Spanish Lexical Resource.

TagDescriptionMap to annotations
BAdverbADV.POS
BNNegation adverbADV.POS, NEGATION.POS
BQInterrogative adverbADV.POS, INTERROG.POS
CCCoordinate conjunctionCC.POS
CSSubordinate conjunctionCS.POS
DETDeterminers (demonstrative, exclamative, indefinite, interrogative and relative), predeterminer and articles (determinative and indeterminative)DET.POS
EPrepositionPREP.POS
EAArticulated prepositionPREP.POS, DET.POS
FBBalanced punctuation (round brackets, double quotes, etc.)PUNCT.POS
FCClause boundary punctuation (. - : ;)PUNCT.POS
FFComma, dash, omissis (, ... -)PUNCT.POS
IInterjectionINTERJ.POS
NCardinal numberCARDINAL.POS
PCClitic pronounPRON.POS, CLITIC.POS
PDDemonstrative pronounPRON.POS, DEMOS.POS
PEPersonal pronounPRON.POS, PERS.POS
PIIndefinite pronounPRON.POS, INDEF.POS
PPPossessive pronounPRON.POS, POSS.POS
PQInterrogative pronounPRON.POS, INTERROG.POS
PRRelative pronounPRON.POS, REL.POS
SAAbbreviationABBREV.POS
SPProper nounNN.POS, PROPER.POS
XHHashtag twitter (#nlp)HASHTAG.POS
XMTwitter mentions (@obama)ATMENTION.POS
XEEmoticon (smiley :-))EMOTICON.POS
XXOthers (formula, , not classified words, other alphabetic symbols, etc.)MISC.POS
SsSingular nounNN.POS, SG.POS
SpPlural nounNN.POS, PL.POS
SnUnderspecified nounNN.POS, SG.POS, PL.POS
AsSingular adjectiveADJ.POS, SG.POS
ApPlural adjectiveADJ.POS, PL.POS
AnUnderspecified adjectiveADJ.POS, SG.POS, PL.POS
APsSingular possessive adjectiveADJ.POS, POSS.POS, SG.POS
APpPlural possessive adjectiveADJ.POS, POSS.POS, PL.POS
APnUnderspecified possessive adjectiveADJ.POS, POSS.POS, SG.POS, PL.POS
NOsSingular ordinal numberORDINAL.POS, SG.POS
NOpPlural ordinal numberORDINAL.POS, PL.POS
NOnUnderspecified ordinal numberORDINAL.POS, SG.POS, PL.POS
SWsSingular foreign nameNN.POS, FOREIGN.POS, SG.POS
SWpPlural foreign nameNN.POS, FOREIGN.POS, PL.POS
SWnUnderspecified foreign nameNN.POS, FOREIGN.POS, SG.POS, PL.POS
Vip1Main verb indicative present, 1° personVB.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS
Vip2Main verb indicative present, 2° personVB.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS
Vip3Main verb indicative present, 3° personVB.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS
Vii1Main verb indicative imperfect, 1° personVB.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS
Vii2Main verb indicative imperfect, 2° personVB.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
Vii3Main verb indicative imperfect, 3° personVB.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
Vis1Main verb indicative past, 1° personVB.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS
Vis2Main verb indicative past, 2° personVB.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS
Vis3Main verb indicative past, 3° personVB.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS
Vif1Main verb indicative future, 1° personVB.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS
Vif2Main verb indicative future, 2° personVB.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS
Vif3Main verb indicative future, 3° personVB.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS
Vcp1Main verb conjunctive present, 1° personVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS
Vcp2Main verb conjunctive present, 2° personVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS
Vcp3Main verb conjunctive present, 3° personVB.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS
Vci1Main verb conjunctive imperfect, 1° personVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS
Vci2Main verb conjunctive imperfect, 2° personVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
Vci3Main verb conjunctive imperfect, 3° personVB.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
Vdp1Main verb conditional present, 1° personVB.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS
Vdp2Main verb conditional present, 2° personVB.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS
Vdp3Main verb conditional present, 3° personVB.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS
VgMain verb gerundiveVB.POS, GERUND.POS
VpMain verb participleVB.POS, PARTICIPLE.POS
VfMain verb infiniteVB.POS, INF.POS
VmMain verb imperativeVB.POS, IMP.POS
VMip1Modal verb indicative present, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 1STPERSON.POS
VMip2Modal verb indicative present, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 2NDPERSON.POS
VMip3Modal verb indicative present, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, PRESENT.POS, 3RDPERSON.POS
VMii1Modal verb indicative imperfect, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 1STPERSON.POS
VMii2Modal verb indicative imperfect, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
VMii3Modal verb indicative imperfect, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
VMis1Modal verb indicative past, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 1STPERSON.POS
VMis2Modal verb indicative past, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 2NDPERSON.POS
VMis3Modal verb indicative past, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, PERFECT.POS, 3RDPERSON.POS
VMif1Modal verb indicative future, 1° personVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 1STPERSON.POS
VMif2Modal verb indicative future, 2° personVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 2NDPERSON.POS
VMif3Modal verb indicative future, 3° personVB.POS, MODAL.POS, INDICATIVE.POS, FUTURE.POS, 3RDPERSON.POS
VMcp1Modal verb conjunctive present, 1° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 1STPERSON.POS
VMcp2Modal verb conjunctive present, 2° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 2NDPERSON.POS
VMcp3Modal verb conjunctive present, 3° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, PRESENT.POS, 3RDPERSON.POS
VMci1Modal verb conjunctive imperfect, 1° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 1STPERSON.POS
VMci2Modal verb conjunctive imperfect, 2° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 2NDPERSON.POS
VMci3Modal verb conjunctive imperfect, 3° personVB.POS, MODAL.POS, SUBJUNCTIVE.POS, IMPERFECT.POS, 3RDPERSON.POS
VMdp1Modal verb conditional present, 1° personVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 1STPERSON.POS
VMdp2Modal verb conditional present, 2° personVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 2NDPERSON.POS
VMdp3Modal verb conditional present, 3° personVB.POS, MODAL.POS, CONDITIONAL.POS, PRESENT.POS, 3RDPERSON.POS
VMgModal verb gerundiveVB.POS, MODAL.POS, GERUND.POS
VMpModal verb participleVB.POS, MODAL.POS, PARTICIPLE.POS
VMfModal verb infiniteVB.POS, MODAL.POS, INF.POS
VMmModal verb imperativeVB.POS, MODAL.POS, IMP.POS

Swedish

The Swedish Part-of-Speech Tagger and Morphological Analyzer Input Processor uses a machine learnt statistical model to tag the words in the user input with annotations like: NN.POS, VB.POS, PAST.POS, PRESENT.POS, etc. The Swedish Part-of-Speech Tagger uses an annotation scheme based on the tag set used by the Stockholm-Umeå corpus. The tags are then converted to Teneo POS annotations that can be used in TLML Syntax just like any other annotation, e.g. %$VB.POS, %$PRESENT.POS. The table below shows the annotation scheme for Swedish.

Please follow the link for information related to available annotation language objects in the Swedish Lexical Resource.

TagDescriptionMap to annotations
$-Word-internal punctuationPUNCT.POS, HYPHEN.POS
$(Sentence-internal punctuationPUNCT.POS
ABAdverbADV.POS
DTDeterminerDET.POS
IAInterrogative adverbADV.POS, INTERROG.POS
IDInterrogative determinerDET.POS, INTERROG.POS
IEInfinitive MarkerPARTICLE.POS, ATT.POS
INInterjectionINTERJ.POS
IPInterrogative pronounPRON.POS, INTERROG.POS
ISInterrogative possessivePRON.POS, INTERROG.POS, POSS.POS
JJAdjective, positiveADJ.POS, POSITIVE.POS
JJABAdjective-derived adverbADV.POS, POSITIVE.POS
JJABRComparative adj-derived adverbADV.POS, COMPARATIVE.POS
JJABSSuperlative adj-derived adverbADV.POS, SUPERLATIVE.POS
JJRAdjective, comparativeADJ.POS, COMPARATIVE.POS
JJSAdjective, superlativeADJ.POS, SUPERLATIVE.POS
KNConjunctionCC.POS
NNNoun singularNN.POS, SG.POS, INDEF.POS
NNDNoun singular definiteNN.POS, SG.POS, DEF.POS
NNSNoun pluralNN.POS, PL.POS, INDEF.POS
NNSDNoun plural definiteNN.POS, PL.POS, DEF.POS
PLParticlePARTICLE.POS
PMProper NounNN.POS, PROPER.POS
PNPronounPRON.POS, PERS.POS
PPPrepositionPREP.POS
PSPossessivePRON.POS, POSS.POS
RARelative AdverbADV.POS, REL.POS
RGCardinal numberCARDINAL.POS
ROordinal numberADJ.POS, ORDINAL.POS
RPRelative PronounPRON.POS, REL.POS
RSRelative possessivePRON.POS, POSS.POS, REL.POS
SNSubjunctionCS.POS
UOForeign WordFOREIGN.POS
VMINFModal, infinitiveVB.POS, MODAL.POS, INF.POS
VMPRSModal, presentVB.POS, MODAL.POS, PRESENT.POS
VMPRTModal, past tenseVB.POS, MODAL.POS, PAST.POS
VMSUPModal, past participleVB.POS, MODAL.POS, SUPINE.POS
VVADJVerb, adjectival participleADJ.POS, VB.POS, PARTICIPLE.POS, PERFECT.POS
VVIMPVerb, imperativeVB.POS, IMP.POS
VVINFVerb, base formVB.POS, INF.POS, ACTIVE.POS
VVINFPVerb, passive infinitiveVB.POS, INF.POS, PASSIVE.POS
VVPRSVerb, presentVB.POS, PRESENT.POS, ACTIVE.POS
VVPRSPVerb, present passiveVB.POS, PRESENT.POS, PASSIVE.POS
VVPRTVerb, past tenseVB.POS, PAST.POS, ACTIVE.POS
VVPRTPVerb, past tense passiveVB.POS, PAST.POS, PASSIVE.POS
VVSUPVerb, past participleVB.POS, SUPINE.POS, ACTIVE.POS
VVSUPPVerb past participle, passiveVB.POS, SUPINE.POS, PASSIVE.POS
XMiscMISC.POS