A tool for retrieving full text of papers from a DOI
Converts DOIs straight from the command line to .txt files
krimpatool.py -d -s <DOI> <optional_DOI> <...>Takes a .txt file of DOIs separated by whitespace and converts each one to .txt file
krimpatool.py -d -f <file_of_DOIs.txt>Takes a CRF model and predicts on a given .txt file
krimpatool.py -m -c <CRF_model> -s <text_file.txt>Takes a CRF model and predicts on a .txt files in a given directory
krimpatool.py -m -c <CRF_model> -d <directory_of_txt_files>Takes a biLSTM model and predicts on a given .txt file
krimpatool.py -m -b <biLSTM_model> <word_embeddings> -s <text_file.txt>Takes a biLSTM model and predicts on a .txt files in a given directory
krimpatool.py -m -b <biLSTM_model> <word_embeddings> -d <directory_of_txt_files>