contentSentence Class |
Namespace: imbNLP.Core.contentStructure.elements
[imbAttribute(imbAttributeName.xmlNodeTypeName, "s")] public class contentSentence : contentToken, IContentSentence, IContentElement, INotifyPropertyChanged, IObjectWithParent, IObjectWithName, IObjectWithPath, IObjectWithID, IObjectWithPathAndChildSelector, IObjectWithChildSelector, IEnumerable, IObjectWithRoot, IQuerableElement<contentSentenceFlag>, IContentToken, IQuerableElement<contentTokenFlag>
The contentSentence type exposes the following members.
| Name | Description | |
|---|---|---|
| contentSentence | Initializes a new instance of the contentSentence class |
| Name | Description | |
|---|---|---|
| _nameAbbrevation |
skracenica imena
(Inherited from contentElementBase.) | |
| baseType |
osnovna klasifikacija tokena
(Inherited from contentToken.) | |
| content |
Originalni sadržaj koji je pronađen u tokenu
(Inherited from contentElementBase.) | |
| detectionFlags |
flagovi dobijeni tokom detektovanja
| |
| flags |
flagovi
| |
| genericType | (Inherited from contentToken.) | |
| has_tosInstance | (Inherited from contentToken.) | |
| id |
Osnovni ID podatak
(Inherited from contentElementBase.) | |
| isFirst |
Da li je reč o prvom elementu?
(Inherited from contentElementBase.) | |
| isLast |
Da li je reč o poslednjem elementu?
(Inherited from contentElementBase.) | |
| ItemInt32 |
Gets the Object with the specified key.
(Inherited from contentToken.) | |
| ItemString |
Gets the Object with the specified child name.
(Inherited from contentToken.) | |
| items |
svi tokeni u recenici
| |
| match |
Kontent match meta info
(Inherited from contentElementBase.) | |
| name |
ime objekta - ime tipa i ID - ako je objekat deo glavnog niza
(Inherited from contentElementBase.) | |
| next |
Referenca prema sledećem slogu
(Inherited from contentElementBase.) | |
| next_Token |
Bezbedno preuzimanje propertija Token iz objekta next
(Inherited from contentToken.) | |
| origin |
poreklo tokena
(Inherited from contentToken.) | |
| page |
Referenca prema stranici
(Inherited from contentElementBase.) | |
| parent |
referenca prema parent objektu
(Inherited from contentElementBase.) | |
| prev |
Referenca prema prethodnom slogu
(Inherited from contentElementBase.) | |
| prev_Token | (Inherited from contentToken.) | |
| root |
Gets the root.
(Inherited from contentElementBase.) | |
| sentenceFlags |
flagovi o recenici
| |
| sourceContent |
Izvorni content
(Inherited from contentElementBase.) | |
| spliter |
Koji je spliter odredio odvajanje tokena
(Inherited from contentElementBase.) | |
| UID |
imbControl property UID tipa String
(Inherited from contentElementBase.) |
| Name | Description | |
|---|---|---|
| _getOrigin | (Inherited from contentToken.) | |
| _setTokensForSentenceT |
Može da sam izvrši macroTokens ili da dobije gotove. Primenjuje subsentence algoritam i vrši standardnu detekciju tokena --- NAJBITNIJE JE STO SLAZE TOKENE/SUBSENTENCE u parent
| |
| ContainsAll(contentRelationType, Int32, contentSentenceFlag) | ||
| ContainsAll(contentRelationType, Int32, contentTokenFlag) | ||
| ContainsOneOrMore(contentRelationType, Int32, contentSentenceFlag) | ||
| ContainsOneOrMore(contentRelationType, Int32, contentTokenFlag) | ||
| ContainsOnly(contentRelationType, Int32, contentSentenceFlag) | ||
| ContainsOnly(contentRelationType, Int32, contentTokenFlag) | ||
| Count | (Inherited from contentToken.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| generalSemanticsFlaging | (Overrides contentTokengeneralSemanticsFlaging(Object).) | |
| GetEnumerator | (Inherited from contentToken.) | |
| GetFlags |
Gets the flags.
(Overrides contentTokenGetFlags.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| indexOf | (Inherited from contentToken.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPropertyChanged | (Inherited from dataBindableBase.) | |
| primaryFlaging | (Overrides contentTokenprimaryFlaging(Object).) | |
| secondaryFlaging | (Overrides contentTokensecondaryFlaging(Object).) | |
| setItem |
Podešava PREV i NEXT za nlpBase klase -- i dodaje item u svoju items kolekciju
(Inherited from contentElementBase.) | |
| setTokenCaseAndGeneral | (Inherited from contentToken.) | |
| setTokensFromContentT, TS |
Glavni metod za obradu sadrzaja jedne recenice >> prvo poziva setSubSentences, zatim setTokensForSentence
| |
| specialSematicsFlaging | (Overrides contentTokenspecialSematicsFlaging(Object).) | |
| syllablesDetection |
pod FAZA 2.a: detektovanje slogova - poziva ga faza 2, nema potrebe posebno pozivati --- ne radi dobro
(Inherited from contentToken.) | |
| ToString | (Inherited from contentElementBase.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from dataBindableBase.) |
| Name | Description | |
|---|---|---|
| _items |
Skup pod-itema
(Inherited from contentElementBase.) | |
| _select_tokenWithoutSplitter |
Regex select tokenWithoutSplitter : ([\w\d\.,:;\""-|]{1,})\b
| |
| _select_tokenWithSplitter |
Regex select tokenWithSplitter : ([\w\d\.,:;\"-|]{1,})\b[\W]{0,3}
| |
| sentenceEnd_arrowLeft | ||
| sentenceEnd_arrowRight | ||
| sentenceEnd_exclamation | ||
| sentenceEnd_listItemEnd | ||
| sentenceEnd_listItemEnd_listEnd | ||
| sentenceEnd_listStart | ||
| sentenceEnd_listStart2 | ||
| sentenceEnd_normal | ||
| sentenceEnd_notFinished | ||
| sentenceEnd_notFinished2 | ||
| sentenceEnd_question |
| Name | Description | |
|---|---|---|
| makeReport |
Generiše izveštaj o contentPage objektu - vraca String Builder objekat
(Defined by contentStructureImportExportTools.) |