Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUMO-based language localization #3

Open
jefft0 opened this issue Jun 13, 2016 · 6 comments
Open

SUMO-based language localization #3

jefft0 opened this issue Jun 13, 2016 · 6 comments

Comments

@jefft0
Copy link
Collaborator

jefft0 commented Jun 13, 2016

Hi Adam,

The calendar app displays strings like "Monday". To localize these strings for other languages, a first instinct would be to use Java's localization support. But SUMO already has string localization, like the French word for Monday:
https://github.com/ontologyportal/sumo/blob/master/Translations/french_format.kif#L969

For many other terms, we would be relying on SUMO's language settings. What do you think about doing this for the Calendar display elements too, like weekday and month names?

@apease
Copy link
Contributor

apease commented Jun 13, 2016

Hi Jeff,
I agree - it makes for a much better demo to use SUMO's facilities.
Even better than the termFormat content might be to use the links to
Open Multilingual Wordnet since it has more languages, and a much larger
vocabulary. We could start with days of the week, months, holidays but
later expand to many other things like appointment type names and
location names. Check out com.articulate.sigma.OMWordnet

Adam

On 06/13/2016 12:41 PM, Jeff Thompson wrote:

Hi Adam,

The calendar app displays strings like "Monday". To localize these
strings for other languages, a first instinct would be to use Java's
localization support. But SUMO already has string localization, like the
French word for Monday:
https://github.com/ontologyportal/sumo/blob/master/Translations/french_format.kif#L969

For many other terms, we would be relying on SUMO's language settings.
What do you think about doing this for the Calendar display elements
too, like weekday and month names?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3, or mute the
thread
https://github.com/notifications/unsubscribe/ACBvHUjmVcZIcl3SEfza-UdCDiZBv362ks5qLbJcgaJpZM4I0qmT.


Adam Pease
http://www.ontologyportal.org
http://www.articulatesoftware.com
http://www.adampease.org

@jefft0
Copy link
Collaborator Author

jefft0 commented Jun 13, 2016

I'll take a look at the WordNet links. Different localities would say today is "13 June" vs. "June 13". Does WordNet have a way express this kind of detail? (Not a big deal if it doesn't.)

@arademaker
Copy link

No, wordnet does not have date patterns explicit. But you can look at Stanford http://nlp.stanford.edu/software/sutime.html tool!

@apease
Copy link
Contributor

apease commented Jun 13, 2016

I agree, for time/date formats SUtime is an excellent choice

On 06/13/2016 01:28 PM, Alexandre Rademaker wrote:

No, wordnet does not have date patterns explicit. But you can look at
Stanford http://nlp.stanford.edu/software/sutime.html tool!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ACBvHZ_0OjSz30Xe-wfm47qSvzr57cKAks5qLb1TgaJpZM4I0qmT.


Adam Pease
http://www.ontologyportal.org
http://www.articulatesoftware.com
http://www.adampease.org

@jefft0
Copy link
Collaborator Author

jefft0 commented Jun 13, 2016

A quick glance at the SUTime page says "The currently available rules support only English." Is that right?

@apease
Copy link
Contributor

apease commented Jun 13, 2016

Hi Jeff and Alexandre,
Maybe I was too quick to endorse SUtime. I see that it's only
English, although there's still utility, and need, for handle the many
different options that exist in English. Check out
com.articulate.sigma.semRewrite.datesandnumber and I think it's already
integrated with SUtime, so it's a good place to start.
After that though it's possible we might need to look at
http://dbs.ifi.uni-heidelberg.de/index.php?id=129#c784 or others

Adam

On 06/13/2016 01:42 PM, Jeff Thompson wrote:

A quick glance at the SUTime page says "The currently available rules
support only English." Is that right?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ACBvHTNNxGcYit3pNkXg_6g6QpA_9Plzks5qLcC_gaJpZM4I0qmT.


Adam Pease
http://www.ontologyportal.org
http://www.articulatesoftware.com
http://www.adampease.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants