Skip to content

Commit

Permalink
32
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Aug 7, 2024
1 parent b46fc70 commit 4663eeb
Show file tree
Hide file tree
Showing 13 changed files with 96,932 additions and 0 deletions.
21,417 changes: 21,417 additions & 0 deletions bo-head/Hopkins-Skt2015/Hopkins-Skt2015.babylon.csv

Large diffs are not rendered by default.

9,506 changes: 9,506 additions & 0 deletions bo-head/Mahavyutpatti/Mahavyutpatti.babylon.csv

Large diffs are not rendered by default.

13,336 changes: 13,336 additions & 0 deletions bo-head/lokesha-chandra/lokesha-chandra.babylon.csv

Large diffs are not rendered by default.

1,188 changes: 1,188 additions & 0 deletions en-head/Berzin/Berzin.babylon.csv

Large diffs are not rendered by default.

811 changes: 811 additions & 0 deletions en-head/Gaeng-Wetzel/Gaeng-Wetzel.babylon.csv

Large diffs are not rendered by default.

367 changes: 367 additions & 0 deletions en-head/GatewayToKnowledge/GatewayToKnowledge.babylon.csv

Large diffs are not rendered by default.

4,236 changes: 4,236 additions & 0 deletions en-head/Hackett-Def2015/Hackett-Def2015.babylon.csv

Large diffs are not rendered by default.

30,637 changes: 30,637 additions & 0 deletions en-head/Hopkins2015/Hopkins2015.babylon.csv

Large diffs are not rendered by default.

760 changes: 760 additions & 0 deletions en-head/ThomasDoctor/ThomasDoctor.babylon.csv

Large diffs are not rendered by default.

5,910 changes: 5,910 additions & 0 deletions en-head/common-terms-bo/common-terms-bo.babylon.csv

Large diffs are not rendered by default.

2,739 changes: 2,739 additions & 0 deletions en-head/common-terms-lin/common-terms-lin.babylon.csv

Large diffs are not rendered by default.

6,001 changes: 6,001 additions & 0 deletions en-head/comp-terms/comp-terms.babylon.csv

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions en-head/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
STARDICT_TOOLS_DIR=~/stardict/tools/src/
TABFILE=$(STARDICT_TOOLS_DIR)/tabfile
DICT_TOOLS_BIN_BASH=~/dict-tools/bin/bash

# Let the URL not end with /.
URL=https://github.com/indic-dict/stardict-tibetan/raw/gh-pages/$(shell pwd|sed -e s/.*[/]//)/tars

# make all DICTS=xyz
DICTS=.*


.PHONY: all stardict tars

all:stardict tars

stardict:
bash $(DICT_TOOLS_BIN_BASH)/tsv_to_stardict.sh DICTS=$(DICTS)


tars:
bash $(DICT_TOOLS_BIN_BASH)/make_tarballs.sh $(URL) DICTS=$(DICTS)

full:
bash $(DICT_TOOLS_BIN_BASH)/full_build.sh $(URL) DICTS=$(DICTS) GITHUB_TOKEN=$(GITHUB_TOKEN)

0 comments on commit 4663eeb

Please sign in to comment.