C# Class SNode, GrammarEngine

Show file Open project: Koziev/GrammarEngine Class Usage Examples

Public Properties

Property Type Description
children List
children_vector_ready bool
edge_types List
index int
parent SNode,
parent_vector_ready bool
word SToken,

Public Methods

Method Description
ToString ( ) : string
WriteCorpus ( System wrt, string edge_type ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

WriteCorpus() public method

public WriteCorpus ( System wrt, string edge_type ) : void
wrt System
edge_type string
return void

Property Details

children public property

public List children
return List

children_vector_ready public property

public bool children_vector_ready
return bool

edge_types public property

public List edge_types
return List

index public property

public int index
return int

parent public property

public SNode, parent
return SNode,

parent_vector_ready public property

public bool parent_vector_ready
return bool

word public property

public SToken, word
return SToken,