https://github.com/marcnuth/html-features-extractor
A tool for extracting html's features in Python
https://github.com/marcnuth/html-features-extractor
Last synced: 7 months ago
JSON representation
A tool for extracting html's features in Python
- Host: GitHub
- URL: https://github.com/marcnuth/html-features-extractor
- Owner: Marcnuth
- License: mit
- Created: 2016-06-05T15:41:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T13:18:45.000Z (about 10 years ago)
- Last Synced: 2025-01-20T06:13:54.320Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Html-Features-Extractor
A tool for extracting html's features in Python
# What's this for?
## Input
A html file
## Output
The features of this html file, they are:
- Top N key words
- Is vedio included in the body?
- Effective words count.
- Is this friendly to mobile phones?