是it possible to keep track of texts after input?
Legacy User
MemberPosts:0Newbie
Hi everyone,
After importing texts using the Text plugin, and throughout the process, is it possible to keep the data linked to the source text files, for further uses?
It seems to me that this could be useful in many situations, but I'm not sure if it can be done.
In my case, I am clustering a few segments of texts. In the graph view of the cluster model, each segment is represented by its corresponding identification number. It would be nice if, by clicking on an id, the full text included in the segment's file could be displayed.
Thanks in advance for your help.
After importing texts using the Text plugin, and throughout the process, is it possible to keep the data linked to the source text files, for further uses?
It seems to me that this could be useful in many situations, but I'm not sure if it can be done.
In my case, I am clustering a few segments of texts. In the graph view of the cluster model, each segment is represented by its corresponding identification number. It would be nice if, by clicking on an id, the full text included in the segment's file could be displayed.
Thanks in advance for your help.
0
Answers
this is all possible: please check out the sample process in the Text Plugin Samples which can be downloaded at our SourceForge web page (e.g. 03_DimensionalityReduction.xml). The trick is to use Ids associated to the texts (activate for example the "long" ids in the TextInput operator) and also activate the parameter "create_visualizer". If you double click on a point in a plot, a dialog containing the full text will be shown! Here is the sample: Cheers,
Ingo