Simple NLP library
Project description
simple_nlp_library
Simple NLP library
usage
installation
python3 -m pip install --upgrade simple_nlp_library
api
semantic_tokens
preprocessing.semantic_tokens("The quick brown fox jumps over the lazy dog")
cosine_similarity
metrics.cosine_similarity([1.0, 1.0, 1.0], [4.0, 4.0, 4.0])
inserting_distance
metrics.inserting_distance("simple", "simpler")
inserting_similarity
metrics.inserting_similarity("simple", "simpler")
jaccard_similarity
metrics.jaccard_similarity([1, 2, 3], [1, 2, 3, 4])
embeddings
vectors = embeddings.model()
vector = vectors["facebook"]
sentence similarity
vectors = embeddings.model()
metrics.cosine_similarity(
embeddings.tokens_vector(vectors, preprocessing.semantic_tokens("the slow brown bear jumped over the lazy dog")),
embeddings.tokens_vector(vectors, preprocessing.semantic_tokens("the quick red fox jumped over the lazy cat")),
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_nlp_library-2.0.0.tar.gz
(68.0 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_nlp_library-2.0.0.tar.gz.
File metadata
- Download URL: simple_nlp_library-2.0.0.tar.gz
- Upload date:
- Size: 68.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82074b7ff06807d2dcd1f3d968e188be389c4766625721834337379beaac94b2
|
|
| MD5 |
b19cf6e9c79498d06ffdcc6d36a342d4
|
|
| BLAKE2b-256 |
b0979dc0af24b7f5fe8a3bae643af1d01118ba9c65d99368183804cfebba76b7
|
File details
Details for the file simple_nlp_library-2.0.0-py3-none-any.whl.
File metadata
- Download URL: simple_nlp_library-2.0.0-py3-none-any.whl
- Upload date:
- Size: 69.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abada5ae1cbccdb57e832dfcbce8f19652e4e75bf9d11cfe7c99199294582302
|
|
| MD5 |
fe91fbf492ab0414c95625e74ab98fe9
|
|
| BLAKE2b-256 |
becca1586e0da7b6178d45fc3f2615674abd08f5569f3f70264d5b01a2128895
|