Data Prep Sheet

Action Principale : compileConcept

Preparation Code

Script awaiting validation
Copied!
1DATA concepts_table;
2 LENGTH rule_id $ 20;
3 LENGTH config $ 32767;
4 INFILE DATALINES delimiter='|';
5 INPUT rule_id $ config $;
6 DATALINES;
7concept_rules|concept:PRODUCT,SENTIMENT
8concept_rules|regex:([A-z][a-z]+)
9concept_rules|rule:(1):_cap(1, PRODUCT)
10concept_rules|rule:(2):SENTIMENT(positive):_cap(1, PRODUCT)
11;
12RUN;
Actions using this script
  • textRuleDevelop compileConcept En cours
  • No other action uses this exact script.