meikeric / ytex

Automatically exported from code.google.com/p/ytex
0 stars 0 forks source link

Export.xml export no cui. #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.cd  YTEX_HOME\examples\fracture\cui
2 ..\..\..\setenv.cmd 
3 java %JAVA_OPTS% ytex.kernel.SparseDataExporterImpl -prop export.xml -type 
sparsematrix

What is the expected output? What do you see instead?

A non-null table from the export.xml operation in the cui folder. 

What version of the product are you using? On what operating system?

Ytex V08 on Window 7. 

Please provide any additional information below.

It turned out that in the export.xml file, there is mysql query with condition 
where certainty<>-1 but the table ytex.v_document_ontoanno does not have the 
column. Instead, the table has a polarity column. Change certainty to polarity 
can export a table correctly. 

Is this a bug?

Original issue reported on code.google.com by zjz...@gmail.com on 19 Sep 2012 at 1:12

GoogleCodeExporter commented 8 years ago
This is a bug, a consequence of the upgraded ctakes version.  We need to change 
this to polarity.

Original comment by vnga...@gmail.com on 2 Nov 2012 at 3:55