Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PAPADAKOS PANAGIOTIS
themis
Commits
8e2f3d17
Commit
8e2f3d17
authored
Mar 18, 2020
by
Panagiotis Papadakos
Browse files
typo
parent
65764770
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
8 deletions
+16
-8
src/main/java/gr/csd/uoc/hy463/themis/config/Config.java
src/main/java/gr/csd/uoc/hy463/themis/config/Config.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/model/S2TextualEntry.java
...in/java/gr/csd/uoc/hy463/themis/model/S2TextualEntry.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/stemmer/Stemmer.java
src/main/java/gr/csd/uoc/hy463/themis/stemmer/Stemmer.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/stemmer/StopWords.java
src/main/java/gr/csd/uoc/hy463/themis/stemmer/StopWords.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/stemmer/english/EnglishStemmer.java
.../csd/uoc/hy463/themis/stemmer/english/EnglishStemmer.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/stemmer/english/PorterStemmer.java
...r/csd/uoc/hy463/themis/stemmer/english/PorterStemmer.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/utils/Pair.java
src/main/java/gr/csd/uoc/hy463/themis/utils/Pair.java
+2
-1
src/main/java/gr/csd/uoc/hy463/themis/utils/S2JsonEntryReader.java
...java/gr/csd/uoc/hy463/themis/utils/S2JsonEntryReader.java
+2
-1
No files found.
src/main/java/gr/csd/uoc/hy463/themis/config/Config.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/model/S2TextualEntry.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/stemmer/Stemmer.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/stemmer/StopWords.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/stemmer/english/EnglishStemmer.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/stemmer/english/PorterStemmer.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/utils/Pair.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
src/main/java/gr/csd/uoc/hy463/themis/utils/S2JsonEntryReader.java
View file @
8e2f3d17
...
...
@@ -12,7 +12,8 @@
* Collaborative work with the undergraduate/graduate students of
* Information Retrieval Systems (hy463) course
* Spring Semester 2020
* of Computer Science Department
*
* Computer Science Department
* University of Crete
* http://www.csd.uoc.gr
* Greece
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment