Class WordnetSynonymParser
Parser for wordnet prolog format
See http://wordnet.princeton.edu/man/prologdb.5WN.html for a description of the format. @lucene.experimental
Inherited Members
Namespace: Lucene.Net.Analysis.Synonym
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class WordnetSynonymParser : SynonymMap.Parser
Constructors
| Improve this Doc View SourceWordnetSynonymParser(Boolean, Boolean, Analyzer)
Declaration
public WordnetSynonymParser(bool dedup, bool expand, Analyzer analyzer)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | dedup | |
System.Boolean | expand | |
Analyzer | analyzer |
Methods
| Improve this Doc View SourceParse(TextReader)
Declaration
public override void Parse(TextReader in)
Parameters
Type | Name | Description |
---|---|---|
TextReader | in |