LiDa_Search/node_modules/commarcdiag
Luca Trupiano fcfc7e7af1 corretti bug di visualizzazione info e note 2023-04-27 12:58:51 +02:00
..
README.md aggiornati metodi 2023-04-27 12:43:37 +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 aggiornati metodi 2023-04-27 12:43:37 +02:00
index.js aggiornati metodi 2023-04-27 12:43:37 +02:00
inspector.css aggiornati metodi 2023-04-27 12:43:37 +02:00
package.json aggiornati metodi 2023-04-27 12:43:37 +02:00
runtime.js aggiornati metodi 2023-04-27 12:43:37 +02:00

README.md

Commedia: Arc Diagram per marcatura sintattica

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

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@1264.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));