How can I optimize the performance of the `applyConcept` action, especially with large documents or complex models?

2 vues

Réponse

To improve performance, especially when using the CLAUS_n operator, you can use a two-step process. First, run `applyConcept` with the `parseTableOut` parameter to save the pre-parsed documents to a CAS table. Then, in a subsequent run, use this table as input via the `parseTableIn` parameter to avoid re-parsing the text.
Did this answer help you?
applyConcept

textRuleScore

See technical action