Searching for cells in the first document (PMID10075739) after having selected go-lemma layer should display a match on the left tree, but nothing is currently display.
The browser console displays following error on the clic event:
alvisnlp.js:297 3d259b3
gijgo.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'attr')
at Object.select (gijgo.min.js:1)
at w.fn.init.c.select (gijgo.min.js:1)
at HTMLDivElement.<anonymous> (alvisnlp.js:129)
at HTMLDivElement.dispatch (jquery-3.3.1.min.js:2)
at HTMLDivElement.y.handle (jquery-3.3.1.min.js:2)
at Object.trigger (jquery-3.3.1.min.js:2)
at HTMLDivElement.<anonymous> (jquery-3.3.1.min.js:2)
at Function.each (jquery-3.3.1.min.js:2)
at w.fn.init.each (jquery-3.3.1.min.js:2)
at w.fn.init.trigger (jquery-3.3.1.min.js:2)
select @ gijgo.min.js:1
c.select @ gijgo.min.js:1
(anonymous) @ alvisnlp.js:129
dispatch @ jquery-3.3.1.min.js:2
y.handle @ jquery-3.3.1.min.js:2
trigger @ jquery-3.3.1.min.js:2
(anonymous) @ jquery-3.3.1.min.js:2
each @ jquery-3.3.1.min.js:2
each @ jquery-3.3.1.min.js:2
trigger @ jquery-3.3.1.min.js:2
showAndExpandNodeArray @ alvisnlp.js:133
focusFrags @ alvisnlp.js:153
onclick @ (index):1
Using following plan (based on exercise 3 from https://forgemia.inra.fr/bibliome/formation-alvisnlp/-/tree/master/exercices/3-lemmatisation)
Then run the browser:
Searching for
cells
in the first document (PMID10075739
) after having selectedgo-lemma
layer should display a match on the left tree, but nothing is currently display.The browser console displays following error on the clic event: