vari bug corretti
This commit is contained in:
parent
a0f0e491a4
commit
e19c15992d
|
@ -196,9 +196,9 @@ Ex browsingldc.css
|
||||||
}
|
}
|
||||||
|
|
||||||
.synt__info{
|
.synt__info{
|
||||||
font-size: 15px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
@ -210,12 +210,6 @@ Ex browsingldc.css
|
||||||
letter-spacing: 0.4px;
|
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 {
|
.numverso {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: 'Humanist-777', 'Roboto';
|
font-family: 'Humanist-777', 'Roboto';
|
||||||
|
|
|
@ -1269,8 +1269,8 @@ function resetFrasi(){
|
||||||
if(selectedVista=='dialoghi'){
|
if(selectedVista=='dialoghi'){
|
||||||
for (const india in dialoghi){
|
for (const india in dialoghi){
|
||||||
if (dialoghi[india]['Cnt'].replace('_so','')==sentId){
|
if (dialoghi[india]['Cnt'].replace('_so','')==sentId){
|
||||||
discorsost="<div class='ttContentPers'><b>Personaggio:</b> "+dialoghi[india]['Spna'].replace('http://dantenetwork.it/data/commedia/', '')
|
discorsost="<div class='ttContentPers'><b>Personaggio:</b> <i>"+dialoghi[india]['Spna'].replace('http://dantenetwork.it/data/commedia/', '')+'</i>'
|
||||||
+'<br><b>Discorso:</b> '+TipiDiscorso[dialoghi[india]['Dty']]+'</div>'
|
+'<br><b>Discorso:</b> <i>'+TipiDiscorso[dialoghi[india]['Dty']]+'</i></div>'
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1772,12 +1772,14 @@ function resetFrasi(){
|
||||||
let tmpocc=fraseItems.slice(-1)
|
let tmpocc=fraseItems.slice(-1)
|
||||||
|
|
||||||
if (resClauses.filter(clocc => clocc==tmpocc[0]).length==0) {
|
if (resClauses.filter(clocc => clocc==tmpocc[0]).length==0) {
|
||||||
|
|
||||||
resClauses.push(tmpocc[0]);
|
resClauses.push(tmpocc[0]);
|
||||||
//resSent.add(fraseItems[0] + '-' + fraseItems[3]+'-'+fraseItems[1] + '-' + fraseItems[2]);
|
//resSent.add(fraseItems[0] + '-' + fraseItems[3]+'-'+fraseItems[1] + '-' + fraseItems[2]);
|
||||||
resSentence.add(fraseItems[1] + '-' + fraseItems[2]);
|
resSentence.add(fraseItems[1] + '-' + fraseItems[2]);
|
||||||
//resSent.add(fraseItems.slice(-1))
|
//resSent.add(fraseItems.slice(-1))
|
||||||
resultsInCantica.push(fraseItems[4]);
|
resultsInCantica.push(fraseItems[4]);
|
||||||
resultsInCanto.push(fraseItems[4] + fraseItems[5]);
|
resultsInCanto.push(fraseItems[4] + fraseItems[5]);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
listaClausoleRisultato=Array.from(resSent);
|
listaClausoleRisultato=Array.from(resSent);
|
||||||
|
|
|
@ -136,11 +136,14 @@ PREFIX orl: <https://dantenetwork.it/ontology/orl/current/>
|
||||||
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
|
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
|
||||||
PREFIX olires: <https://dantenetwork.it/ontology/olires/current/>
|
PREFIX olires: <https://dantenetwork.it/ontology/olires/current/>
|
||||||
PREFIX syntit: <https://dantenetwork.it/ontology/syntit/current/>
|
PREFIX syntit: <https://dantenetwork.it/ontology/syntit/current/>
|
||||||
SELECT ?sentence ?clocc ?clfr ?clto ?clafunction ?clatype (?t_canto as ?Canto) (?t_cantica as ?Cantica)
|
SELECT DISTINCT ?sentence ?clocc ?clfr ?clto ?clafunction ?clatype (?t_canto as ?Canto) (?t_cantica as ?Cantica)
|
||||||
WHERE {
|
WHERE {
|
||||||
FILTER regex(?Rappresentazione,"^persona$","i") . #remove if query_text==''
|
FILTER regex(?Rappresentazione,"^persona$","i") . #remove if query_text==''
|
||||||
FILTER langMatches(lang(?Rappresentazione),"it") #remove if query_text==''
|
FILTER langMatches(lang(?Rappresentazione),"it") #remove if query_text==''
|
||||||
?cat ontolex:writtenRep ?Rappresentazione . #remove if query_text==''
|
?cat ontolex:writtenRep ?Rappresentazione . #remove if query_text==''
|
||||||
|
?lent ontolex:lexicalForm ?cat; #remove if query_text==''
|
||||||
|
ontolex:canonicalForm ?cf. #remove if query_text==''
|
||||||
|
?cf ontolex:writtenRep ?lm. #remove if query_text==''
|
||||||
?fa orl:occurrenceOf ?cat . #remove if query_text==''
|
?fa orl:occurrenceOf ?cat . #remove if query_text==''
|
||||||
?clocc ecrm:P148_has_component ?fa . #remove if query_text==''
|
?clocc ecrm:P148_has_component ?fa . #remove if query_text==''
|
||||||
?cl syntit:hasClauseType ?clatype;
|
?cl syntit:hasClauseType ?clatype;
|
||||||
|
@ -620,6 +623,9 @@ function buildSintacticClause(clause, parsedquery, whereind) {
|
||||||
//remove the filter for text CHANGE!
|
//remove the filter for text CHANGE!
|
||||||
parsedquery.where.splice(0, 1)
|
parsedquery.where.splice(0, 1)
|
||||||
parsedquery.where.splice(0, 1)
|
parsedquery.where.splice(0, 1)
|
||||||
|
parsedquery.where[0].triples.splice(5, 1)
|
||||||
|
parsedquery.where[0].triples.splice(4, 1)
|
||||||
|
parsedquery.where[0].triples.splice(3, 1)
|
||||||
parsedquery.where[0].triples.splice(2, 1)
|
parsedquery.where[0].triples.splice(2, 1)
|
||||||
parsedquery.where[0].triples.splice(1, 1)
|
parsedquery.where[0].triples.splice(1, 1)
|
||||||
parsedquery.where[0].triples.splice(0, 1)
|
parsedquery.where[0].triples.splice(0, 1)
|
||||||
|
|
|
@ -1120,7 +1120,8 @@ function _sentenceArcsStructs_new(d3,DOM,width,margin,sentenceheight,lisid,data_
|
||||||
.attr("y", titleposy)
|
.attr("y", titleposy)
|
||||||
.attr("text-anchor", "middle")
|
.attr("text-anchor", "middle")
|
||||||
.attr("alignment-baseline", "middle")
|
.attr("alignment-baseline", "middle")
|
||||||
.attr("class","synt__label")
|
//.attr("class","text-warning")
|
||||||
|
.attr("font-family", 'inherit')
|
||||||
.text("Frase");
|
.text("Frase");
|
||||||
|
|
||||||
container
|
container
|
||||||
|
@ -1129,8 +1130,9 @@ function _sentenceArcsStructs_new(d3,DOM,width,margin,sentenceheight,lisid,data_
|
||||||
.attr("y", titleposy)
|
.attr("y", titleposy)
|
||||||
.attr("text-anchor", "middle")
|
.attr("text-anchor", "middle")
|
||||||
.attr("alignment-baseline", "middle")
|
.attr("alignment-baseline", "middle")
|
||||||
.attr("class","synt__label")
|
//.attr("class","synt__label")
|
||||||
.text("Funzione e Tipo");
|
.attr("font-family", 'inherit')
|
||||||
|
.text("Funzione e tipo");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
container.append("style").text(`
|
container.append("style").text(`
|
||||||
|
@ -1254,7 +1256,6 @@ function _sentenceArcsStructs_new(d3,DOM,width,margin,sentenceheight,lisid,data_
|
||||||
.attr("dominant-baseline", "middle")
|
.attr("dominant-baseline", "middle")
|
||||||
.attr("y", d=>sty+ yScale(d.visible)+syntfunctype(d.visible))
|
.attr("y", d=>sty+ yScale(d.visible)+syntfunctype(d.visible))
|
||||||
.attr("class","synt__info")
|
.attr("class","synt__info")
|
||||||
//.style("font-style", "italic")
|
|
||||||
.style("text-anchor", "start")
|
.style("text-anchor", "start")
|
||||||
.text(d => d.visible)
|
.text(d => d.visible)
|
||||||
|
|
||||||
|
@ -1355,7 +1356,7 @@ function _wrap_text_nchar(wrap_text_array){return(
|
||||||
if (text_element.text().length>150)
|
if (text_element.text().length>150)
|
||||||
line_height = 0.8
|
line_height = 0.8
|
||||||
if (text_element.text().includes("ordinata") || text_element.text().includes("parentetica") ||
|
if (text_element.text().includes("ordinata") || text_element.text().includes("parentetica") ||
|
||||||
text_element.text().includes("principale")){
|
text_element.text().includes("principale") || text_element.text().includes("Principale")){
|
||||||
max_width=30
|
max_width=30
|
||||||
if (text_element.text().length>90)
|
if (text_element.text().length>90)
|
||||||
line_height = 0.9
|
line_height = 0.9
|
||||||
|
|
Loading…
Reference in New Issue