"Bug with Text Plugin for RM 4.3"
noah977
New Altair Community Member
Hello,
I think I've discovered a bug. I used the text plugin with K-Means to cluster some files. I DID check the box for create_text_visualizer in the TextInput plugin. The process runs and cluster are created. The problem is that I can not view the contents of the files in the tree view. I see the "folders" in the tree and can click on them. Inside the folders are icons for the text files. Clicking on a "text file" icon brings up an error alert saying there is no visualizer for that object.
Below is the code used for this process
I think I've discovered a bug. I used the text plugin with K-Means to cluster some files. I DID check the box for create_text_visualizer in the TextInput plugin. The process runs and cluster are created. The problem is that I can not view the contents of the files in the tree view. I see the "folders" in the tree and can click on them. Inside the folders are icons for the text files. Clicking on a "text file" icon brings up an error alert saying there is no visualizer for that object.
Below is the code used for this process
<operator name="Root" class="Process" expanded="yes">
<parameter key="logverbosity" value="warning"/>
<operator name="TextInput" class="TextInput" expanded="yes">
<list key="texts">
<parameter key="InputFiles" value="/Users/noah/Desktop/test_files"/>
</list>
<operator name="StringTokenizer" class="StringTokenizer">
</operator>
<operator name="EnglishStopwordFilter" class="EnglishStopwordFilter">
</operator>
<operator name="TokenLengthFilter" class="TokenLengthFilter">
</operator>
</operator>
<operator name="KMeans" class="KMeans">
<parameter key="k" value="6"/>
</operator>
</operator>
Tagged:
0