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