Metadata-Version: 2.1
Name: semantic-space
Version: 0.1.3
Summary: A basic NLP library for modelization and tokenization.
Home-page: https://github.com/ahmeterdem1/semantic-space
License: MIT
Keywords: NLP,Natural Language Processing,library
Author: Ahmet Erdem
Author-email: ahmetblk1035@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.20.0,<2.0.0)
Requires-Dist: tokenizers (>=0.15.0,<0.16.0)
Project-URL: Repository, https://github.com/ahmeterdem1/semantic-space
Description-Content-Type: text/markdown

# semantic-space

A basic NLP library for modelization and tokenization.

_pip install semantic-space_

## Project Details

This is a project where I collect the codes that I have written
for NLP applications. I have modularized some of the code that
I have used for [AhmetGPT](https://github.com/ahmeterdem1/ahmetgpt), and prepared
a well-structured library for similar applications. The code may be buggy, haven't
properly tested it yet. But it is there.

## Documentation

Preparation of the documentation is still in progress. However, the docstrings are
there in the code. You can check it out if you want!


