Exemplo n.º 1
0
	def post(self):
		args = self.req.parse_args()
		result = NLP.morphs(args.text)
		return result
Exemplo n.º 2
0
 def post(self):
     args = self.req.parse_args()
     result = NLP.morphs(args.text)
     return result
Exemplo n.º 3
0
	def get(self):
		result = NLP.morphs("test")
Exemplo n.º 4
0
 def get(self):
     result = NLP.morphs("test")