Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 175
    • Issues 175
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Issues
  • #344

Closed
Open
Opened May 15, 2024 by Julien Moutinho@julm
  • Report abuse
  • New issue
Report abuse New issue

`stemmer` is deprecated in favor of `snowball`

The Haskell dependency stemmer, a binding to the Snowball stemming library used by gargantext for stemming with the PorterAlgorithm, is deprecated in favor of the Haskell bindings snowball:

Compared to the older stemmer package, this one:
- Correctly handles unicode without relying on the system locale
- Takes greater care to avoid memory leaks and to be thread safe
- Uses Text rather than String
- Gets rid of the need for stemWords by using rewrite rules to make map stem efficient
- Includes a more recent release of Snowball
- Attempts to comply with the Snowball licensing terms
- Supports SafeHaskell when available and is otherwise Haskell2010
- Comes with a test suite
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext#344