Data Prep Sheet

Action Principale : crfScore

Preparation Code

Script awaiting validation
Copied!
1DATA score_data;
2 LENGTH text $200;
3 doc_id=1; text='Le Dr. Dupont travaille à Paris.'; OUTPUT;
4 doc_id=2; text='Mme. Martin a appelé SAS Institute.'; OUTPUT;
5RUN;
6 
7PROC CASUTIL;
8 load DATA=score_data out=score_data caslib='casuser' replace;
9QUIT;
Actions using this script
  • conditionalRandomFields crfScore En cours
  • No other action uses this exact script.