Skip to content

Commit

Permalink
Update compute_words_freq.bash to using new spacy-dev-resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
howl-anderson committed Jul 12, 2018
1 parent 2093bc8 commit 1b0dada
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "spacy-dev-resources"]
path = spacy-dev-resources
url = [email protected]:howl-anderson/spacy-dev-resources.git
2 changes: 1 addition & 1 deletion compute_words_freq.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

python ../spacy-dev-resources/training/plain_word_freqs.py -n 8 token_cleaned_plain_files WORDS_FREQ.txt
python ./spacy-dev-resources/training/plain_word_freqs.py -n 8 token_cleaned_plain_files WORDS_FREQ.txt
1 change: 1 addition & 0 deletions spacy-dev-resources
Submodule spacy-dev-resources added at eff57a

0 comments on commit 1b0dada

Please sign in to comment.