Croatian cat index
This commit is contained in:
parent
7101108516
commit
f7f1de0e8a
40
cat/index_hr.html
Normal file
40
cat/index_hr.html
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script src="js/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="js/cat.js"></script>
|
||||||
|
<link rel="stylesheet" href="css/iatagger.css" />
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="header">
|
||||||
|
</div>
|
||||||
|
<div id="content">
|
||||||
|
<a href="http://tmconcordia.sourceforge.net/" target="_blank"><img src="images/banner.jpg" alt="Banner" /></a>
|
||||||
|
<br/><br/><br/>
|
||||||
|
<p>
|
||||||
|
Welcome to Concordia. The system finds the longest matches of the pattern sentence in its translation memory. This translation memory is 200 000 sentences taken from the SETIMES2 Croatian-English corpus (<a href="http://opus.lingfil.uu.se/SETIMES2.php" target="_blank">link</a>). Please enter a Croatian sentence in the field below and press Enter (or use the search button). You can test the system on predefined samples, simply use the link "show/hide samples" and apply one of the sample sentences.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Enjoy your work with the system!
|
||||||
|
</p>
|
||||||
|
<label for="searchInput">Enter search pattern (English sentence):</label>
|
||||||
|
<span class="suggestion" onclick="showHideSuggestions()">show/hide samples</span>
|
||||||
|
<br/><br/>
|
||||||
|
<div class="suggestionsInvisible" id="suggestions">
|
||||||
|
<ul>
|
||||||
|
<li> Kazna medijskom mogulu obnovila raspravu u Makedoniji <span class="suggestion" onclick="searchText('Kazna medijskom mogulu obnovila raspravu u Makedoniji');">apply</span></li>
|
||||||
|
<li>Član Predsjedništva BiH Komšić podnio ostavku u svojoj stranci <span class="suggestion" onclick="searchText('Član Predsjedništva BiH Komšić podnio ostavku u svojoj stranci');">apply</span></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<br/><br/>
|
||||||
|
</div>
|
||||||
|
<input id="searchInput" type="text" value="" />
|
||||||
|
<br/><br/>
|
||||||
|
<input type="button" value="search" onclick="searchHandle()" />
|
||||||
|
<br/><br/><br/><br/>
|
||||||
|
<div id="result">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user