Trees | Indices | Help |
|
---|
|
1 # -*- coding: utf-8 -*- 2 3 4 import xmlrpclib 5 6 s = xmlrpclib.ServerProxy('http://lns-87004.sb.dfki.de:8089') 7 print s.qualityRank("Das ist eine Entscheidung für mich.", "A decision is this tüp.", "This is a decision .", "This is a very bad decision.", "de", "en") 8 9 # Print list of available methods 10
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 18 11:46:16 2014 | http://epydoc.sourceforge.net |