frhyme

guess the last phonemes of a French word
git clone https://a3nm.net/git/frhyme/
Log | Files | Refs | README

commit 01a653a89238ea41fad3c4bd4f05e4bfb5ba4726
parent e450ccca53763715e1832e8b4bad4cbfcb2ca04b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 13 Mar 2012 14:41:44 +0100

remove old file

Diffstat:
simplify.py | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/simplify.py b/simplify.py @@ -1,10 +0,0 @@ -#!/usr/bin/env python3 - -import sys - -while True: - line = sys.stdin.readline() - if not line: - break - line = line.rstrip().split('\t') - print ("%s\t%s" % (line[0][-8:], line[1][-5:]))