Introducing EqFlow: Your all-in-one solution for efficient web scraping, AI development, and more. Streamline your projects with its intuitive API, eliminating the need for multiple libraries like requests and bs4. EqFlow's lightning-fast performance and simplified syntax redefine coding, making tasks that once required extensive code a breeze. Elevate your coding experience, embrace efficiency, and unlock your true creative potential with EqFlow.
Project description
EqFlow Documentation
Eqre Module - Web Scraping with BeautifulSoup
Note: The modules are imported as (in this example):
from EqFlow import Eqre as eqre
from EqFlow import Eqre as eqai
Verify URL Validity:
eqre.verify_url(url)
Get BeautifulSoup Object:
soup = eqre.get_soup(url)
Get Raw Text Content:
raw_text = eqre.get_raw_text(soup)
Get Processed Text Content:
processed_text = eqre.get_processed_text(soup)
Find Specific Elements:
found_element = eqre.find(url, id="yKMVIe")
Eqai Module - AI Operations
Tokenization:
tokens = eqai.tokenize_text(input_text)
Part-of-Speech Tagging:
pos_tags = eqai.pos_tagging(input_text)
Named Entity Recognition (NER):
named_entities = eqai.named_entity_recognition(input_text)
Sentiment Analysis:
sentiment = eqai.sentiment_analysis(input_text)
Text Summarization:
summary = eqai.text_summarization(input_text)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EqFlow-0.0.2.tar.gz.
File metadata
- Download URL: EqFlow-0.0.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e01f223cca40f35fa911883d056422ef560ea7385f0792b8dba92197051126d
|
|
| MD5 |
f0810b9a92d7cb2d70088beb07d4fef4
|
|
| BLAKE2b-256 |
61f958ffc601510a084a389ba5382904106eb58927e759b38d4740d838870af3
|
File details
Details for the file EqFlow-0.0.2-py3-none-any.whl.
File metadata
- Download URL: EqFlow-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28aa33c2dd11f9dbce3df2de1070ee93ad37ef7ef87c8bc7828f841a424f1d23
|
|
| MD5 |
8e89cf9f29fc25d22ad35ea9141d28e6
|
|
| BLAKE2b-256 |
bca900a81822d2bf5604b75fed6f66f53fd6b4990977e0b7a69f0ef16ed81818
|