For those unfamiliar with my blog, I'm working on building an algorithm which will determine if a natural language sentence is a contradiction or not. A contradiction, roughly speaking, is a sentence which is always false. So while 'I do not have a dog' is false it is not a contradiction because we could imagine a situation where it...
I'm trying to build a random sentence generator now. When I get that built hopefully I will finally be able to have the public contribute meaningfully to my project. I want the public to hit a button and then the machine will output 10 random sentences and state whether the sentences are consistent, contradictory or ungrammatical. Since...