https://github.com/igr/parlo
Answering questions using NLP in Java, made in 5 days
https://github.com/igr/parlo
nlp question-answering
Last synced: about 1 year ago
JSON representation
Answering questions using NLP in Java, made in 5 days
- Host: GitHub
- URL: https://github.com/igr/parlo
- Owner: igr
- License: mit
- Created: 2017-09-17T19:35:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T21:36:24.000Z (over 8 years ago)
- Last Synced: 2025-01-23T23:28:57.346Z (over 1 year ago)
- Topics: nlp, question-answering
- Language: Java
- Homepage:
- Size: 17.9 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parlo
> I am not a NLP scientist! Just had couple of days to explore this wonderful subject.
**Parlo** gets the _story_ from the `data/story.txt`. Then you type the question. Top 3 matched sentences will be returned. Repeat.
This simple app is written in Java, as there are significantly less Java resources comparing to eg. Python.
## Remark
This is just scratching the surface. Many things I didn't have time to implement. I wish I could spend more time... so many ideas. Meh.
## Setup
It's Gradle, nothing required. Just first extract `data.zip` to prepare the `data` folder.