Click or drag to resize

contentTokenSubjectRenderMode Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
The way content token subject is rendered

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.render
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public enum contentTokenSubjectRenderMode
Members
  Member nameValueDescription
none0
currentForm1 Putting out the current form of the token
initialForm2 Putting out the initial form of the token
posTypeTagForm3 The position type tag form: |A V|N|Part|Conj|
posTypeAndGramTagForm4 The position type and gram tag form: [Amspf:Nmsps]|ADJ[fs1f]|
flagsForm5 The flags form: |phoneOfficeNeedle|symbol|number phone phoneNumber|
flagsFullForm6 The flags form: |dat_business.phoneOfficeNeedle|tkn_contains.symbols|tkn_contains.number dat_business.phone dat_business.phoneNumber|
descriptive7 The descriptive form: |"kompanijom":"kompanija":N,common,f,s,instrumental:lowerCase,letter,onlyLetters|
lemmaForm8 The lemma form: clean lemmatic form
xmlModelOfMCDocumentElement9
See Also