41 lines
2.1 KiB
HTML
41 lines
2.1 KiB
HTML
<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 (Croatian 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>
|