https://github.com/cluzier/text-analyzer
https://github.com/cluzier/text-analyzer
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cluzier/text-analyzer
- Owner: cluzier
- Created: 2020-09-10T19:22:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T05:43:13.000Z (over 4 years ago)
- Last Synced: 2025-02-18T01:32:30.606Z (3 months ago)
- Language: Java
- Size: 5.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# text-analyzer
- Scrapes a url for the top 20 words on the page. Does not read html tags and content between `
` tags.- Stores the words and their frequencies into a database called 'word_occurrences' in a table named 'word'.