-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autogenerated by https://github.com/spyysalo/jekyll-hook
- Loading branch information
Filip Ginter
committed
Dec 12, 2024
1 parent
14124e7
commit eb0a5f9
Showing
2 changed files
with
248 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,236 @@ | ||
<!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>AdvType</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-gd">home</a></span> | ||
|
||
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_gd/feat/AdvType.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> | ||
<style>h3 {display:block;background-color:#dfeffc}</style> | ||
|
||
<h2><code>AdvType</code>: AdvType</h2> | ||
|
||
<p>We annotate the type of the adverb because it is needed for validating predicate external complements.</p> | ||
|
||
<p>For example, the adverb in <em>Tha mi an-seo</em> ‘I am here’ is the predicate (<code class="language-plaintext highlighter-rouge">xcomp:pred</code>), but the adverb in <em>mar a bha mi an-dè</em> ‘as I was yesterday’ is simply an adverbial modifier (<code class="language-plaintext highlighter-rouge">advmod</code>) because I can be here (and I am) but I can’t be yesterday.</p> | ||
|
||
<h3 id="loc-locative-adverbs"><a name="Loc"><code class="language-plaintext highlighter-rouge">Loc</code></a>: Locative adverbs</h3> | ||
|
||
<p>These express where something happens and are tagged with XPOS <code class="language-plaintext highlighter-rouge">Rs</code> in ARCOSG. | ||
They can be predicates.</p> | ||
|
||
<h4 id="examples">Examples</h4> | ||
|
||
<ul> | ||
<li><em><b>an-seo</b></em> ‘here’</li> | ||
<li><em><b>an-sin</b></em> ‘there’</li> | ||
<li><em><b>an-siud</b></em> ‘over yonder’</li> | ||
<li><em><b>timcheall</b></em> ‘around’</li> | ||
<li><em><b>a-steach</b></em> ‘in’ (motion into)</li> | ||
<li><em><b>a-staigh</b></em> ‘in’ (already in)</li> | ||
</ul> | ||
|
||
<h3 id="tim-temporal-adverbs"><a name="Tim"><code class="language-plaintext highlighter-rouge">Tim</code></a>: Temporal adverbs</h3> | ||
|
||
<p>These express when something happens and are tagged with XPOS <code class="language-plaintext highlighter-rouge">Rt</code> in ARCOSG. | ||
They cannot be predicates.</p> | ||
|
||
<h4 id="examples-1">Examples</h4> | ||
|
||
<ul> | ||
<li><em><b>an-dràsta</b></em> ‘for now’</li> | ||
<li><em><b>a-nis</b></em> ‘now’</li> | ||
<li><em><b>an-uiridh</b></em> ‘last year’</li> | ||
<li><em><b>an-diugh</b></em> ‘today’</li> | ||
<li><em><b>fhathast</b></em> ‘yet’</li> | ||
</ul> | ||
|
||
<h3 id="man-adverbs-of-manner"><a name="Man"><code class="language-plaintext highlighter-rouge">Man</code></a>: Adverbs of manner</h3> | ||
|
||
<p>This is a bucket category for all other adverbs and are tagged with XPOS <code class="language-plaintext highlighter-rouge">Rg</code> in ARCOSG. | ||
They cannot be predicates. | ||
It will make sense to divide this category up further.</p> | ||
|
||
<h4 id="examples-2">Examples</h4> | ||
|
||
<ul> | ||
<li><em><b>cuideachd</b></em> ‘also’</li> | ||
<li><em><b>idir</b></em> ‘at all’</li> | ||
<li><em><b>cho</b></em> ‘so’</li> | ||
</ul> | ||
|
||
|
||
|
||
<!-- "in other languages" links --> | ||
<hr/> | ||
|
||
AdvType in other languages: | ||
|
||
[<a href="../../arr/feat/AdvType.html">arr</a>] | ||
|
||
[<a href="../../gn/feat/AdvType.html">gn</a>] | ||
|
||
[<a href="../../ka/feat/AdvType.html">ka</a>] | ||
|
||
[<a href="../../la/feat/AdvType.html">la</a>] | ||
|
||
[<a href="../../mdf/feat/AdvType.html">mdf</a>] | ||
|
||
[<a href="../../myv/feat/AdvType.html">myv</a>] | ||
|
||
[<a href="../../pay/feat/AdvType.html">pay</a>] | ||
|
||
[<a href="../../quc/feat/AdvType.html">quc</a>] | ||
|
||
[<a href="../../tpn/feat/AdvType.html">tpn</a>] | ||
|
||
[<a href="../../u/feat/AdvType.html">u</a>] | ||
|
||
[<a href="../../yrl/feat/AdvType.html">yrl</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'] = 'gd'; | ||
|
||
// 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">© 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters