anglolintergo
lightweight rulebased grammar error checker in Golang
... file
License see license.txt (BSD)
Build:
- extract files from zip-archive
- use build.bat (Windows) or build.sh (Linux/macOS) in directory
or do in a console:
go mod init main
go mod tidy
go build -o anglolintergo ./...
Dependencies:
whatlanggo package (MIT license)
Example:
Luisa and Luise is friends. -> Luisa and Luise are friends.
Luisa und Luise ist Freunde. -> Luisa und Luise sind Freunde. (German)
Limits:
see Wiki