Tagged Questions
2
votes
1answer
34 views
Limits to expressibility in Cyc, or similar knowledge-base projects?
What are the limits to expressibility, in Cyc or similar knowledge-base projects.
Are there certain concepts that can't be expressed? Is there any project that can express any concept?
I don't ...
1
vote
1answer
457 views
How to do case conversion in Prolog?
I'm interfacing with WordNet, and some of the terms I'd like to classify (various proper names) are capitalised in the database, but the input I get may not be capitalised properly. My initial idea ...