JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
opennlp.tools.dictionary.serializer
EntryInserter
Contents
Description
Method Summary
Method Details
insert(Entry)
Hide sidebar
Show sidebar
Interface EntryInserter
public interface
EntryInserter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
insert
(
Entry
entry)
Method Details
insert
void
insert
(
Entry
entry)
throws
opennlp.tools.util.InvalidFormatException
Parameters:
entry
- The
Entry
to insert.
Throws:
opennlp.tools.util.InvalidFormatException
- Thrown if the
entry
has an invalid format.