Interface GenerateSuggestions

All Known Implementing Classes:
ImmutablePlainTextDictionary

@Extension(IPADictionary.class) public interface GenerateSuggestions
Dictionary capability for generating ipa suggestions. Suggestions are not validated and may be very inaccurate - use at own risk
  • Method Summary

    Modifier and Type
    Method
    Description
    Generate a list of suggestions for a given orthography.
  • Method Details

    • generateSuggestions

      String[] generateSuggestions(String orthography)
      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