am method

String am()

Converts Amharic text with homophones to a normalized form.

Returns:

The normalized Amharic text.

Implementation

String am() {
  return AmharicHomophones.convertToNormalizedHomophone(this);
}