-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an example of using this tool on a new set of input? #2
Comments
You should be able to pipe text file input to the grhyph_cli binary if you'd rather not use it as a Go library: cat your_text.txt | grhyph_cli -separator="-" -quick-synizesis |
Thank you. I'm new go Go and am having issues with installation after following instructions from your video: $ ls
LICENSE README.md definitions.go grhyph.go grhyph_cli grhyph_test.go
$ cd grhyph_cli/
$ go install
go: cannot find main module, but found .git/config in ~/grhyph
to create a module there, run:
cd .. && go mod init Note I substituted my home path for |
I set $ go install
hyphenation.go:6:2: cannot find package "github.com/datio/grhyph" in any of:
/opt/homebrew/Cellar/go/1.21.6/libexec/src/github.com/datio/grhyph (from $GOROOT)
/Users/USER/go/src/github.com/datio/grhyph (from $GOPATH) I then created the folder I also set the following paths:
Running
Any ideas? |
No description provided.
The text was updated successfully, but these errors were encountered: