PedroArvela / sentido

SENse Through InDuctiOn
1 stars 0 forks source link

Extract tuples of words/lemmas #5

Closed PedroArvela closed 6 years ago

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on Apr 27, 2017, 13:43

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 2, 2017, 01:21

After extracting a node, check if it has a token. If that token is an end of paragraph, change context.

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on May 15, 2017, 09:30

Sentence context is done, missing paragraph context.

Idea for approach: each process serialises its tuple set into a file. A "reducer" process then imports these and merges the sets.

Next considerations:

PedroArvela commented 6 years ago

In gitlab by @PedroArvela on Jun 9, 2017, 14:03

No longer relevant, Deep Explorer takes care of this.