biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

save data got "continues" instead of the actual data #5200

Closed DaiZack closed 3 years ago

DaiZack commented 3 years ago

I created a data table after a topic analysis (LDA) node outputting "all topics". When using ".xlsx", got no output file and when using '.csv' got only the column names with one row all "continuous". like:

fodder_NN for_IN follow_VB please_NN followed_VBN followed_VBN by_IN followed_VBN sweden_JJ
continuous continuous continuous continuous continuous

PS: when saving the default datasets like iris data, it worked well.

ajdapretnar commented 3 years ago

Would you mind attaching a screenshot of your workflow? Thanks!

DaiZack commented 3 years ago

image

ajdapretnar commented 3 years ago

Well, you most likely haven't selected anything in the Data Table. Data Table is a visualization, it only outputs selected data instances.

DaiZack commented 3 years ago

I chose this data flow option, won't it pick all data? image image

ajdapretnar commented 3 years ago

Ah, right. I missed this detail. It does. But I would still encourage you to avoid Data Table in between.

DaiZack commented 3 years ago

BTW if I connect the save data to topic node directly, it yields the same result. image image

ajdapretnar commented 3 years ago

Could be there's an error, but it is not displaying for you? What do you see, when you open log (View - Log)?

ajdapretnar commented 3 years ago

Probably will be fixed with: https://github.com/biolab/orange3-text/pull/615

ajdapretnar commented 3 years ago

@DaiZack Could you test this with the new version of Text add-on?

DaiZack commented 3 years ago

@ajdapretnar Yes the 1.3.1 text add-on works well. Thank you!