Click or drag to resize

contentParagraph Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.Core.contentStructure.elements.contentParagraph"]

Inheritance Hierarchy

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public class contentParagraph : contentElementBase, 
	IContentParagraph, IContentElement, INotifyPropertyChanged, IObjectWithParent, IObjectWithName, 
	IObjectWithPath, IObjectWithID, IObjectWithPathAndChildSelector, IObjectWithChildSelector, IEnumerable, 
	IObjectWithRoot, IQuerableElement<contentParagraphFlag>

The contentParagraph type exposes the following members.

Constructors
  NameDescription
Public methodcontentParagraph
Initializes a new instance of the contentParagraph class
Public methodcontentParagraph(String, IContentElement)
Initializes a new instance of the contentParagraph class
Top
Properties
  NameDescription
Protected property_nameAbbrevation
skracenica imena
(Inherited from contentElementBase.)
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
(Inherited from contentElementBase.)
Public propertyflags
Description of $property$
Public propertyid
Osnovni ID podatak
(Inherited from contentElementBase.)
Public propertyisFirst
Da li je reč o prvom elementu?
(Inherited from contentElementBase.)
Public propertyisLast
Da li je reč o poslednjem elementu?
(Inherited from contentElementBase.)
Public propertyItemInt32
Gets the Object with the specified key.
Public propertyItemString
Gets the Object with the specified child name.
Public propertyitems
Skup svih recenica
Public propertymatch
Kontent match meta info
(Inherited from contentElementBase.)
Public propertyname
ime objekta - ime tipa i ID - ako je objekat deo glavnog niza
(Inherited from contentElementBase.)
Public propertynext
Referenca prema sledećem slogu
(Inherited from contentElementBase.)
Public propertypage
Referenca prema stranici
(Inherited from contentElementBase.)
Public propertyparent
referenca prema parent objektu
(Inherited from contentElementBase.)
Public propertyprev
Referenca prema prethodnom slogu
(Inherited from contentElementBase.)
Public propertyroot
Gets the root.
(Inherited from contentElementBase.)
Public propertysourceContent
Izvorni content
(Inherited from contentElementBase.)
Public propertyspliter
Koji je spliter odredio odvajanje tokena
(Inherited from contentElementBase.)
Public propertyUID
imbControl property UID tipa String
(Inherited from contentElementBase.)
Top
Methods
  NameDescription
Protected method_setSentencesFromContentTSentence
Public methodContainsAll
Public methodContainsOneOrMore
Public methodContainsOnly
Public methodCount
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgeneralSemanticsFlaging (Overrides contentElementBasegeneralSemanticsFlaging(Object).)
Public methodGetEnumerator
Public methodGetFlags (Overrides contentElementBaseGetFlags.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodindexOf
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodprimaryFlaging (Overrides contentElementBaseprimaryFlaging(Object).)
Public methodsecondaryFlaging (Overrides contentElementBasesecondaryFlaging(Object).)
Public methodsetItem
Podešava PREV i NEXT za nlpBase klase -- i dodaje item u svoju items kolekciju
(Inherited from contentElementBase.)
Public methodsetParagraphFromContentTSentence, TSubSentence, TToken
GLAVNA KOMANDA KOD TOKENIZACIJE - Za prosledjen paragraph pravi recenice, podrecenice i tokene. Vrsi registrovanje tokena i recenica u IContentPage output-u ako bude prosledjen
Public methodspecialSematicsFlaging (Overrides contentElementBasespecialSematicsFlaging(Object).)
Public methodToString (Inherited from contentElementBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
  NameDescription
Protected field_items
Skup pod-itema
(Inherited from contentElementBase.)
Public fieldStatic member_select_sentenceSpliter
Regex select sentenceSpliter :
Public fieldStatic member_select_sentenceTerminator
Regex select sentenceTerminator : ([\.;!\?]+)$
Top
Extension Methods
See Also