nilswende / nlp-toolbox

Reimplementation of the Hagen NLPToolbox
2 stars 0 forks source link

Create cooccs matrix #5

Closed nilswende closed 3 years ago

nilswende commented 3 years ago

from TextProcessing.extractCooccs()

nilswende commented 3 years ago

Already present in DB: Cooccs.frequencies = Word.count Cooccs.cooccs = Connected.count

no reason not to reuse this information. Maybe for caching purposes, but not right now.