Tagify alternatives and similar packages
Based on the "Utility" category.
Alternatively, view Tagify alternatives based on common mentions on social networks and blogs.
-
TySug
A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of Tagify or a related project?
Popular Comparisons
README
Tagify
Tagify can recieve STDIN, file or HTTP address as an input and return a list of most popular words ordered by popularity as an output.
More info about what is "Tagify" and the reasons behind it can be found here.
Supported formats:
- Plain text
- HTML
- Markdown
Supported languages:
- English
- Russian
- Chinese
- Hindi
- Hebrew
- Spanish
- Arabic
- Japanese
- German
- French
- Korean
Want to see it in action? Visit Tagify Playground.
Example, "tagify" this repository (with the limit of 5 tags):
$ tagify -s https://github.com/zoomio/tagify -l 5
In a code (see cmd/cli/cli.go).
Use -no-stop
flag to disable filtering out of the stop-words.
Extensions (Beta)
Since v0.50.0
Tagify has added support for extensions. See extension/extension.go
and its usages and implementations in processor/html/extension.go
. You can see an example at processor/html/extension_test.go
.
Installation
Binary
Get the latest release by running this command in your shell:
For MacOS:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/tagify/master/_bin/install.sh)" -o darwin
For MacOS (arm64):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/tagify/master/_bin/install.sh)" -o darwin arm64
For Linux:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/zoomio/tagify/master/_bin/install.sh)" -o linux
For Windows:
I didn't have time to automate Windows installation, but there is a binary for Windows platform too in the releases. So feel free to download it and install your own way.
PRs are also welcomed :)
Go dependency
go get -u github.com/zoomio/tagify/...
Changelog
See CHANGELOG.md
Contributing
See CONTRIBUTING.md
License
Released under the Apache License 2.0.
*Note that all licence references and agreements mentioned in the Tagify README section above
are relevant to that project's source code only.