Hi
I have a feeling the answer is no ... but isn't there a way we can provide a location to a filename as part of the data source in Visual Text Analytics (much like we provided a file URL / point to a folder containing text files in Contextual Analysis / Text miner) ?
I feel it will be a convenient feature in a future release, though there might need to be some thought devoted on how to load that file (rather than just a location to that file) to CAS.
regards
Sundaresh
No, we currently do not have a way to do this with text actions. Typically the server side actions only have access to content through a table and not through a file system. With the variable length characters, VIYA does not have the 32k limit. So once you have the content in a VIYA table, you can process the longer text variables. Also, if you can get the files into rows of a flat file such as a csv file, then you can use the loadTable action to create a Viya Table that holds the entire content of your observations from the csv file.
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
No, we currently do not have a way to do this with text actions. Typically the server side actions only have access to content through a table and not through a file system. With the variable length characters, VIYA does not have the 32k limit. So once you have the content in a VIYA table, you can process the longer text variables. Also, if you can get the files into rows of a flat file such as a csv file, then you can use the loadTable action to create a Viya Table that holds the entire content of your observations from the csv file.
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
Thank you. Yes, your comment about the server side actions ( ... have access to content through a table and not through a file system ) makes it clearer. At some point of time, you would need that data (the text content) in memory anyways (as a CAS table) so I now realize that there isn't much to be gained (apart from a small convenience) from what I originally wished for.
One alternative (if I want to be stubborn) is to probably make use of the python-swat package, start with a file containing location of documents , and have a python program carry out the work of collect the required text from all mentioned documents, and load it to a CAS table. Or a SAS program which does the same thing.
Thanks again.
Sundar
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.