
Delete a previously loaded lexicon
deleteLexicon.Rd
By default LaBB-CAT includes a layer manager called the Flat Lexicon Tagger, which can be configured to annotate words with data from a dictionary loaded from a plain text file (e.g. a CSV file).
Details
This function deletes such a lexicon, which was previously added using loadLexicon.
You must have editing privileges in LaBB-CAT in order to be able to use this function.
See also
Other dictionary functions:
addDictionaryEntry()
,
addLayerDictionaryEntry()
,
getDictionaries()
,
getDictionaryEntries()
,
loadLexicon()
,
removeDictionaryEntry()
,
removeLayerDictionaryEntry()