query con coordinate corretta, modificata strutt. grafo sint.
This commit is contained in:
parent
1f1ccdc715
commit
1e2b0dbf3a
11
js/utils.js
11
js/utils.js
|
@ -1344,11 +1344,12 @@ var funzione_clausola =
|
||||||
"subord v": "hasClauseFunction:SubordinateClauseV",
|
"subord v": "hasClauseFunction:SubordinateClauseV",
|
||||||
"subord vi": "hasClauseFunction:SubordinateClauseVI",
|
"subord vi": "hasClauseFunction:SubordinateClauseVI",
|
||||||
"subord vii": "hasClauseFunction:SubordinateClauseVII",
|
"subord vii": "hasClauseFunction:SubordinateClauseVII",
|
||||||
"coord i": "hasClauseFunction:CoordinateClause",
|
"coord": "hasClauseFunction:CoordinateClause",
|
||||||
"coord ii": "",
|
"coord i": "hasClauseFunction:CoordinateClauseI",
|
||||||
"coord iii": "",
|
"coord ii": "hasClauseFunction:CoordinateClauseII",
|
||||||
"coord iv": "",
|
"coord iii": "hasClauseFunction:CoordinateClauseIII",
|
||||||
"coord v": "",
|
"coord iv": "hasClauseFunction:CoordinateClauseIV",
|
||||||
|
"coord v": "hasClauseFunction:CoordinateClauseV",
|
||||||
"pcoord": "hasClauseFunction:ParentheticalCoordinateClause",
|
"pcoord": "hasClauseFunction:ParentheticalCoordinateClause",
|
||||||
"parent": "hasClauseFunction:ParentethicalClause",
|
"parent": "hasClauseFunction:ParentethicalClause",
|
||||||
"coord 0": "hasClauseFunction:PseudoCoordinateClause"
|
"coord 0": "hasClauseFunction:PseudoCoordinateClause"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
# Commedia: Arc Diagram per marcatura sintattica
|
# Commedia: Arc Diagram per marcatura sintattica
|
||||||
|
|
||||||
https://observablehq.com/@cesare/commarcdiag@1264
|
https://observablehq.com/@cesare/commarcdiag@1333
|
||||||
|
|
||||||
View this notebook in your browser by running a web server in this folder. For
|
View this notebook in your browser by running a web server in this folder. For
|
||||||
example:
|
example:
|
||||||
|
@ -14,7 +14,7 @@ import this module directly into your application. To npm install:
|
||||||
|
|
||||||
~~~sh
|
~~~sh
|
||||||
npm install @observablehq/runtime@5
|
npm install @observablehq/runtime@5
|
||||||
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1264.tgz?v=3
|
npm install https://api.observablehq.com/@cesare/commarcdiag@1333.tgz?v=3
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Then, import your notebook and the runtime as:
|
Then, import your notebook and the runtime as:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Commedia: Arc Diagram per marcatura sintattica</title>
|
<title>Commedia: Arc Diagram per marcatura sintattica (current)</title>
|
||||||
<link rel="stylesheet" type="text/css" href="./inspector.css">
|
<link rel="stylesheet" type="text/css" href="./inspector.css">
|
||||||
<body>
|
<body>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export {default} from "./d019e1db56ab1d8c@1264.js";
|
export {default} from "./673687d66622d33f@1354.js";
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@cesare/commarcdiag",
|
"name": "673687d66622d33f",
|
||||||
"main": "d019e1db56ab1d8c@1264.js",
|
"main": "673687d66622d33f@1354.js",
|
||||||
"version": "1264.0.0",
|
"version": "1354.0.0",
|
||||||
"homepage": "https://observablehq.com/@cesare/commarcdiag",
|
"homepage": "https://observablehq.com/d/673687d66622d33f",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "cesare concordia",
|
"name": "cesare concordia",
|
||||||
"url": "https://observablehq.com/@cesare"
|
"url": "https://observablehq.com/@cesare"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue