Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathMakefile
More file actions
Latest commit
15 lines (15 loc) · 439 Bytes
/
Copy pathMakefile
File metadata and controls
15 lines (15 loc) · 439 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install:
cd genetic-algorithms ; make install
cd neuralnetworks ; make install
cd semantic_web_apache_jena ; make install
cd info_gathering ; make install
cd nlp ; make install
cd opennlp ; make install
cd wordnet ; make install
cd ner_dbpedia ; make install
cd kgc ; make install
cd kgn ; make install
cd anomaly_detection ; make install
#cd powerloom ; make install
#cd deeplearning ; make install
cd search ; make install