https://github.com/thomasleplus/decritic
Remove diacritics (accents)
https://github.com/thomasleplus/decritic
accented-characters accentuated-characters accentuation diacritical-signs diacritics diacritics-removal diacritization go golang
Last synced: about 1 month ago
JSON representation
Remove diacritics (accents)
- Host: GitHub
- URL: https://github.com/thomasleplus/decritic
- Owner: thomasleplus
- License: apache-2.0
- Created: 2019-12-01T23:11:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T19:33:25.000Z (about 2 months ago)
- Last Synced: 2025-04-03T20:31:44.042Z (about 2 months ago)
- Topics: accented-characters, accentuated-characters, accentuation, diacritical-signs, diacritics, diacritics-removal, diacritization, go, golang
- Language: Go
- Size: 361 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Decritic
Remove diacritics (accents)
[](https://github.com/thomasleplus/decritic/actions?query=workflow:"Go")
[](https://github.com/thomasleplus/decritic/actions?query=workflow:"CodeQL")## Installation
```
go install github.com/thomasleplus/decritic@latest
```Make sure that your Golang path (meaning the output of the command `go env GOPATH`, e.g. "${HOME}/go/bin") is included in your PATH environment variable.
## Usage
```
cat input.txt | decritic > output.txt
```