Stanford.NLP.Fsharp


PennTreebankIIPatterns

Functions and values

Function or valueDescription
getLabel node
Signature: node:(type) -> PennTreebankIITags option
Go to GitHub source
isClauseLevel _arg1
Signature: _arg1:PennTreebankIITags -> bool
Go to GitHub source
isLabel label node
Signature: label:PennTreebankIITags -> node:(type) -> bool
Go to GitHub source
isOneOfLabels labels node
Signature: labels:seq<PennTreebankIITags> -> node:(type) -> bool
Go to GitHub source
isPhraseLevel _arg1
Signature: _arg1:PennTreebankIITags -> bool
Go to GitHub source
isPunctuation _arg1
Signature: _arg1:PennTreebankIITags -> bool
Go to GitHub source
isWordLevel _arg1
Signature: _arg1:PennTreebankIITags -> bool
Go to GitHub source

Active patterns

Active patternDescription
( |ClauseLevel|_| ) tag
Signature: tag:PennTreebankIITags -> unit option
Go to GitHub source
( |Label|_| ) label node
Signature: label:PennTreebankIITags -> node:(type) -> unit option
Go to GitHub source
( |PhraseLevel|_| ) tag
Signature: tag:PennTreebankIITags -> unit option
Go to GitHub source
( |Punctuation|_| ) tag
Signature: tag:PennTreebankIITags -> unit option
Go to GitHub source
( |WordLevel|_| ) tag
Signature: tag:PennTreebankIITags -> unit option
Go to GitHub source
Fork me on GitHub