Exemplo n.º 1
0
	def get_ipa_de(word):
		module = DeWiktionaryOrg()
		return module.get_ipa(word)
Exemplo n.º 2
0
	def get_translation_de(word):
		module = DeWiktionaryOrg()
		return module.get_translation(word)