Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dduan/herp
Help Extract Real Phrases: A CLI Utility.
https://github.com/dduan/herp
Last synced: 23 days ago
JSON representation
Help Extract Real Phrases: A CLI Utility.
- Host: GitHub
- URL: https://github.com/dduan/herp
- Owner: dduan
- Created: 2016-02-14T04:45:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T05:41:52.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T16:50:39.170Z (about 1 month ago)
- Language: Swift
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Help Extract Real Phrases #
This is a CLI tool that take text input and return possible words and their
location. It can extract word segments from snake_case_phrase, camelCase or
breaking down *URLString* to "URL" and "String".## Install ##
* Download the source code from [Github][herp].
* Build it with [Swift Package Maneger][swiftpm].
`swift build --configuration release`
* Move the resulting binary in `herp` in `path/to/your/copy/.build/release/` to
wherever you normally keep your CLI utilities.[herp]: https://github.com/dduan/herp
[swiftpm]: https://github.com/apple/swift-package-manager## Use ##
Read `herp -h`.
## License ##
This source code belongs to public domain.