Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```