Skip to content

Commit

Permalink
add tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Mar 16, 2017
1 parent 7130d4b commit 189156f
Show file tree
Hide file tree
Showing 42 changed files with 236,570 additions and 61,969 deletions.
2 changes: 2 additions & 0 deletions Hindi/CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Relaese 2.0.0
Holi 2017
File renamed without changes.
10 changes: 10 additions & 0 deletions Hindi/expand-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
./expand.sh hi-adj
./expand.sh hi-adverb
./expand.sh hi-alphabet
./expand.sh hi-freq
./expand.sh hi-hyphen
./expand.sh hi-misc
./expand.sh hi-nouns
./expand.sh hi-num
./expand.sh hi-verbs
7 changes: 7 additions & 0 deletions Hindi/expand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
#set -vx
cat head.dic $1.dic > tmp.dic
../tools/unmunchit.sh tmp
LC_ALL=hi_IN.utf8 sort tmp.txt | uniq > tmp1.txt
mv tmp1.txt $1.txt
rm tmp*
2 changes: 1 addition & 1 deletion Hindi/head.dic
Original file line number Diff line number Diff line change
@@ -1 +1 @@
100000
1000000
Loading

0 comments on commit 189156f

Please sign in to comment.