# Inxight English tagger tags define Abbr "/Abbr" ; define AbbrMeas "/Abbr-Meas" ; define Adj "/Adj" ; define AdjComp "/Adj-Comp" ; define AdjSup "/Adj-Sup" ; define Adv "/Adv" ; define AdvComp "/Adv-Comp" ; define AdvInt "/Adv-Int" ; define AdvSup "/Adv-Sup" ; define Aux "/Aux" ; define ConjCoord "/Conj-Coord" ; define ConjSub "/Conj-Sub" ; define Det "/Det" ; define DetDef "/Det-Def" ; define DetIndef "/Det-Indef" ; define DetInt "/Det-Int" ; define DetPl "/Det-Pl" ; define DetPoss "/Det-Poss" ; define DetRel "/Det-Rel" ; define DetSg "/Det-Sg" ; define Interj "/Interj" ; define Letter "/Letter" ; define MarkupSGML "/Markup-SGML" ; define Nn "/Nn" ; define NnPl "/Nn-Pl" ; define NnSg "/Nn-Sg" ; define Num "/Num" ; define NumMoney "/Num-Money" ; define NumPercent "/Num-Percent" ; define NumRoman "/Num-Roman" ; define Onom "/Onom" ; define Ord "/Ord" ; define PartInf "/Part-Inf" ; define PartNeg "/Part-Neg" ; define PartPoss "/Part-Poss" ; define Prep "/Prep" ; define PrepOf "/Prep-of" ; define Pron "/Pron" ; define PronInt "/Pron-Int" ; define PronRefl "/Pron-Refl" ; define PronRel "/Pron-Rel" ; define PropNam "/Prop-Nam" ; define PropNameFam "/Prop-Name-Fam" ; define PropNameGiv "/Prop-Name-Giv" ; define PropOrg "/Prop-Org" ; define PropPlace "/Prop-Place" ; define PropTitle "/Prop-Title" ; define Punct "/Punct" ; define PunctClose "/Punct-Close" ; define PunctComma "/Punct-Comma" ; define PunctOpen "/Punct-Open" ; define PunctQuote "/Punct-Quote" ; define PunctSent "/Punct-Sent" ; define Time "/Time" ; define VPaPart "/V-PaPart" ; define VPaPartbe "/V-PaPart-be" ; define VPast "/V-Past" ; define VPastPlbe "/V-Past-Pl-be" ; define VPastSgbe "/V-Past-Sg-be" ; define VPres "/V-Pres" ; define VPres3Sg "/V-Pres-3-Sg" ; define VPresPlbe "/V-Pres-Pl-be" ; define VPresSgbe "/V-Pres-Sg-be" ; define VProg "/V-Prog" ; define WordPart "/WordPart" ; define Tag [ Abbr | AbbrMeas | Adj | AdjComp | AdjSup | Adv | AdvComp | AdvInt | AdvSup | Aux | ConjCoord | ConjSub | Det | DetDef | DetIndef | DetInt | DetPl | DetPoss | DetRel | DetSg | Interj | Letter | MarkupSGML | Nn | NnPl | NnSg | Num | NumMoney | NumPercent | NumRoman | Onom | Ord | PartInf | PartNeg | PartPoss | Prep | PrepOf | Pron | PronInt | PronRefl | PronRel | PropNam | PropNameFam | PropNameGiv | PropOrg | PropPlace | PropTitle | Punct | PunctClose | PunctComma | PunctOpen | PunctQuote | PunctSent | Time | VPaPart | VPaPartbe | VPast | VPastPlbe | VPastSgbe | VPres | VPres3Sg | VPresPlbe | VPresSgbe | VProg | WordPart ]; define Space " "; define Tab "\n"; define Char \[Tag | Tab | Space]; define Word [Space Char+];