modifiche al grafo sintattico

This commit is contained in:
cesare 2024-01-10 16:06:28 +01:00
parent 771b9080ae
commit a0f0e491a4
7 changed files with 1518 additions and 11 deletions

View File

@ -196,19 +196,25 @@ Ex browsingldc.css
}
.synt__info{
font-size: 12px;
font-size: 15px;
font-weight: normal;
font-style: italic;
font-style: normal;
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
letter-spacing: 0.5px;
}
.synt__categ{
font-size: 10px;
font-size: 12px;
font-weight: normal;
font-family: 'Humanist-777', 'Roboto';
letter-spacing: 0.4px;
}
.synt__label{
font-size: 16px;
font-weight: bold;
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
}
.numverso {
font-size: 12px;

View File

@ -26,7 +26,8 @@ document.addEventListener("dblclick", function(e){
var main=runtime1.module(commarc, name => {
if (name === "sentenceStructArcs_new") {
//if (name === "sentenceStructArcs_new") {
if (name === "sentenceArcsStructs_new") {
const structel = document.getElementsByClassName(lsentid);
console.log(structel[0].parentNode.getAttribute('value'))
var stid=lsentid.split('_')

4
node_modules/commarcdiag/README.md generated vendored
View File

@ -1,6 +1,6 @@
# Commedia: Arc Diagram per marcatura sintattica
https://observablehq.com/@cesare/commarcdiag@1448
https://observablehq.com/@cesare/commarcdiag@1540
View this notebook in your browser by running a web server in this folder. For
example:
@ -14,7 +14,7 @@ import this module directly into your application. To npm install:
~~~sh
npm install @observablehq/runtime@5
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1448.tgz?v=3
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1540.tgz?v=3
~~~
Then, import your notebook and the runtime as:

1500
node_modules/commarcdiag/d019e1db56ab1d8c@1540.js generated vendored Normal file

File diff suppressed because it is too large Load Diff

2
node_modules/commarcdiag/index.js generated vendored
View File

@ -1 +1 @@
export {default} from "./d019e1db56ab1d8c@1448.js";
export {default} from "./d019e1db56ab1d8c@1540.js";

View File

@ -1,7 +1,7 @@
{
"name": "@cesare/commarcdiag",
"main": "d019e1db56ab1d8c@1448.js",
"version": "1448.0.0",
"main": "d019e1db56ab1d8c@1540.js",
"version": "1540.0.0",
"homepage": "https://observablehq.com/@cesare/commarcdiag",
"author": {
"name": "cesare concordia",

File diff suppressed because one or more lines are too long