?> Is it possible to exclude certain concepts from th... - Aide
QUESTION / RÉPONSE

Is it possible to exclude certain concepts from the output results?

2 consultations

Réponse

Yes, you can use the `dropConcepts` parameter to provide a list of concept names that you want to exclude from the output tables. This is useful for filtering out predefined or intermediate concepts from the final results without removing them from the model itself.
Action technique liée

Voir la documentation de applyConcept

Voir l'Action

Voir aussi

applyCategory
textRuleScore

Die Aktion `applyCategory` wendet ein vordefiniertes Kategoriemodell (eine MCO-Datei) auf Textdaten an, um diese zu kategorisieren. Sie identifiziert und klassifiziert Dokumente basierend auf den im Modell definierten Regeln. Diese Aktion ist entscheidend für das Scoring von Texten, bei dem es darum geht, relevante Kategorien basierend auf dem Inhalt automatisch zuzuweisen. Sie kann auch detaillierte Informationen über die Übereinstimmungen ausgeben, die zur Kategorisierung geführt haben, was für die Validierung und Feinabstimmung der Regeln nützlich ist.

applyConcept
textRuleScore

Realiza la extracción de conceptos utilizando un modelo de extracción de conceptos (archivo LITI). Esta acción, parte del conjunto de acciones 'Text Analytics Rule Score', aplica un modelo de concepto LITI compilado a una tabla CAS de entrada para identificar y extraer conceptos definidos en el modelo. Es fundamental para el análisis de texto no estructurado, permitiendo la identificación de entidades, temas o cualquier patrón textual predefinido.

applyCategory
textRuleScore

The applyCategory action categorizes text documents based on a pre-built category model (in MCO file format). It processes an input table containing the text data and applies the categorization rules, generating output tables with the results. This action is essential for automated text classification tasks, allowing users to assign documents to predefined categories.