haspirater

detect aspirated 'h' in French words (local mirror of https://gitlab.com/a3nm/haspirater)
git clone https://a3nm.net/git/haspirater/
Log | Files | Refs | README | LICENSE

prepare.sh (109B)


      1 #!/bin/bash
      2 
      3 # Prepare a text for piping into detect.pl
      4 
      5 tr -c "a-zA-ZÀ-Ÿà-ÿ\n'-" "\n" | sed "s/'/'\n/"
      6