Skip to content

Commit

Permalink
change static to stats
Browse files Browse the repository at this point in the history
  • Loading branch information
lushl9301 committed Jun 27, 2015
1 parent 1ef4ea4 commit 3abcc6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
.statistic: .stem dict.py [2]stemDict.txt
@echo [4] Process word frequency analysis.
@echo Stop words are eliminated.
python dict.py > [4]static_words.txt
python dict.py > [4]stats_words.txt
@echo ==============================================================
@echo

Expand Down Expand Up @@ -67,5 +67,5 @@ next:
cp .new_raw_data.json raw_data.json

clean:
@$(RM) [1]myFormat.txt [2]stemDict.txt [2]stemmedSentence.txt [3]results.txt [3]pmidList.txt [4]static_words.txt
@$(RM) [1]myFormat.txt [2]stemDict.txt [2]stemmedSentence.txt [3]results.txt [3]pmidList.txt [4]stats_words.txt
@$(RM) PMIDList.html
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stemFunction.pl -- core stem function; Porter stemmer
pmidList.txt -- pmid list file; generated by selectSentence.pl
dict.py -- take stemDict.txt as input; eliminate stop words and
proceed simple statistic
static_words.txt -- stemmed words and their frequencies; generate by
stats_words.txt -- stemmed words and their frequencies; generate by
dict.py
htmlGenerator.py -- use pmidList.txt to generate a simple webpage for easy
database access
Expand Down

0 comments on commit 3abcc6a

Please sign in to comment.