Property | Type | Description | |
---|---|---|---|
CreateForest | bool | ||
DecodeType | ProjectiveTypes | ||
DefaultModelFileName | string | ||
DefaultOutFile | string | ||
Eval | bool | ||
Goldfile | string | ||
LossType | LossTypes | ||
MTrain | bool | ||
NumIters | int | ||
SecondOrder | bool | ||
Test | bool | ||
TestK | int | ||
TestfileName | string | ||
TestforestName | string | ||
TrainK | int | ||
TrainfileName | string | ||
TrainforestName | string |
Method | Description | |
---|---|---|
DependencyParser ( |
||
DependencyParser ( int order, string modelFileName, bool createForest ) : System | ||
LoadModel ( string file ) : void | ||
OutputParses ( string tFile, string file ) : void | ||
OutputParses ( string words, string posTags, string &labels, int &deps ) : void | ||
SaveModel ( string file ) : void | ||
Train ( |
Method | Description | |
---|---|---|
TrainingIter ( |
public DependencyParser ( |
||
pipe | ||
return | System |
public DependencyParser ( int order, string modelFileName, bool createForest ) : System | ||
order | int | |
modelFileName | string | |
createForest | bool | |
return | System |
public OutputParses ( string tFile, string file ) : void | ||
tFile | string | |
file | string | |
return | void |
public OutputParses ( string words, string posTags, string &labels, int &deps ) : void | ||
words | string | |
posTags | string | |
labels | string | |
deps | int | |
return | void |
public Train ( |
||
il | ||
trainfile | string | |
trainForest | string | |
return | void |
public static ProjectiveTypes DecodeType | ||
return | ProjectiveTypes |
public static string DefaultModelFileName | ||
return | string |