gov.llnl.ontology.wordnet
Interface OntologyWriter
- All Known Implementing Classes:
- WordNetCorpusWriter
public interface OntologyWriter
An interface for saving a Wordnet ontology in a unique format. Each OntologyWriter
implementation should specify it's serialized format.
- Author:
- Keith Stevens
saveOntology
void saveOntology(OntologyReader reader,
String outputDir)
- Saves all of the
Synset
s mapped by reader
into dictionary
files based in the directory designated by outputDir
.
Copyright © 2010-2011. All Rights Reserved.