Skip to main content

Several word association function based on datamuse API

Project description

# wordasso
small python package, several word association function based on datamuse API

## Installation

```
pip install wordasso
```

if it can not install spacy and the model needed automatically, you could fix this by installing it manually

```
pip install spacy
python -m spacy download en_core_web_sm
```
and then

```
pip install wordasso
```

## Usage
these functions are based on datamuse means like API which could be used to query 100 related words of a given word

### syn_words
return related words which has 'synonym' in tags list

```
>>> from wordasso.wordasso import syn_words
>>> print(syn_words("author"))

# output
['writer', 'source', 'generator']
```

### pho_words
return related words which sound like the key word most, default list size is 10.

```
>>> from wordasso.wordasso import pho_words
>>> print(pho_words("author"))

# output
['writer', 'actor', 'authorship', 'writers', 'drafter', 'reporter', 'owner', 'songwriter', 'signer', 'source']

>>> print(pho_words("author", L=5)

# output
['writer', 'actor', 'authorship', 'writers', 'drafter']
```

### ent_words
return Named Entities associated to the related words of the given word.

```
>>> from wordasso.wordasso import ent_words
>>> print(ent_words("author"))

# output
{French, Judeo, Christian, Islam, trustee, Medina, trustee, Judeo, Mecca, Muhammad}
```




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

wordasso-0.2.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wordasso-0.2.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file wordasso-0.2.1.tar.gz.

File metadata

  • Download URL: wordasso-0.2.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wordasso-0.2.1.tar.gz
Algorithm Hash digest
SHA256 89b5c1ce09106a9d1c55af5eba771c754a9aadae3439844a730ba1afe1a2f49e
MD5 6a606c7a6ea38f3d16c1b5ecdca941a2
BLAKE2b-256 4b67584846547c23d52e0910a81886822e0c3e0c220d3b1cd826cb46c60e9e4f

See more details on using hashes here.

File details

Details for the file wordasso-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for wordasso-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0305507a494cdf37bcc8c40568b5b8591515bb2d3df498461c01af70b7fc8733
MD5 846b489a6619ecd9a2d75ce431cf657c
BLAKE2b-256 21638407c31045ac82d044a48b7af7870b1e27ff19214a8f37f8ed59626b1c3b

See more details on using hashes here.

Supported by

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