hist-pl-lexicon-0.6.0: A binary representation of the historical dictionary of Polish

Safe HaskellNone

NLP.HistPL.Util

Description

Some utility functions for working with the dictionary.

Synopsis

Documentation

allForms :: LexEntry -> [Text]Source

All format (base form + other forms) of the lexeme.

hasForm :: LexEntry -> Text -> BoolSource

Does lexeme take the given form?

addForm :: WordForm -> LexEntry -> LexEntrySource

Add new word form to the lexeme description.