Fiche Data Prep

Action Principale : applyConcept

Code de préparation

Script en attente de validation
Copié !
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 utilisant ce script
  • textRuleScore applyConcept En cours
  • Aucune autre action n'utilise ce script exact.