An open API service indexing awesome lists of open source software.

https://github.com/nlpatvcu/krimpatool

A tool for retrieving full text of papers from a DOI
https://github.com/nlpatvcu/krimpatool

Last synced: 10 months ago
JSON representation

A tool for retrieving full text of papers from a DOI

Awesome Lists containing this project

README

          

# KrimpaTool
A tool for retrieving full text of papers from a DOI

Commands
===
Converts DOIs straight from the command line to .txt files
```python
krimpatool.py -d -s <...>
```

Takes a .txt file of DOIs separated by whitespace and converts each one to .txt file
```python
krimpatool.py -d -f
```
Takes a CRF model and predicts on a given .txt file
```python
krimpatool.py -m -c -s
```
Takes a CRF model and predicts on a .txt files in a given directory
```python
krimpatool.py -m -c -d
```

Takes a biLSTM model and predicts on a given .txt file
```python
krimpatool.py -m -b -s
```
Takes a biLSTM model and predicts on a .txt files in a given directory
```python
krimpatool.py -m -b -d
```