mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 22:45:50 +03:00
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
This commit is contained in:
commit
6c8a732fc0
@ -16,8 +16,8 @@ function diff_analysis() {
|
|||||||
}
|
}
|
||||||
print "</h4>";
|
print "</h4>";
|
||||||
|
|
||||||
?><script language="javascript" src="/javascripts/prototype.js"></script>
|
?><script language="javascript" src="javascripts/prototype.js"></script>
|
||||||
<script language="javascript" src="/javascripts/scriptaculous.js"></script>
|
<script language="javascript" src="javascripts/scriptaculous.js"></script>
|
||||||
<script>
|
<script>
|
||||||
function diff(field,sort,count) {
|
function diff(field,sort,count) {
|
||||||
var url = '?analysis_diff=' + field + '_diff'
|
var url = '?analysis_diff=' + field + '_diff'
|
||||||
|
@ -11,8 +11,8 @@ function head($title) {
|
|||||||
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<html><head><title>'.$title.'</title>
|
<html><head><title>'.$title.'</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<script language="javascript" src="/javascripts/prototype.js"></script>
|
<script language="javascript" src="javascripts/prototype.js"></script>
|
||||||
<script language="javascript" src="/javascripts/scriptaculous.js"></script>
|
<script language="javascript" src="javascripts/scriptaculous.js"></script>
|
||||||
<script language="javascript" src="hierarchical-segmentation.js"></script>
|
<script language="javascript" src="hierarchical-segmentation.js"></script>
|
||||||
<script language="javascript" src="base64.js"></script>
|
<script language="javascript" src="base64.js"></script>
|
||||||
<link href="general.css" rel="stylesheet" type="text/css">
|
<link href="general.css" rel="stylesheet" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@ function sgviz($sentence) {
|
|||||||
global $setup,$dir,$id,$set;
|
global $setup,$dir,$id,$set;
|
||||||
?><html><head><title>Search Graph Visualization, Sentence <?php $sentence ?></title>
|
?><html><head><title>Search Graph Visualization, Sentence <?php $sentence ?></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<script language="javascript" src="/javascripts/prototype.js"></script></head>
|
<script language="javascript" src="javascripts/prototype.js"></script></head>
|
||||||
<body><svg id="sg" height="500" width="900" xmlns="http://www.w3.org/2000/svg"><g id="chart"></g></svg>
|
<body><svg id="sg" height="500" width="900" xmlns="http://www.w3.org/2000/svg"><g id="chart"></g></svg>
|
||||||
<script>
|
<script>
|
||||||
var sg = document.getElementById("sg");
|
var sg = document.getElementById("sg");
|
||||||
|
Loading…
Reference in New Issue
Block a user