C# Class NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter

Adds the labels of the preceding block to the current block, optionally adding a prefix.
Adds the labels of the preceding block to the current block, optionally adding a prefix.
Inheritance: BoilerpipeFilter
Afficher le fichier Open project: oganix/NBoilerpipe

Méthodes publiques

Свойство Type Description
INSTANCE NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter
INSTANCE_PRE NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter

Méthodes publiques

Méthode Description
AddPrecedingLabelsFilter ( string labelPrefix ) : System.Collections.Generic

Creates a new AddPrecedingLabelsFilter instance.

Process ( NBoilerpipe.Document.TextDocument doc ) : bool

Method Details

AddPrecedingLabelsFilter() public méthode

Creates a new AddPrecedingLabelsFilter instance.
public AddPrecedingLabelsFilter ( string labelPrefix ) : System.Collections.Generic
labelPrefix string
Résultat System.Collections.Generic

Process() public méthode

public Process ( NBoilerpipe.Document.TextDocument doc ) : bool
doc NBoilerpipe.Document.TextDocument
Résultat bool

Property Details

INSTANCE public_oe static_oe property

public static NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter INSTANCE
Résultat NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter

INSTANCE_PRE public_oe static_oe property

public static NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter INSTANCE_PRE
Résultat NBoilerpipe.Filters.Heuristics.AddPrecedingLabelsFilter