pip3 install nltk
pip3 install stanza
./ask <article> <n>
./answer <article> <questions>
python3 corenlp.py
- Using stanza:
python3 processor/stanza_process.py <article>
- Using nltk:
python3 processor/nltk_process.py <article>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pip3 install nltk
pip3 install stanza
./ask <article> <n>
./answer <article> <questions>
python3 corenlp.py
python3 processor/stanza_process.py <article>
python3 processor/nltk_process.py <article>