Metadata-Version: 2.1
Name: semantic-memory
Version: 0.1.8
Summary: A utility package to create semantic memories consisting of concepts, properties, categorical organization, and vector spaces.
Home-page: https://github.com/kanishkamisra/semantic-memory
License: MIT
Author: Kanishka Misra
Author-email: kanishka.replies@gmail.com
Requires-Python: >=3.7.2,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: inflect (>=6.0.0,<7.0.0)
Requires-Dist: nltk (>=3.7,<4.0)
Requires-Dist: numpy (>=1.21.6,<2.0.0)
Requires-Dist: torch (>=1.12.1,<2.0.0)
Project-URL: Repository, https://github.com/kanishkamisra/semantic-memory
Description-Content-Type: text/markdown

# semantic-memory
A utility package to create semantic memories consisting of concepts, properties, categorical organization, and vector spaces.

# Usage
```py
# TODO: add code.
```

