The TextEntity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TextEntity | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Add | Overloaded. |
![]() |
Compare |
Beware: un-natural behaviour! This operator computes coordinates
inclusion in the vector-representation of some texts.
|
![]() |
Equals |
Same as Equality(TextEntity, TextEntity)
(Overrides Object..::.Equals(Object).) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
The hash code of the text which works with the == operator.
(Overrides Object..::.GetHashCode()()().) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() |
Multiply | Overloaded. |
![]() |
Norm |
Vectorial norm.
|
![]() |
ScalMult |
Scalar multiplication.
|
![]() |
ToString |
Summary of the represented text.
(Overrides Object..::.ToString()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Addition |
Add two texts' vectorial representations.
|
![]() ![]() |
Equality |
Checks whether two texts are equal.
|
![]() ![]() |
GreaterThanOrEqual | |
![]() ![]() |
Inequality |
Contrairy of Equality(TextEntity, TextEntity)
|
![]() ![]() |
LessThanOrEqual |
See Compare(TextEntity).
|
![]() ![]() |
Multiply | Overloaded. |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
MaxIncipitLength |
Maximum length of the string summary of a text.
|
Properties
Name | Description | |
---|---|---|
![]() |
Identifier |
The identifier of the entity
(Inherited from Entity.) |
![]() |
Incipit |
Few words summarizing the text.
|
![]() |
Weights |
Vectorial representation of the text.
(Currently weight is just document frequency.)
|