LiDa_Search/node_modules/commarcdiag
cesare 146902f5cf bug nel grafo sintattico corretto 2023-06-16 18:02:28 +02:00
..
673687d66622d33f@1401.js bug nel grafo sintattico corretto 2023-06-16 18:02:28 +02:00
README.md bug nel grafo sintattico corretto 2023-06-16 18:02:28 +02:00
a33468b95d0b15b0@808.js aggiornati metodi 2023-04-27 12:43:37 +02:00
d3.js generazione grafo sint 2023-02-20 16:28:56 +01:00
d019e1db56ab1d8c@1264.js corretti bug di visualizzazione info e note 2023-04-27 12:58:51 +02:00
index.html query con coordinate corretta, modificata strutt. grafo sint. 2023-06-16 15:01:29 +02:00
index.js bug nel grafo sintattico corretto 2023-06-16 18:02:28 +02:00
inspector.css aggiornati metodi 2023-04-27 12:43:37 +02:00
package.json bug nel grafo sintattico corretto 2023-06-16 18:02:28 +02:00
runtime.js query con coordinate corretta, modificata strutt. grafo sint. 2023-06-16 15:01:29 +02:00

README.md

Commedia: Arc Diagram per marcatura sintattica (current)

https://observablehq.com/d/673687d66622d33f@1401

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/673687d66622d33f@1401.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "673687d66622d33f";

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));