added plugin for search in WordNet

This commit is contained in:
krangelov
2020-01-24 18:22:00 +01:00
parent 4b67949d36
commit 65024a0a55
2 changed files with 129 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
<link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO">
<link rel="stylesheet" type="text/css" href="../minibar/minibar.css">
<link rel="stylesheet" type="text/css" href="../syntax-editor/editor.css">
<link rel="stylesheet" type="text/css" href="https://www.grammaticalframework.org/wordnet/gf-wordnet.css">
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
@@ -60,5 +62,21 @@ HTML
<script type="text/javascript" src="../syntax-editor/ast.js"></script>
<script type="text/javascript" src="../syntax-editor/editor_menu.js"></script>
<script type="text/javascript" src="../syntax-editor/editor.js"></script>
<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/gf-wordnet.js"></script>
<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/tsnejs.js"></script>
<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/wordcloud2.js"></script>
<div id="search_popup" class="search_popup">
<table id="domains" class="selector">
<thead></thead>
<tbody></tbody>
</table>
<table id="result" class="result">
<thead></thead>
<tbody></tbody>
<tfoot></tfoot>
</table>
</div>
</body>
</html>