Show / Hide Table of Contents

Class EarleyParserParams

Parameters for configuring the Earley parser.

Inheritance
object
EarleyParserParams
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EarleyParser
Assembly: EarleyParser.dll
Syntax
public class EarleyParserParams

Properties

| Edit this page View Source

GrammarRules

Gets or sets the array of grammar rules.

Declaration
public required string[] GrammarRules { get; set; }
Property Value
Type Description
string[]
| Edit this page View Source

PartOfSpeechRules

Gets or sets the array of part-of-speech rules.

Declaration
public required string[] PartOfSpeechRules { get; set; }
Property Value
Type Description
string[]
| Edit this page View Source

Sentence

Gets or sets the sentence to parse.

Declaration
public required string Sentence { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX