Пример #1
0
	def post(self):
		args = self.req.parse_args()
		result = NLP.nouns(args.text)
		return result
Пример #2
0
 def post(self):
     args = self.req.parse_args()
     result = NLP.nouns(args.text)
     return result
Пример #3
0
	def get(self):
		result = NLP.nouns("test")
Пример #4
0
 def get(self):
     result = NLP.nouns("test")