PedroArvela / sentido

SENse Through InDuctiOn
1 stars 0 forks source link

Generate graph from Syntax Deep Explorer DB #6

Closed PedroArvela closed 6 years ago

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 22, 2017, 15:58

Use the syntax deep explorer DB to extract the intended words and lemmas and generate the graph.

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 23, 2017, 20:52

Probably will have to make a SELECT of all items which have the target word, followed by a SELECT of all items which have the previous words. This will provide me a list of all co-occurrences I am interested in to create the graph.

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 23, 2017, 20:55

Probably not all entries will be relevant, it might be possible to filter based on parameters of the association measure used. This should allow to limit the upper bound of items to work on.

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 28, 2017, 23:34

https://sqlite.org/lang_corefunc.html#coalesce