module Romanization
    module MPS2
      def self.to_mps2(*args)
        str, from = args
        from ||= ZhongwenTools::Romanization.romanization?(str)