Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class WordnetSynonymParser

    Parser for wordnet prolog format

    See http://wordnet.princeton.edu/man/prologdb.5WN.html for a description of the format.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk

    Inheritance
    System.Object
    SynonymMap.Builder
    SynonymMap.Parser
    WordnetSynonymParser
    Inherited Members
    SynonymMap.Parser.Analyze(String, CharsRef)
    SynonymMap.Builder.Join(String[], CharsRef)
    SynonymMap.Builder.Add(CharsRef, CharsRef, Boolean)
    SynonymMap.Builder.Build()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Analysis.Synonym
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class WordnetSynonymParser : SynonymMap.Parser

    Constructors

    | Improve this Doc View Source

    WordnetSynonymParser(Boolean, Boolean, Analyzer)

    Declaration
    public WordnetSynonymParser(bool dedup, bool expand, Analyzer analyzer)
    Parameters
    Type Name Description
    System.Boolean dedup
    System.Boolean expand
    Lucene.Net.Analysis.Analyzer analyzer

    Methods

    | Improve this Doc View Source

    Parse(TextReader)

    Declaration
    public override void Parse(TextReader in)
    Parameters
    Type Name Description
    System.IO.TextReader in
    Overrides
    SynonymMap.Parser.Parse(TextReader)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 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.