LiDa_Search/node_modules/commarcdiag
cesare c5fa391591 ug fixing lista risultati 2024-12-06 18:50:46 +01:00
..
2c2aa90cdea73fae@1660.js modfiche al grafo della struttura sintattica 2024-12-05 17:56:26 +01:00
673687d66622d33f@1401.js
README.md ug fixing lista risultati 2024-12-06 18:50:46 +01:00
a33468b95d0b15b0@808.js
d019e1db56ab1d8c@1264.js
d019e1db56ab1d8c@1448.js
d019e1db56ab1d8c@1540.js
index.html
index.js modfiche al grafo della struttura sintattica 2024-12-05 17:56:26 +01:00
inspector.css
package.json modfiche al grafo della struttura sintattica 2024-12-05 17:56:26 +01:00
runtime.js modfiche al grafo della struttura sintattica 2024-12-05 17:56:26 +01:00

README.md

Commedia: Arc Diagram per marcatura sintattica current

https://observablehq.com/d/2c2aa90cdea73fae@1660

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/2c2aa90cdea73fae@1660.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "2c2aa90cdea73fae";

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