What are the primary input and output parameters for the `applyConcept` action?
4 vues
Réponse
The primary input is a CAS table specified by the `table` parameter, containing the documents to process. The `docId` and `text` parameters specify the columns for the document ID and the text content, respectively. The main output is the `casOut` table, which contains the concept match results. Other outputs include `factOut` for fact matches and `ruleMatchOut` for rule matches.