Skip to main content

An interface for the wordnet

Project description

# ais-wordnet

### Get Synset of the specified word

from ais import wordnet from ais import sentence test_data = [‘phòng’,’đảng’,’chính quyền’,’làm chủ’,’ban’,’đảng viên’]

sample_wordnet = wordnet.Wordnet(‘wordnet10-4-2019.xlsx’)

for each in test_data:

print(sample.get_ez_synsets_as_row(each))

### Get similar sentences

from ais import sentence

tag_list = [‘n’,’v’,’a’,’e’] # tags from pos_tag() of underthesea library sentence = ‘thế lực thù địch có những âm mưu gì’

s = sentence.Sentence(sentence,tag_list) print(s.get_similar_sentences_as_list(sample))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ais-wordnet-0.0.11.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

ais_wordnet-0.0.11-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page