Metadata-Version: 2.1
Name: ptrNaturalLanguage
Version: 0.0.9
Summary: Natural Language Processing Library
Home-page: 
Author: Rocco Pio Maria Petruccio
Author-email: whatsappbackuprocco@gmail.com
License: MIT
Keywords: Artificial Intelligence,Natural Language Processing,bs4,requests,requests_html
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

The goal of the library is that of allowing developers to quickly and easily analyze finance text files and strings.

The functions in the package make use of ptrFinance to make and save the requests.

GitHub Repository Link: https://github.com/123Rocco123/Natural-Language-Processing-Python-Library


Change Log
==========
0.0.9 (3/26/2023)
stringKeywordFind function creation, uses a keyword array, and checks if its in an array - O(n)

0.0.8 (3/19/2023)
specificWebsiteSearch function creation, used to search for keywords in a specified website

0.0.7 (3/11/2023)
websiteSearch function bug fix. The bug fixed was where there was a different link for the same article from the ptrFinance module called in the function, and the one passed in as a parameter.

0.0.5 (3/9/2023)
websiteSearch function bug fix

0.0.4 (3/9/2023)
websiteSearch function return type change

0.0.3 (3/5/2023)
websiteSearch function addition, used to return paragraphs in websites that match specified keywords

0.0.2 (3/2/2023)
stringCheckFunc update. Returning article links as well as titles

0.0.1 (3/1/2023)
Initial Release
