tagify

package module
v0.0.1-rc.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

README

Tagify

Build Status

Gets STDIN, file or HTTP address as an input and returns ordered list of most frequent tags as an output.

Example, get 10 most frequent words from StackOverflow main page:

$ tagify -s=https://stackoverflow.com -l=10
application using page add file server run ionic local error

Development

TODO

  • Introduce verbose mode with self-explanatory output
  • Add automatic release pipeline
  • Increase test coverage

License

Released under the Apache License 2.0.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTags

func GetTags(source string, limit int, verbose bool) []string

GetTags produces slice of tags ordered by frequency and limited by limit.

Types

This section is empty.

Directories

Path Synopsis
cmd
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL