nlp icon indicating copy to clipboard operation
nlp copied to clipboard

task6: alternative api

Open Fapfood opened this issue 5 years ago • 0 comments

Better api for polish wordnet is available: http://ws.clarin-pl.eu/lex.shtml.

url = 'http://ws.clarin-pl.eu/lexrest/lex'
headers = {'Content-Type': 'application/json'}
data = {'task': 'all', 'tool': 'plwordnet', 'lexeme': word}

Fapfood avatar May 14 '19 20:05 Fapfood