python 3
TFIDF
TFIDFNP
LDA
wikipedia titles as concepts
wikipedia sections as concepts
ACM publication Keywords as concepts
Global Ngrams
Concept2Vec
Doc2Vec
Word2Vec
- You have to have a text file with text in : IR_CORPUS = 'add the path to your file here'
- And uncomment the concept method you want to run
- The concepts will be generated in folder keyphrase_output
export MACOSX_DEPLOYMENT_TARGET=10.9 export CPATH=/Library/Developer/CommandLineTools/usr/include/c++/v1