PedroArvela / sentido

SENse Through InDuctiOn
1 stars 0 forks source link

Regenerate Deep DB with context info #8

Closed PedroArvela closed 6 years ago

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 30, 2017, 23:46

Recreate db_deep.db with additional ids for each individual context.

Each sentence/paragraph/snippet should have a unique id used to limit searches of co-occurrences.

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 31, 2017, 01:38

There needs to be an additional table, for which each co-occurrence has the matching context it was used in.

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on Jun 1, 2017, 17:08

Added Context table for each context.

Still need to add new table with:

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on Jun 11, 2017, 18:14

The new database is being generated.