프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
SentenceWithDependencies ( int startTokenIndex, int endTokenIndex, List |
Creates a list of sentences that has dependencies associated with it
|
|
ToString ( ) : string |
ToString override.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
리턴 | bool |
public SentenceWithDependencies ( int startTokenIndex, int endTokenIndex, List |
||
startTokenIndex | int | The token index of the start of this sentence |
endTokenIndex | int | The token index of the end of this sentence |
dependencies | List |
A list of dependencies |
리턴 | System |