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
- Host: GitHub
- URL: https://github.com/nlpatvcu/krimpatool
- Owner: NLPatVCU
- License: apache-2.0
- Created: 2021-02-26T16:54:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T14:58:27.000Z (over 4 years ago)
- Last Synced: 2025-03-16T21:49:51.201Z (about 1 year ago)
- Language: Python
- Size: 116 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```