C# Class XAmpleManagedWrapper.AmpleOptions

Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
CheckMorphnames bool
OutputRootGlosses bool
PrintTestParseTrees bool
ReportAmbiguityPercentages bool
Trace bool
WriteDecompField bool
WritePField bool
WriteWordField bool

Public Methods

Method Description
AmpleOptions ( ) : System

Method Details

AmpleOptions() public method

public AmpleOptions ( ) : System
return System

Property Details

CheckMorphnames public property

public bool CheckMorphnames
return bool

OutputRootGlosses public property

public bool OutputRootGlosses
return bool

PrintTestParseTrees public property

public bool PrintTestParseTrees
return bool

ReportAmbiguityPercentages public property

public bool ReportAmbiguityPercentages
return bool

Trace public property

public bool Trace
return bool

WriteDecompField public property

public bool WriteDecompField
return bool

WritePField public property

public bool WritePField
return bool

WriteWordField public property

public bool WriteWordField
return bool