Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
150
Issues
150
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
0143f243
Commit
0143f243
authored
Oct 14, 2024
by
Alfredo Di Napoli
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix step1c again
parent
43901901
Pipeline
#6831
failed with stages
in 53 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GargPorter.hs
...rgantext/Core/Text/Terms/Mono/Stem/Internal/GargPorter.hs
+1
-1
No files found.
src/Gargantext/Core/Text/Terms/Mono/Stem/Internal/GargPorter.hs
View file @
0143f243
...
...
@@ -127,7 +127,7 @@ step1b = either identity afterStep1b . beforeStep1b
step1c
::
[
Char
]
->
[
Char
]
step1c
word
|
length
word
>
2
&&
List
.
last
word
==
'y'
&&
isConsonant
word
(
List
.
length
word
-
2
)
=
fromMaybe
word
$
replaceEnd
containsVowel
word
"y"
"i"
=
List
.
init
word
<>
"i"
|
otherwise
=
word
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
84a773b4
·
Oct 16, 2024
mentioned in commit
84a773b4
mentioned in commit 84a773b4b001adde02d6543c0ed7d16acd289079
Toggle commit list
Przemyslaw Kaminski
@cgenie
mentioned in commit
83c8708f
·
Nov 07, 2024
mentioned in commit
83c8708f
mentioned in commit 83c8708f08e563243a0ff361e51a46c7d7822bb7
Toggle commit list
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