Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/download_indic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ROOT=$(dirname "$0")
INDICNLP=$ROOT/indic_nlp_library
if [ ! -e $INDICNLP ]; then
echo "Cloning Indic NLP Library..."
git -C $ROOT clone https://github.com/anoopkunchukuttan/indic_nlp_library.git
git clone https://github.com/anoopkunchukuttan/indic_nlp_library.git $INDICNLP
pushd $INDICNLP
git reset --hard 0a5e01f2701e0df5bc1f9905334cd7916d874c16
popd
Expand Down