Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/searchivarius/ephyraquestionanalysis
A collection of OpenEphyra components necessary for question analysis
https://github.com/searchivarius/ephyraquestionanalysis
answer-typing question-answering
Last synced: 3 months ago
JSON representation
A collection of OpenEphyra components necessary for question analysis
- Host: GitHub
- URL: https://github.com/searchivarius/ephyraquestionanalysis
- Owner: searchivarius
- Created: 2014-07-22T01:52:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T12:53:24.000Z (over 7 years ago)
- Last Synced: 2024-05-07T18:04:41.828Z (8 months ago)
- Topics: answer-typing, question-answering
- Language: Java
- Size: 29.8 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EphyraQuestionAnalysis
======================A collection of [OpenEphyra](http://sourceforge.net/projects/openephyra/) components necessary for question analysis. **Dependencies**: Java, Maven, WordNet. **You may need to set the right locale**, see [build.sh](build.sh). Unlike initial versions relying on LTI repositories, this is a self-sufficient one. The original OpenEphyra license is **GNU General Public License version 2.0 (GPLv2)**.
Most of the existing functionality can be initialized by calling the function [EphyraPart.initBasic](src/main/java/info/ephyra/EphyraPart.java#L23). Then, you can extract answer types and foci. An example of doing so is in [QuestionAnalysis.java](src/main/java/info/ephyra/questionanalysis/QuestionAnalysis.java#L260). This class can be invoked by calling the script [run_question_analysis.sh](run_question_analysis.sh).
One unpleasant limitation, though, is that the old system is not Maven ready: it uses additional resources in ``res`` and ``conf`` folders that are not loaded as Java resources. Therefore, these folders cannot be installed to a Maven repository, they need to be copied to one's working directory.