Debugging/Scripting - Brainware for Transcripts - 24.1 - 24.1 - Ready - Brainware - external - Brainware/Brainware-for-Transcripts/24.1/Brainware-for-Transcripts-User-Guide/Configure-Brainware-for-Transcripts/About-Chain-Table-Extraction/Debugging/Scripting - 2024-10-28

Brainware for Transcripts User Guide

Platform
Brainware
Product
Brainware for Transcripts
Release
24.1
License
CTE Diagnostic report
CTE Diagnostic report files help to debug or diagnose any problem related to CTE tables or learning process. By default, it is disabled and not configured to generate any report files. You can generate the report file for each CTE field in the project by adding and configuring a registry key.
To generate the report file, complete the following steps.
  1. Open registry editor (from run type regedit and press enter) and go to the location - "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Hyland_BW\Cedar".

  2. Add a new "String Value" with name "CTERPT_Path" and set Value Data as a full path to the desired txt file.

    For example, string value CTERPT_Path has value data 'D:\CTE.txt', for BFT each college document extraction will generate/update the file D:\CTE_ CTEColCoursework.txt, and for high school document will generate D:\CTE CTEHSCoursework.txt and D:\CTE_ CTEHSNoSemCoursework.txt (assuming all CTE fields are already copied from the templates and ready for CTE according to the documentation) with the following content

Extracting CTE table for doc: [workdoc's path]
CLASS: [ClassID], [ClassName, optional]
Learnset(#[number of chains]) + trained chains tree as shown in GUI\Configuration\'Learnset' paragraph above.
COMPILED LEARNSET (list of compiled chains created in the result of merging/splitting trained chains)
Alignment: (deduced column's alignment)
Tab_Rows(#[number of regular row chains]) + nodes info
Tab_Header(#[number of table header chains]) + nodes info
Row_Comment(#[number of row comment chains]) + nodes info
Row_Header(#[number of row header chains]) + nodes info
Col_Header(#[number of column header chains]) + nodes info
Results: List of extracted chains for each compiled chain formatted as (WordIdx1)(WordIdx2)…() along with the optional INFO\WARNING diagnostic messages. Could be no any word's index for MBE columns.