Re: predicate in a predicate
- From: Keenlearner <yingun@xxxxxxxxx>
- Date: Sat, 8 Dec 2007 04:33:24 -0800 (PST)
On Dec 8, 6:54 pm, Jan Burse <janbu...@xxxxxxxxxxx> wrote:
Jan Burse schrieb:
Yeah, I feel so lucky too to get so many nice replies. Thanks.
I have few things that I am still doubt.
I don't get this from Hezbert.
A predicate takes terms as arguments and returns a sentence.
A function takes terms as arguments and returns a term.
See chapter 2 ofhttp://www.mathsci.appstate.edu/~jlh/primer/hirst.pdf
Thank you Herbzet,
Now I know how to differentiate function and predicate.
Thanks to Jan Burse, that is a nice resource. I will allow time to
read at it.
I found a Prolog natural language program from
www.mtome.com/Publications/PNLA/prolog-digital.pdf
I have extend a little bit on it, for sentence input of "Every
student is on a table" it will generate the FOL
Let's say
A "Universal quantifier"
E "Existential quantifier"
and "conjunction"
or "disjunction"
=> "implication"
A x (student(x) => E y ( table(y) and on( x, y)))
is this correct ?
Whether it's correct or not, as you can see there is two conclusions
or literals.
Prolog is somehow from Horn Clauses, they can have at most one
positive literals.
In this case, how can I convert the FOL that have two positive
literals into Prolog ? Thank you.
.
- Follow-Ups:
- Re: predicate in a predicate
- From: Jan Burse
- Re: predicate in a predicate
- References:
- predicate in a predicate
- From: Keenlearner
- Re: predicate in a predicate
- From: William Elliot
- Re: predicate in a predicate
- From: Keenlearner
- Re: predicate in a predicate
- From: herbzet
- Re: predicate in a predicate
- From: Keenlearner
- Re: predicate in a predicate
- From: Jan Burse
- Re: predicate in a predicate
- From: Jan Burse
- predicate in a predicate
- Prev by Date: Re: adjective noun first order logic
- Next by Date: good book on combinatory logic
- Previous by thread: Re: predicate in a predicate
- Next by thread: Re: predicate in a predicate
- Index(es):
Relevant Pages
|