Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ginter committed Dec 15, 2024
1 parent 90e7189 commit a95650f
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 0 deletions.
187 changes: 187 additions & 0 deletions ka/dep/advmod-tmod.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>advmod:tmod</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->


</head>
<body>
<div id="main" class="center">

<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-ka">home</a></span>

<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_ka/dep/advmod-tmod.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>

<hr/>


<div class="v2complete">
This page pertains to UD version 2.
</div>


<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>

<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2><code>advmod:tmod</code>: temporal adverbial modifier</h2>

<p>A temporal adverbial modifier is a subtype of the <code class="language-plaintext highlighter-rouge">advmod</code> relation: if the modifier is specifying a location in time. E.g.</p>

<pre><code class="language-sdparse">გუშინ მოვიდა. /n 'He came yesterday.'
advmod:tmod(მოვიდა, გუშინ)
</code></pre>
<!-- Interlanguage links updated Po 11. listopadu 2024, 20:10:22 CET -->


<!-- "in other languages" links -->
<hr/>

advmod:tmod in other languages:

[<a href="../../apu/dep/advmod-tmod.html">apu</a>]

[<a href="../../it/dep/advmod-tmod.html">it</a>]

[<a href="../../koi/dep/advmod-tmod.html">koi</a>]

[<a href="../../kpv/dep/advmod-tmod.html">kpv</a>]

[<a href="../../la/dep/advmod-tmod.html">la</a>]

[<a href="../../mdf/dep/advmod-tmod.html">mdf</a>]

[<a href="../../myv/dep/advmod-tmod.html">myv</a>]

[<a href="../../ro/dep/advmod-tmod.html">ro</a>]

[<a href="../../sms/dep/advmod-tmod.html">sms</a>]



</div>

<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)

// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',

// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',

// Annodoc
root + 'lib/annodoc/annodoc.js',

// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);

var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];

var setupTimeago = function() {
jQuery("time.timeago").timeago();
};

head.ready(function() {
setupTimeago();

// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = 'ka';

// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>


<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');

</script>


<div id="footer">
<p class="footer-text">&copy; 2014–2024
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
4 changes: 4 additions & 0 deletions lib/local/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -8668,6 +8668,10 @@ var Collections = (function(window, undefined) {
"title": "advmod:lmod",
"url": "/ka/dep/advmod-lmod.html",
},
{
"title": "advmod:tmod",
"url": "/ka/dep/advmod-tmod.html",
},
{
"title": "advmod",
"url": "/ka/dep/advmod.html",
Expand Down

0 comments on commit a95650f

Please sign in to comment.