Skip to content

Commit

Permalink
script2
Browse files Browse the repository at this point in the history
  • Loading branch information
koghuzhan committed Jun 23, 2019
1 parent fd634c8 commit 2b16794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/checkkir.sh
@@ -0,0 +1,4 @@
cat apertium-tur-kir.tur-kir.dix | grep "<e>" | sed "s/.*<r>//" > /tmp/first.txt
cat /tmp/first.txt | cut -f1 -d "<" | apertium -d ../apertium-kir kir-morph > /tmp/second.txt
paste /tmp/first.txt /tmp/second.txt | sed "s/\(.*\)\t\(.*\)/\2\t\1/" | rev |sort -u |rev | sed "s/\(.*\)\t\(.*\)/\2\t\1/" > /tmp/third.txt
python3 dev/ayikla.py

0 comments on commit 2b16794

Please sign in to comment.