Class EarleyParserParams
Parameters for configuring the Earley parser.
Inherited Members
Namespace: EarleyParser
Assembly: EarleyParser.dll
Syntax
public class EarleyParserParams
Properties
| Edit this page View SourceGrammarRules
Gets or sets the array of grammar rules.
Declaration
public required string[] GrammarRules { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
PartOfSpeechRules
Gets or sets the array of part-of-speech rules.
Declaration
public required string[] PartOfSpeechRules { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Sentence
Gets or sets the sentence to parse.
Declaration
public required string Sentence { get; set; }
Property Value
| Type | Description |
|---|---|
| string |