I made a small program that does entity link free text into conceptnet.io The program is here: https://framagit.org/a-guile-mind/culturia.one/blob/master/src/conceptnetization-02.scm
But the interesting part is here: https://framagit.org/a-guile-mind/culturia.one/blob/master/src/nlp.scm all-partition procedure does generate all slices of a given list (or list of words (or sentence)). It doesn't unk the text, that's a bug. Kind of off-topic, I made a naive sat solver https://framagit.org/a-guile-mind/culturia.one/blob/guildhall/src/sat.scm On Sun, Feb 26, 2017 at 3:07 PM Amirouche Boubekki < [email protected]> wrote: > Héllo, > > > I read that wikification is an important process of getting computers to > understand what is written. > > wikification aims to retrieving the concept vertex from a given piece text > of text. > > E.g: > > apple is http://conceptnet.io/c/en/apple > > Bob marley is http://conceptnet.io/c/en/bob_marley > > How is this handled in opencog? > > > Best regards, > > > Amirouche aka. amz3 > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/opencog. > To view this discussion on the web visit > https://groups.google.com/d/msgid/opencog/df1796d5-884e-4104-b7d4-e013f1d8bf96%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/df1796d5-884e-4104-b7d4-e013f1d8bf96%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAL7_Mo8VsnSB46m4_9cEm3ye68F-grXw%3DsdsifyoEUMrPBqTTQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
