Skip to content

Commit

Permalink
Update the documentation to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vukbatanovic committed Feb 24, 2018
1 parent 8371bbd commit 6b448c0
Show file tree
Hide file tree
Showing 42 changed files with 129 additions and 100 deletions.
12 changes: 6 additions & 6 deletions Description.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
PackageName=SCStemmers

# Version (required)
Version=1.0.0
Version=1.1.0

# Date
Date=2016-02-15
Date=2018-02-24

# Title (required)
Title=A collection of stemmers for Serbian and Croatian.

Category=Preprocessing

# Author (required)
Author=Vuk Batanovic <bv115045p@student.etf.bg.ac.rs>
Author=Vuk Batanovic <vuk.batanovic@student.etf.bg.ac.rs>

# Maintainer (required)
Maintainer=Vuk Batanovic <bv115045p@student.etf.bg.ac.rs>
Maintainer=Vuk Batanovic <vuk.batanovic@student.etf.bg.ac.rs>

# License (required)
License=GPL 3.0

# Description (required)
Description=This package contains Java implementations of three previously published stemmers for Serbian - two of them by Keselj and Sipka, one by Milosevic - and one for Croatian by Ljubesic and Pandzic. All stemmers require the input text to be in UTF-8. The stemmers for Serbian accept text in both the Cyrillic and Latin scripts as input, and give the output in the Latin script. The stemmer for Croatian works only with texts in the Latin script. Performance comparisons between the stemmers (on the task of sentiment analysis) can be found in the paper "Reliable Baselines for Sentiment Analysis in Resource-Limited Languages: The Serbian Movie Review Dataset," Vuk Batanovic, Bosko Nikolic, Milan Milosavljevic, in Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC 2016), pp. 2688-2696, Portoroz, Slovenia (2016). See the webpage for the list of reference papers and more information.
Description=This package contains Java implementations of three previously published stemmers for Serbian - two of them by Keselj and Sipka, one by Milosevic - and one for Croatian by Ljubesic and Pandzic. All stemmers require the input text to be in UTF-8. The stemmers accept text in both the Cyrillic and Latin scripts as input, and give the output in the Latin script. Performance comparisons between the stemmers (on the task of sentiment analysis) can be found in the paper "Reliable Baselines for Sentiment Analysis in Resource-Limited Languages: The Serbian Movie Review Dataset," Vuk Batanovic, Bosko Nikolic, Milan Milosavljevic, in Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC 2016), pp. 2688-2696, Portoroz, Slovenia (2016). See the webpage for the list of reference papers and more information.

# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/vukbatanovic/SCStemmers/releases/download/v1.0.0/SCStemmers_1.0.0.zip
PackageURL=https://github.com/vukbatanovic/SCStemmers/releases/download/v1.1.0/SCStemmers_1.1.0.zip

# URL for further information
URL=https://github.com/vukbatanovic/SCStemmers/
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ This package is a Java reimplementation of four previously published stemming al
## Text Encoding
All stemmers expect the input text to be formatted in UTF-8. Their outputs are also UTF-8 encoded.

Since Serbian is a digraphic language the input texts can be in either the Cyrillic or the Latin script. The stemmer for Croatian works only with texts in the Latin script.

For the sake of consistency all stemmers produce output in the Latin script.
Since Serbian is a digraphic language the input texts can be in either the Cyrillic or the Latin script. All stemmers produce output in the Latin script.

