Skip to main content

An interface for the wordnet

Project description

# ais-wordnet

## Install

```
pip install ais_wordnet
```

## Usage
### Get Synset of 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')

# get synset
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ì'

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



## Built With

* [setuptools]
* [twine]

## Contributing

Not yet

## Versioning

Not yet

## Authors

* **Minh Dinh** - *Initial work* -



## License

This project is licensed under the MIT License

## Acknowledgments

* Hat tip to anyone whose code was used
* Inspiration
* etc


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.10.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

ais_wordnet-0.0.10-py3-none-any.whl (4.6 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