From: <ki...@us...> - 2012-11-19 11:15:58
|
Revision: 3875 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3875&view=rev Author: kirdie Date: 2012-11-19 11:15:47 +0000 (Mon, 19 Nov 2012) Log Message: ----------- evaluation Modified Paths: -------------- branches/hmm/components-ext/eval/analyze branches/hmm/components-ext/eval/eval2.xml Modified: branches/hmm/components-ext/eval/analyze =================================================================== --- branches/hmm/components-ext/eval/analyze 2012-11-14 16:56:18 UTC (rev 3874) +++ branches/hmm/components-ext/eval/analyze 2012-11-19 11:15:47 UTC (rev 3875) @@ -1,2 +1,3 @@ #!/bin/bash -grep "<evaluation>" | sort | uniq -c +grep -E "(<evaluation>)|(<type>)" | sort | uniq -c + Modified: branches/hmm/components-ext/eval/eval2.xml =================================================================== --- branches/hmm/components-ext/eval/eval2.xml 2012-11-14 16:56:18 UTC (rev 3874) +++ branches/hmm/components-ext/eval/eval2.xml 2012-11-19 11:15:47 UTC (rev 3875) @@ -392,6 +392,7 @@ <question answertype="resource" id="23"> <string>houses/NNS close/RB to/TO an/DT Italian/JJ restaurant/NN</string> <queryStatus> +<evaluation>incorrect</correct> <type>OK</type> </queryStatus> <query><![CDATA[PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> @@ -425,9 +426,9 @@ <question answertype="resource" id="25"> <string>houses/NNS at/IN walking/VBG distance/NN from/IN Tesco/NNP or/CC Sainsburys/NNP shops/NNS</string> <queryStatus> +<evaluation>incorrect</correct> <type>OK</type> </queryStatus> -<evaluation>incorrect</correct> <query><![CDATA[PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> @@ -511,6 +512,7 @@ <string>houses/NNS with/IN many/JJ reception/NN rooms/NNS</string> <queryStatus> <type>OK</type> +<evaluation>partlycorrect</correct> </queryStatus> <query><![CDATA[PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |