Hi Jacques, On Wed, Apr 28, 2021 at 1:44 AM Jacques BasaldĂșa <[email protected]> wrote:
> Hi Linas, > > Thanks a lot for the explanation. I also joined the link-grammar google > group. > > I am starting to understand the whole idea better. The multiplicity of > solutions for any sentence > The goal of parsing is to not have a lot of different parses: ideally, only one, maybe two for truly ambiguous sentences. In practice, this is difficult to achieve, and so multiple parses are listed. These are always ranked from most to least likely, and have an associated "cost." It is convenient to think of the "cost" as (minus) the logarithm of the probability: the higher the cost, the less likely that parse is correct. Usually, the first parse is correct. If it is not, please report that as a bug. Sometimes, the first few parses have an identical cost; these are then sorted according to the total length of the links. If this is the same, then which one is printed first is random. -- Linas -- Patrick: Are they laughing at us? Sponge Bob: No, Patrick, they are laughing next to us. -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA37rTtFuC2iXTvKzLCpdHZc4AnxZRU_bFmvb_ne8rxXS4w%40mail.gmail.com.
