You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attributes ::= type text extent calendar [year] [month] [day] [week] [week_day] [mod]
type ::= 'DATE'|'TIME'|'DURATION'
text ::= CDATA
extent ::= [(begin, end), ...]
begin ::= CDATA {begin ::= <integer>}
end ::= CDATA {end ::= <integer>}
calendar ::= 'GREGORIAN'|'LUNAR'|'JULIAN'
year ::= mark CDATA
month ::= mark CDATA
day ::= mark CDATA
hour ::= mark CDATA
minute ::= mark CDATA
second ::= mark CDATA
week ::= mark CDATA
week_day ::= 0 | 1 | 2 | 3 | 4 | 5 | 6
mark ::= 'P'|'+'|'-'|'_' (Note: '_'는 '기원전' 표현 전용)
mod ::= 'START'|'MID'|'END'|'START_MID'|'MID_END'
기존의 ISO-TimeML 기반으로 설계되었던 korean TimeML 은 상대적인 시간정보를 효과적으로 담아낼 수 없다.
상대적인 시간정보를 담아낼 수 있는 schema 를 설계하도록 한다.
The text was updated successfully, but these errors were encountered: