This module contains the predicates for the dynamic management of the user lexicon that is not
compiled into the executable.
- author
- - Tobias Kuhn
- version
- - 2009-11-18
- read_ulex(+LexiconStream)
- Reads a lexicon file as a stream and loads all the contained entries.
- add_lexicon_entries(+LexEntryList)
-
- Arguments:
-
LexEntryList | -
Adds all the lexicon entries of the list to the dynamic lexicon. |
- add_lexicon_entry(+LexEntry)
-
- Arguments:
-
LexEntry | -
Adds the lexicon entry to the dynamic lexicon. |
- discard_ulex
- Discards all the lexicon entries.