Commit 4f56f139 authored by Administrator's avatar Administrator

[TESTS] SQL ajout cooc simple.

parent 94aba4b3
SELECT
x.ngram_id, y.ngram_id, COUNT(*) AS c
FROM
node_node_ngram AS x
INNER JOIN
node_node_ngram AS y
ON
x.node_id = y.node_id
AND
x.ngram_id <> y.ngram_id
GROUP BY
x.ngram_id, y.ngram_id
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment