Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class NLPSentenceDetectorOp

    Supply OpenNLP Sentence Detector tool. Requires binary models from OpenNLP project on SourceForge.

    Inheritance
    System.Object
    NLPSentenceDetectorOp
    Namespace: Lucene.Net.Analysis.OpenNlp.Tools
    Assembly: Lucene.Net.Analysis.OpenNLP.dll
    Syntax
    public class NLPSentenceDetectorOp : object

    Constructors

    | Improve this Doc View Source

    NLPSentenceDetectorOp()

    Declaration
    public NLPSentenceDetectorOp()
    | Improve this Doc View Source

    NLPSentenceDetectorOp(SentenceModel)

    Declaration
    public NLPSentenceDetectorOp(SentenceModel model)
    Parameters
    Type Name Description
    SentenceModel model

    Methods

    | Improve this Doc View Source

    SplitSentences(String)

    Declaration
    public virtual Span[] SplitSentences(string line)
    Parameters
    Type Name Description
    System.String line
    Returns
    Type Description
    Span[]
    • 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.