Metadata-Version: 2.4
Name: booknlp-plus
Version: 1.0.7
Summary: Enhanced fork of BookNLP with JSON patch support and additional features
Home-page: https://github.com/DrewThomasson/booknlp/tree/json-patch-1
Author: David Bamman (Original), Drew Thomasson (Fork)
Author-email: dbamman@berkeley.edu
License: MIT
Project-URL: Original Repository, https://github.com/dbamman/book-nlp
Project-URL: Fork Repository, https://github.com/DrewThomasson/booknlp
Project-URL: Current Branch, https://github.com/DrewThomasson/booknlp/tree/json-patch-1
Project-URL: Bug Reports, https://github.com/DrewThomasson/booknlp/issues
Keywords: booknlp,nlp,natural language processing,literature,fiction,character analysis,entity recognition,sentence transformers,plus
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.9,<3.13
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: tokenizers>=0.13.0
Requires-Dist: spacy>=3.5.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: sentence-transformers
Requires-Dist: tf-keras
Requires-Dist: numpy>=1.24.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: filelock>=3.12.0
Requires-Dist: regex>=2023.8.8
Requires-Dist: requests>=2.31.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: packaging>=23.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: networkx>=2.6.0
Requires-Dist: jinja2>=3.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


	BookNLP Plus: An Enhanced Fork of BookNLP
	
	This is an enhanced fork of the original BookNLP by David Bamman, featuring:
	- JSON patch support
	- Sentence transformers integration
	- Updated dependencies for Python 3.9-3.12
	- Additional improvements and bug fixes
	
	Original repository: https://github.com/dbamman/book-nlp
	Original author: David Bamman (UC Berkeley)
	
	Enhanced fork repository: https://github.com/DrewThomasson/booknlp/tree/json-patch-1
	Fork maintainer: Drew Thomasson
	
