Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class OpenNLPSentenceBreakIterator

    A that splits sentences using an OpenNLP sentence chunking model.

    Inheritance
    System.Object
    OpenNLPSentenceBreakIterator
    Namespace: Lucene.Net.Analysis.OpenNlp
    Assembly: Lucene.Net.Analysis.OpenNLP.dll
    Syntax
    public sealed class OpenNLPSentenceBreakIterator : BreakIterator

    Constructors

    | Improve this Doc View Source

    OpenNLPSentenceBreakIterator(NLPSentenceDetectorOp)

    Declaration
    public OpenNLPSentenceBreakIterator(NLPSentenceDetectorOp sentenceOp)
    Parameters
    Type Name Description
    NLPSentenceDetectorOp sentenceOp

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public override int Current { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public override CharacterIterator Text { get; }
    Property Value
    Type Description
    CharacterIterator

    Methods

    | Improve this Doc View Source

    First()

    Declaration
    public override int First()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Following(Int32)

    Declaration
    public override int Following(int pos)
    Parameters
    Type Name Description
    System.Int32 pos
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Last()

    Declaration
    public override int Last()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Next()

    Declaration
    public override int Next()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Next(Int32)

    Declaration
    public override int Next(int n)
    Parameters
    Type Name Description
    System.Int32 n
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Preceding(Int32)

    Declaration
    public override int Preceding(int pos)
    Parameters
    Type Name Description
    System.Int32 pos
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Previous()

    Declaration
    public override int Previous()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    SetText(CharacterIterator)

    Declaration
    public override void SetText(CharacterIterator newText)
    Parameters
    Type Name Description
    CharacterIterator newText
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.