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

Support more superlatives/ordinals #56

Open
2 of 3 tasks
yhamoudi opened this issue Dec 9, 2014 · 1 comment
Open
2 of 3 tasks

Support more superlatives/ordinals #56

yhamoudi opened this issue Dec 9, 2014 · 1 comment
Assignees

Comments

@yhamoudi
Copy link
Member

yhamoudi commented Dec 9, 2014

@yhamoudi yhamoudi self-assigned this Dec 11, 2014
@yhamoudi yhamoudi changed the title Support more superlatives Support more superlatives/ordinals Feb 15, 2015
@yhamoudi
Copy link
Member Author

by @Ezibenroc :

Who is the fourth president of the United States?
produces first(sort((United States,president,?),"default"))

The returned value is the same as:

Who is the first president of the United States?
produces first(sort((United States,president,?),"default"))

I don't know what is the expected returned value. I think we cannot describe it with the actual datamodel, since there is no operator for other ordinals than First and Last, and there is no operator for list difference.

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

No branches or pull requests

1 participant