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
This is a "meta task" for things to try, in rough order of difficulty. When a task is worked on, we'll create another specific issue.
use TF/IDF to find similar calendar entries. Could be done repeatedly as the user is typing the description. Pop up a sidebar to allow the user to copy matches into today's appointment. See com.articulate.sigma.nlp.TFIDF
same but use Sigma's word sense disambiguation -based match. Disambiguate the words, map them to SUMO, then choose the calendar item that matches the most terms. See com.articulate.sigma.WSD
extract just named entities, pull up information about the entity from SUMO like location. Start with com.articulate.sigma.NER but ultimately will want to combine this with several methods from classes in com.articulate.sigma.semRewrite.substitutor
extract SUMO time/date expressions from text rather than having to set explicitly from menus. This could be a prelude to voice control of the app. See com.articulate.sigma.semRewrite.datesandnumber
process the appointment text into a SUMO expression with com.articulate.sigma.semRewrite.Interpreter . Then assert that expression to the KB and try to prove "false", which would indicate a contradiction.
do the same processing into SUMO expressions of constraints that people enter about their lives. "I usually pick up the kids at school on the way home." "It takes me at least half an hour to get to work and I have to be there before 8am." etc
The text was updated successfully, but these errors were encountered:
This is a "meta task" for things to try, in rough order of difficulty. When a task is worked on, we'll create another specific issue.
The text was updated successfully, but these errors were encountered: