Converts romanji text to hiragana using Trie data structure.
Checks if the input can be fully converted to hiragana without any remaining alphabetic characters. This validates that the input is valid romaji before attempting conversion.
Converts romanji text to hiragana.