Convert features from UIMA types to strings in ansscore.AF
We would like to start auto-generating more features instead of having a fixed step. This is the first step, the second step will be converting AnswerFV from an indexed vector to a map.
README: Only suggest enabling YodaQA-specific debug prints
General debug prints are too noisy due to dkpro.
data/eval/rest-eval.py: New script by Roman
Lived as data/eval/WebQuestionDump.py in d/movies before.
Conflicts: src/main/java/cz/brmlab/yodaqa/analysis/ansscore/AnswerFV.java src/main/java/cz/brmlab/yodaqa/analysis/passage/CandidateGenerator.java src/main/java/cz/brmlab/yodaqa/analysis/passextract/PassByClue.java src/main/java/cz/brmlab/yodaqa/pipeline/structured/DBpediaOntologyPrimarySearch.java src/main/java/cz/brmlab/yodaqa/pipeline/structured/DBpediaPropertyPrimarySearch.java src/main/java/cz/brmlab/yodaqa/pipeline/structured/FreebaseOntologyPrimarySearch.java src/main/java/cz/brmlab/yodaqa/pipeline/structured/StructuredPrimarySearch.java src/main/resources/cz/brmlab/yodaqa/analysis/ansscore/AnswerScoreLogistic.model src/main/resources/cz/brmlab/yodaqa/analysis/ansscore/AnswerScoreLogistic1.model src/main/resources/cz/brmlab/yodaqa/analysis/ansscore/AnswerScoreLogistic2.model src/main/typesystem/CandidateAnswerTypes_TS.xml
README: Fix instructions to disable Freebase
Pointed out by Vineet Kumar.
README: Remove instructions for changing the DBpedia endpoint
The canonical description is in data/dbpedia/README.md. Prompted by Vineet Kumar.