C# Class Lucene.Net.Analysis.Synonym.WordnetSynonymParser

Parser for wordnet prolog format

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

Inheritance: SynonymMap.Parser
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( TextReader.TextReader @in ) : void
WordnetSynonymParser ( bool dedup, bool expand, Analyzer analyzer ) : System

Private Methods

Méthode Description
AddInternal ( CharsRef synset, int size ) : void
ParseSynonym ( string line, CharsRef reuse ) : CharsRef

Method Details

Parse() public méthode

public Parse ( TextReader.TextReader @in ) : void
@in System.IO.TextReader.TextReader
Résultat void

WordnetSynonymParser() public méthode

public WordnetSynonymParser ( bool dedup, bool expand, Analyzer analyzer ) : System
dedup bool
expand bool
analyzer Analyzer
Résultat System