Metadata-Version: 2.1
Name: excel-ngrams
Version: 0.1.0
Summary: An app to output n-grams from column in Excel spreadsheet
Home-page: https://github.com/mattyocode/excel-ngrams
Keywords: Excel,n-grams
Author: Matthew Oliver
Author-email: matthewoliver@live.co.uk
Requires-Python: >=3.7.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: XlsxWriter (>=1.3.7,<2.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: nltk (>=3.5,<4.0)
Requires-Dist: openpyxl (>=3.0.6,<4.0.0)
Requires-Dist: pandas (>=1.2.1,<2.0.0)
Requires-Dist: spacy (>=2.3.5,<3.0.0)
Project-URL: Repository, https://github.com/mattyocode/excel-ngrams
