Package app :: Package autoranking :: Module xmlrpctest
[hide private]
[frames] | no frames]

Source Code for Module app.autoranking.xmlrpctest

 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