Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:00:47.000Z (20 days ago)
- Last Synced: 2024-10-26T16:33:29.526Z (18 days ago)
- Topics: accented-characters, accentuated-characters, accentuation, diacritical-signs, diacritics, diacritics-removal, diacritization, go, golang
- Language: Go
- Size: 280 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Decritic
Remove diacritics (accents)
[![Go](https://github.com/thomasleplus/decritic/workflows/Go/badge.svg)](https://github.com/thomasleplus/decritic/actions?query=workflow:"Go")
[![CodeQL](https://github.com/thomasleplus/decritic/workflows/CodeQL/badge.svg)](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
```