I am trying to create a recognozer vocabulary from an xml file that is a structured classification of medical conditions called ICD9, take a look
http://www.kumed.com/ICD9CM.xmlI tried to import the vocabulary fromt xml command, but the xml is not structured in a "vocabulary format" so Studio did not recognize and creat any nodes or attributes.
I next tried to generate a vocabulary from a delimited file and keyword, both returning different results.
What I really want is to be able to "map" the well structured xml file so that the vocabulary that results inherets the subnode structure in the xml and "maps" the title and doctype in appropriate attribute field
As a larger question, how would you recommend I automatically populate the "related term" attribute based on similar classification inthe xml, like doctype?