package
0.0.0-20231012084221-3c562c5921af
Repository: https://github.com/exca-dk/webscraper.git
Documentation: pkg.go.dev
# Functions
NewWordFrequencyAnalyzer() returns Analyzer that counts words frequency x times.
# Structs
WordFrequencyAnalyzer is an object that counts words frequency in a page.
# Interfaces
Analyzer is an interface designed for analyzing various data from scraped page.