C# Class MSTParser.DependencyInstance

Show file Open project: rasoolims/MSTParserCSharp Class Usage Examples

Public Properties

Property Type Description
ActParseTree string
Fv FeatureVector
Labs string[]
Length int
POS string[]
Sentence string[]

Public Methods

Method Description
DependencyInstance ( )
DependencyInstance ( int length )
DependencyInstance ( string sentence, FeatureVector fv )
DependencyInstance ( string sentence, string pos, FeatureVector fv )
DependencyInstance ( string sentence, string pos, string labs, FeatureVector fv )

Method Details

DependencyInstance() public method

public DependencyInstance ( )

DependencyInstance() public method

public DependencyInstance ( int length )
length int

DependencyInstance() public method

public DependencyInstance ( string sentence, FeatureVector fv )
sentence string
fv FeatureVector

DependencyInstance() public method

public DependencyInstance ( string sentence, string pos, FeatureVector fv )
sentence string
pos string
fv FeatureVector

DependencyInstance() public method

public DependencyInstance ( string sentence, string pos, string labs, FeatureVector fv )
sentence string
pos string
labs string
fv FeatureVector

Property Details

ActParseTree public property

public string ActParseTree
return string

Fv public property

public FeatureVector Fv
return FeatureVector

Labs public property

public string[] Labs
return string[]

Length public property

public int Length
return int

POS public property

public string[] POS
return string[]

Sentence public property

public string[] Sentence
return string[]