예제 #1
0
파일: editor.cs 프로젝트: longsamaa/THESIS
 private void handling(string source)
 {
     mainForm.getSourceToDictForm(source);
     setHTMLSource(source);
     mainForm.resetTextMachineTranslationForm();
     mainForm.translationMachine(source);
     mainForm.predictSemantic(source);
     mainForm.hideRTBFuzzymatched();
     //mainForm.replacePreviewForm(getListSegment());
     colorSegment();
 }