Metadata-Version: 2.4
Name: sgmlib
Version: 0.0.1
Summary: Sentence Gestalt Model Library (SGMLIB) - A PyTorch implementation of St. John & McClelland (1990)
Author-email: Adrian Brasoveanu <abrsvn@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/abrsvn/sgmlib
Project-URL: Bug Reports, https://github.com/abrsvn/sgmlib/issues
Project-URL: Source, https://github.com/abrsvn/sgmlib
Keywords: neural networks,natural language processing,sentence comprehension,pytorch
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: torch>=1.9.0
Requires-Dist: numpy>=1.19.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: scipy>=1.6.0
Requires-Dist: tqdm>=4.60.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.8; extra == "dev"
Provides-Extra: viz
Requires-Dist: seaborn>=0.11.0; extra == "viz"
Requires-Dist: pandas>=1.3.0; extra == "viz"

# Sentence Gestalt Model Library (SGMLIB)

This repository contains a Python implementation of the Sentence Gestalt Model Library (SGMLIB) introduced in St. John & McClelland (1990).

More information to be added.


