Skip to content

Commit 6e65a73

Browse files
Reenable concomitant parse tables
1 parent edf371f commit 6e65a73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/app/annotate/annotation-parse-results/annotation-parse-results.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ function unfoldParseResult(parse: CCGParse): UnfoldedParseResult {
2424
...parse,
2525
ccgTrees: [
2626
{ type: "CCG Tree", tree: ccg_tree },
27-
// { type: "CCG Term", tree: ccg_term },
28-
// { type: "Corrected CCG Term", tree: corr_term },
29-
// { type: "Lambda Logical Form", tree: llf }
27+
{ type: "CCG Term", tree: ccg_term },
28+
{ type: "Corrected CCG Term", tree: corr_term },
29+
{ type: "Lambda Logical Form", tree: llf }
3030
]
3131
};
3232
}

0 commit comments

Comments
 (0)