Package ca.phon.ipadictionary.spi
Interface GenerateSuggestions
- All Known Implementing Classes:
ImmutablePlainTextDictionary
Dictionary capability for generating ipa
suggestions. Suggestions are not validated
and may be very inaccurate - use at own risk
-
Method Summary
Modifier and TypeMethodDescriptionString[]
generateSuggestions
(String orthography) Generate a list of suggestions for a given orthography.
-
Method Details
-
generateSuggestions
Generate a list of suggestions for a given orthography. If the given orthography appears in the dictionary as-is this method returns the same as lookup.- Parameters:
orthography
-- Returns:
- a list of generated ipa suggestions
-