gogo~!!
2012-05-24 22:50:23

[CNL tool] 단어 오류 타이밍 및 위치 수정 3

[CNL tool] 1차 마무리 작업. 2

[Authoring tool] Rule을 SWRL로 표현하고 Reasoning! 5

▼ more
memo
2012-05-24 14:16:17

Rule

1. ClassA 's individuals will be the ClassB which is range of Property a.

if a certain individual is selected, a certain or some individuals will be class which is the range of a property.

replace, merge

▼ more
work list
2012-05-24 00:22:58

~5/25 19:00 I need almose 50 hours!!!

1. [CNL tool] 용어 사용성을 위한 DB구축 및 용어 추천 순서변경 구현 5

2. [CNL tool] 단어 오류 타이밍 및 위치 수정 3

3. [CNL tool] 1차 마무리 작업. 2

4. [Authoring tool] Rule을 SWRL로 표현하고 Reasoning! 5

5. [Authoring tool] Data type 해결 5

6. [Authoring tool] 2차 마무리. 3

7. [CNL tool] data type, reasoning 결과 에 맞게 읽는 모듈 수정 5

8. [CNL tool] 2차 마무리 작업. 2

9. [Authoring tool] UI 일치성 보장. 2

10. [Authoring tool] 3차 마무리. 3

논문 작성 2차 초고를 위해 (5/30~6/1)

- 구현이 마무리 되는데로 Medical template modeling + 구현 사항을 추가 10 housrs? ~ 1 day?

- 대장암, 위암 표준 및 국내 다른 의무기록 서식 및 해외 사례를 넣어본다. 5 hours? or if i need fix the program.. then,, i will probably need few days..

논문 심사 발표를 위해 (6/11~6/15)

- 논문 작성이 마무리 되는데로 purpose, Method, implementation, result 으로 구성한다. 1week!!

EMOCity project를 위해 ???

1. 감정단어를 받으면 그것과 연계.

2. 기타 안정성 및 수정사항.

▼ more
Style range
2012-05-23 00:34:32

StyleRange styleRange = new StyleRange();

styleRange.start = beginIndex;

styleRange.length = endIndex - beginIndex;

styleRange.fontStyle = SWT.BOLD;

styleRange.foreground = orange;

styleRange.underline = true;

styleRange.underlineStyle = SWT.UNDERLINE_ERROR;

styleRange.underlineColor = orange;

text.setStyleRange(styleRange);

▼ more