Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.2.1
Description
The script for the creation of ytex's v_document_cui_sent view contains an error - in CTAKES_HOME\bin\ctakes-ytex\scripts\data\SQL_TYPE\uima\create_view.sql
Where the script reads '....where (`ref_uima_type`.`uima_type_name` = 'edu.mayo.bmi.uima.core.type.textspan.Sentence'))))) join `document` `d` on((`da`.`document_id` = `d`.`document_id...', the 'edu.mayo.bmi.uima...' is the old notation for the uima_type_name that this view depends on. It should be 'org.apache.ctakes.typesystem.type.textspan.Sentence'.
On Mon, Sep 8, 2014 at 1:55 PM, Pei Chen <chenpei@apache.org> wrote:
Hi Tim,
Thanks for catching that- yes, would you mind creating a jira for that?
Even better if you can attach a patch for it (perhaps a good idea to
search/replace on the entire project) and we can include in the next
3.2.1 patch...
--Pei