intersystems / iknow

Community development repository for iKnow
MIT License
51 stars 18 forks source link

Japanese: implementation of duration attribute #314

Open makorin0315 opened 1 year ago

makorin0315 commented 1 year ago

The Japanese language model currently supports DateTime attribute, which mostly covers those expressions that can be either Time or Duration. However, there are certain expressions that can definitely be considered Duration, and detecting them would be helpful in both medical/clinical and standard text.

makorin0315 commented 1 year ago

I found this issue while working on issue #221. Duraion attribute detection is simpler than Negation expansion, so I will resolve this issue first.