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
"problems about text"
Hi,
I have a data set in MySQL with two columns "content_id","abstract" like "0001","adddddddidij". Fro every content_id, I want to transform the corresponding abstract into a term vector. I use the operator "Process Documents"but it shows the error "Expected Document but received ExampleSet". I am frustrated by it and really appreciate the help. Thx.
I have a data set in MySQL with two columns "content_id","abstract" like "0001","adddddddidij". Fro every content_id, I want to transform the corresponding abstract into a term vector. I use the operator "Process Documents"but it shows the error "Expected Document but received ExampleSet". I am frustrated by it and really appreciate the help. Thx.
Tagged:
0
Answers
no need to be frustrated
The operator "Process Documents", well, does exactly that: It takes a (set of) documents as input and performs the inner operators for preprocessing. Just try the operator "Process Documents from Data" instead which, as the name might imply, does the same but used a data set (example set) as input.
Cheers,
Ingo