Skip to content

Commit

Permalink
add some more keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 29, 2017
1 parent 182ec2f commit 32ca30a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion check_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@
#from nltk import word_tokenize
#from nltk import FreqDist

my1 = ['compile','install','http','ftp','code','package','library','github','sourceforge','download','link','file','table','image','fits','fortran','c++','python','software','algorithm','program']
my1 = ['compile','install',
'http','ftp','url',
'code','package','library','github','sourceforge','download','link','file','table','image',
'fits','hdf',
'fortran','c++','python',
'software','algorithm','program','routine','recipe','procedure','script',
'numeric','model','pipeline',
'IDL','CASA','IRAF','AIPS','MIRIAD','GIPSY','NEMO','ASCL']






Expand Down

0 comments on commit 32ca30a

Please sign in to comment.