The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Is it possible to keep track of texts after input?
Legacy User
Member Posts: 0 Newbie
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