LiDa_Search/node_modules/commarcdiag
cesare c22e5ab33a bug in simple query corretto 2024-04-08 18:30:49 +02:00
..
673687d66622d33f@1401.js bug nel grafo sintattico corretto 2023-06-16 18:02:28 +02:00
README.md grafi strutture dal nuovo dataset 2024-02-14 16:30:25 +01:00
a33468b95d0b15b0@808.js bug fixing 2023-09-29 10:53:14 +02:00
d019e1db56ab1d8c@1264.js corretti bug di visualizzazione info e note 2023-04-27 12:58:51 +02:00
d019e1db56ab1d8c@1448.js modifica label per tipo sintattico 2023-12-31 17:44:41 +01:00
d019e1db56ab1d8c@1540.js corretti bug in vis struttura sint 2024-02-13 11:09:31 +01:00
index.html grafi strutture dal nuovo dataset 2024-02-14 16:30:25 +01:00
index.js grafi strutture dal nuovo dataset 2024-02-14 16:30:25 +01:00
inspector.css aggiornati metodi 2023-04-27 12:43:37 +02:00
package.json grafi strutture dal nuovo dataset 2024-02-14 16:30:25 +01:00
runtime.js modifiche al grafo sintattico 2024-01-10 16:06:28 +01:00

README.md

Commedia: Arc Diagram per marcatura sintattica current

https://observablehq.com/@cesare/commarcdiag@1578

View this notebook in your browser by running a web server in this folder. For example:

npx http-server

Or, use the Observable Runtime to import this module directly into your application. To npm install:

npm install @observablehq/runtime@5
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1578.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@cesare/commarcdiag";

To log the value of the cell named “foo”:

const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));