Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1ed27fa 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 29, 2023
1 parent 72bb049 commit 2006815
Show file tree
Hide file tree
Showing 167 changed files with 75,001 additions and 0 deletions.
66 changes: 66 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/favicon.ico">
<title>Page not found - Snowball</title>
<link href="https://cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="/styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>

<body>

<!-- Static navbar -->
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="pull-left"><img src="/snub-dodecahedron.gif" alt="Snowball Logo" style="margin: 4px; height: 42px;"></a>
<a class="navbar-brand" href="/">Snowball</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="/credits.html">Credits</a></li>
</ul>
<span id="forkongithub"><a href="https://github.com/snowballstem/snowball">Fork me on GitHub</a></span>
</div><!--/.nav-collapse -->
</div>
</nav>

<div class="container">
<div class="row">
<div class="col-md-2">

</div>
<div class="col-md-10">
<h1>Page not found</h1>

</div><!-- /.col-md-10 -->
</div><!-- /.row -->
</div><!-- /.container -->

<div class="container">
<footer class="footer">
<p>
<a href="/lists.html">Write to our mailing list</a> if you have comments or questions about the project.
</p>
</footer>
</div> <!-- /container -->
<script src="https://cdn.jsdelivr.net/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
snowballstem.org
495 changes: 495 additions & 0 deletions algorithms/armenian/stemmer.html

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions algorithms/armenian/stemmer.tt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
[% header('Armenian stemming algorithm') %]

<h2>Links to resources</h2>

<ul>
[% algorithm_lis('armenian', 'Armenian') %]
</ul>

[% algorithm_vocab([11, 'աղոթում', 'բանաձևեր']) %]

<p>
This stemmer for Armenian was developed and contributed by Astghik Mkrtchyan.
</p>

<p>
The following characters are vowels for the purposes of this algorithm:

<dl><dd>
&#x561; &#x567; &#x56B; &#x585; &#x582; &#x565; &#x578; &#x568;
</dl>

<p>
<I>R</I>2 is the region after the first non-vowel following a vowel after the
first non-vowel following a vowel, or the end of the word if there is no such
non-vowel.
</p>

<p>
<I>RV</I> has the same definition as in the
<A HREF="../spanish/stemmer.html">Spanish stemmer</A>.
</p>

<p>
The algorithm has a fairly simple structure which only removes suffixes. There
are four steps, applied in turn:
</p>

<ul>
<li> an "ending" is removed, if one is found in <i>R</i>2,</li>
<li> a verb suffix is removed, if one is found in <i>RV</i>,</li>
<li> an adjective suffix is removed, if one is found in <i>RV</i>,</li>
<li> a noun suffix is removed, if one is found in <i>RV</i>.</li>
</ul>

<p>
See the Snowball implementation of the stemmer below for the lists of suffixes
each step checks for.
</p>

<h2>The full algorithm in Snowball</h2>

[% highlight_file('armenian') %]

[% footer %]
317 changes: 317 additions & 0 deletions algorithms/basque/stemmer.html

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions algorithms/basque/stemmer.tt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[% header('Basque stemming algorithm') %]

<h2>Links to resources</h2>

<ul>
[% algorithm_lis('basque', 'Basque') %]
</ul>

[% algorithm_vocab([12, 'barrutiaren', 'museoak']) %]

<p>
The following letters are vowels:
</p>

<DL><DD>
<B><I>a &nbsp; e &nbsp; i &nbsp; o &nbsp; u</I></B>
</DL>


<h2>The stemming algorithm</h2>

[% highlight_file('basque') %]

[% footer %]
Binary file added algorithms/basque/tarball.tgz
Binary file not shown.
379 changes: 379 additions & 0 deletions algorithms/catalan/stemmer.html

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions algorithms/catalan/stemmer.tt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[% header('Catalan stemming algorithm') %]

<h2>Links to resources</h2>

<ul>
<li> <A HREF="/algorithms/romance.html"> Romance language stemmers</A>
[% algorithm_lis('catalan', 'Catalan') %]
</ul>

[% algorithm_vocab([12, 'abatuda', 'gore']) %]

<p>
Letters in Catalan include the following accented forms,
</p>

<DL><DD>
<B><I>á &nbsp; é &nbsp; í &nbsp; ó &nbsp; ú &nbsp; à &nbsp; è &nbsp; ì &nbsp; ò &nbsp; ù &nbsp; ü &nbsp; ï</I></B>
</DL>

<p>
The following letters are vowels:
</p>

<DL><DD>
<B><I>a &nbsp; e &nbsp; i &nbsp; o &nbsp; u &nbsp; á &nbsp; é &nbsp; í &nbsp; ó &nbsp; ú &nbsp; ü &nbsp; ï</I></B>
</DL>


<h2>The stemming algorithm</h2>

[% highlight_file('catalan') %]

[% footer %]
Binary file added algorithms/catalan/tarball.tgz
Binary file not shown.
Loading

0 comments on commit 2006815

Please sign in to comment.