public Romanizer(SpellingStyle spellingStyle, LongVowelStyle longVowelStyle) { _spellingStyle = spellingStyle; _longVowelStyle = longVowelStyle; }
public Romanizer(SpellingStyle spellingStyle) { _spellingStyle = spellingStyle; }