public Romanisation() { mccuneReischauerRomanisation = new McCuneReischauerRomanisation(); revisedRomanisation = new RevisedRomanisation(); simplifiedRomanisation = new SimplifiedRomanisation(); yaleRomanisation = new YaleRomanisation(); }
public YaleRomanisationTests() { YaleRomanisation1 = new YaleRomanisation(); }
public OneSyllableTests() { YaleRomanisation1 = new YaleRomanisation(); }