### Dual1 Coding System
The stemmers for Serbian internally use the so-called *dual1* coding system in which only the Latin script characters without diacritical marks are allowed.
Expand Down Expand Up @@ -38,7 +36,7 @@ public void stemFile (String fileInput, String fileOutput)
```

### Command-line interface
The supplied [SCStemmers.jar](https://github.com/vukbatanovic/SCStemmers/releases/download/v1.0.0/SCStemmers.jar) file makes it possible to stem the contents of textual files using the command line. Stemmers from the SCStemmers package can be invoked by the following command:
The supplied [SCStemmers.jar](https://github.com/vukbatanovic/SCStemmers/releases/download/v1.1.0/SCStemmers.jar) file makes it possible to stem the contents of textual files using the command line. Stemmers from the SCStemmers package can be invoked by the following command:
```
java -jar SCStemmers.jar StemmerID InputFile OutputFile
```
Expand All @@ -52,7 +50,7 @@ where *StemmerID* is a number identifying the stemming algorithm:

### Weka
Alternatively, the stemmers can be utilized as an unofficial plug-in module within Weka (Waikato Environment for Knowledge Analysis).
To do so, download the [SCStemmers Weka package](https://github.com/vukbatanovic/SCStemmers/releases/download/v1.0.0/SCStemmers_1.0.0.zip).
To do so, download the [SCStemmers Weka package](https://github.com/vukbatanovic/SCStemmers/releases/download/v1.1.0/SCStemmers_1.1.0.zip).
Open the Weka package manager (available in Weka >= 3.7) and use the "Unofficial - File/URL" option to select and install SCStemmers.
After restarting Weka, the list of available stemmers (within the StringToWordVector filter) will also contain the four stemmers from this package.

Expand Down
4 changes: 2 additions & 2 deletions doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>All Classes</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>All Classes</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Constant Field Values</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Deprecated List</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>API Help</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 6 additions & 2 deletions doc/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>C-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -78,6 +78,10 @@ <h2 class="title">C</h2>
<dd>
<div class="block">Kapitalizuje slogotvorno R u zadatoj reči, ako postoji</div>
</dd>
<dt><span class="memberNameLink"><a href="../weka/core/stemmers/LjubesicPandzicStemmer.html#convertCyrillicToLatinCharacter-char-">convertCyrillicToLatinCharacter(char)</a></span> - Method in class weka.core.stemmers.<a href="../weka/core/stemmers/LjubesicPandzicStemmer.html" title="class in weka.core.stemmers">LjubesicPandzicStemmer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../weka/core/stemmers/LjubesicPandzicStemmer.html#convertCyrillicToLatinString-java.lang.String-">convertCyrillicToLatinString(String)</a></span> - Method in class weka.core.stemmers.<a href="../weka/core/stemmers/LjubesicPandzicStemmer.html" title="class in weka.core.stemmers">LjubesicPandzicStemmer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../weka/core/stemmers/KeseljSipkaStemmer.html#convertToDual1Character-int-char-">convertToDual1Character(int, char)</a></span> - Method in class weka.core.stemmers.<a href="../weka/core/stemmers/KeseljSipkaStemmer.html" title="class in weka.core.stemmers">KeseljSipkaStemmer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../weka/core/stemmers/MilosevicStemmer.html#convertToDual1Character-int-char-">convertToDual1Character(int, char)</a></span> - Method in class weka.core.stemmers.<a href="../weka/core/stemmers/MilosevicStemmer.html" title="class in weka.core.stemmers">MilosevicStemmer</a></dt>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>R-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>S-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>T-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>V-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>W-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>D-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>G-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>H-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>I-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-6.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>K-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>L-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-8.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>M-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/index-files/index-9.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>P-Index</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
13 changes: 7 additions & 6 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
targetPage = "undefined";
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
tmpTargetPage = tmpTargetPage.substring(1);
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
tmpTargetPage = "undefined";
targetPage = tmpTargetPage;
function validURL(url) {
try {
url = decodeURIComponent(url);
Expand Down
4 changes: 2 additions & 2 deletions doc/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Class Hierarchy</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/serialized-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Serialized Form</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/weka/core/stemmers/KeseljSipkaStemmer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>KeseljSipkaStemmer</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions doc/weka/core/stemmers/KeseljSipkaStemmerGreedy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Fri Jun 10 13:36:18 CEST 2016 -->
<!-- Generated by javadoc (1.8.0_144) on Sat Feb 24 05:19:17 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>KeseljSipkaStemmerGreedy</title>
<meta name="date" content="2016-06-10">
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
Loading

0 comments on commit 6b448c0

Please sign in to comment.