Class BalearicCatalan


public class BalearicCatalan extends Catalan
  • Field Details

    • LANGUAGE_SHORT_CODE

      private static final String LANGUAGE_SHORT_CODE
      See Also:
    • instantiationTraceBalear

      private static volatile Throwable instantiationTraceBalear
  • Constructor Details

    • BalearicCatalan

      public BalearicCatalan()
  • Method Details

    • getInstance

      @NotNull public static BalearicCatalan getInstance()
    • getName

      public String getName()
      Description copied from class: Language
      Get this language's name in English, e.g. English or German (Germany).
      Overrides:
      getName in class Catalan
      Returns:
      language name
    • getCountries

      public String[] getCountries()
      Description copied from class: Language
      Get this language's country options , e.g. US (as in en-US) or PL (as in pl-PL).
      Overrides:
      getCountries in class Catalan
      Returns:
      String[] - array of country options for the language.
    • createDefaultSynthesizer

      @Nullable public Synthesizer createDefaultSynthesizer()
      Description copied from class: Language
      Creates language specific part-of-speech synthesizer. This function will be called each time in Language.getSynthesizer() if synthesizer is not set.
      Overrides:
      createDefaultSynthesizer in class Catalan
    • getVariant

      public String getVariant()
      Description copied from class: Language
      Get this language's variant, e.g. valencia (as in ca-ES-valencia) or null. Attention: not to be confused with "country" option
      Overrides:
      getVariant in class Language
      Returns:
      variant for the language or null
    • getDefaultEnabledRulesForVariant

      public List<String> getDefaultEnabledRulesForVariant()
      Description copied from class: Language
      Get enabled rules different from the default ones for this language variant.
      Overrides:
      getDefaultEnabledRulesForVariant in class Language
      Returns:
      enabled rules for the language variant.
    • getDefaultDisabledRulesForVariant

      public List<String> getDefaultDisabledRulesForVariant()
      Description copied from class: Language
      Get disabled rules different from the default ones for this language variant.
      Overrides:
      getDefaultDisabledRulesForVariant in class Language
      Returns:
      disabled rules for the language variant.