Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add French language pack #439

Open
augnustin opened this issue May 14, 2024 · 2 comments
Open

Add French language pack #439

augnustin opened this issue May 14, 2024 · 2 comments

Comments

@augnustin
Copy link

What a wonderful lib!

We are currently using it and it works very well!

The text we are currently indexing is in french. It seems like there is no dedicated language pack.

Let's start one?

@drzraf
Copy link

drzraf commented Aug 7, 2024

Stopwords are easy to find:
Eg: https://github.com/explosion/spaCy/blob/master/spacy/lang/fr/stop_words.py

But for the stemmer, stripping a suffix from a dict is to simple of an heuristic (even the matcher isn't up to the task).
The code should accept a function instead of an object. Here are a couple of implementations of the Snowball French stemmer:

@proceau
Copy link

proceau commented Sep 2, 2024

I hope this message finds you well. I am reaching out to see if anyone has experience or insights on how to integrate the French language into FlexSearch. I am currently exploring options and would appreciate any guidance or resources you might have.

Thank you in advance for your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants