Data Prep Sheet

Action Principale : applyConcept

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.my_documents;
2 INFILE DATALINES delimiter='|';
3 LENGTH doc_id $ 10 text $ 300;
4 INPUT doc_id $ text $;
5 DATALINES;
6 doc1|The new SAS Viya platform is a powerful analytics tool.
7 doc2|SAS Cloud Analytic Services (CAS) is the engine behind Viya.
8 doc3|You can use LITI models for concept extraction.
9 ;
10RUN;
Actions using this script
  • textRuleScore applyConcept En cours
  • No other action uses this exact script.