Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
RosetteRelationship ( String predicate, List |
Creates a grammatical relationship. Temporary EntityIDs, ordered "T0", "T1"..., are added to the argument strings in an ArgumentsFull property.
|
|
RosetteRelationship ( string predicate, string>.Dictionary |
Creates a grammatical relationship
|
|
RosetteRelationship ( string predicate, List |
Creates a grammatical relationship
|
|
ToString ( ) : string |
ToString override. Writes this RosetteRelationship in JSON form
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public RosetteRelationship ( String predicate, List |
||
predicate | String | The main action or verb acting on the first argument, or the action connecting multiple arguments. |
arguments | List |
One or more arguments in the relationship |
temporals | List |
Time frames of the action. May be empty. |
locatives | List |
Locations of the action. May be empty. |
adjunts | List |
All other parts of the relationship. May be empty. |
confidence | Nullable |
A score for each relationship result, ranging from 0 to 1. You can use this measurement as a threshold to filter out undesired results. |
return | System |
public RosetteRelationship ( string predicate, string>.Dictionary |
||
predicate | string | The main action or verb acting on the first argument, or the action connecting multiple arguments. |
arguments | string>.Dictionary | The mention(s), mapped to the argument number, of one or more arguments in the relationship |
IDs | string>.Dictionary | The IDs of the arguments, mapped to the corresponding argument number. The ID with key 1 should correspond to the argument with key 1. |
temporals | List |
Time frames of the action. May be empty. |
locatives | List |
Locations of the action. May be empty. |
adjunts | List |
All other parts of the relationship. May be empty. |
confidence | Nullable |
A score for each relationship result, ranging from 0 to 1. You can use this measurement as a threshold to filter out undesired results. |
modalities | HashSet |
The modalities of the relationship. |
return | System |
public RosetteRelationship ( string predicate, List |
||
predicate | string | The main action or verb acting on the first argument, or the action connecting multiple arguments. |
arguments | List |
The arguments in the relationship |
temporals | List |
Time frames of the action. May be empty. |
locatives | List |
Locations of the action. May be empty. |
adjunts | List |
All other parts of the relationship. May be empty. |
confidence | Nullable |
A score for each relationship result, ranging from 0 to 1. You can use this measurement as a threshold to filter out undesired results. |
modalities | HashSet |
The modalities of the relationship. |
return | System |