-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7130d4b
commit 189156f
Showing
42 changed files
with
236,570 additions
and
61,969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Relaese 2.0.0 | ||
Holi 2017 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
100000 | ||
1000000 |
Oops, something went wrong.