Skip to content
Snippets Groups Projects
Commit b3628307 authored by Erik Willing's avatar Erik Willing
Browse files

Replace markdown formatting while spaCy evaluation. (Issue #113)

parent 5b0b0f5e
No related merge requests found
......@@ -45,6 +45,7 @@ export class SpacyDialogComponent implements OnInit, AfterContentInit {
ngAfterContentInit(): void {
if(this.langSupported) {
this.commentBodyChecked = this.commentBodyChecked.replace(/[#*_]+/g ,'');
this.evalInput(this.commentLang);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment