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

Ft/Swahili language support #6

Draft
wants to merge 2 commits into
base: cfa-main-1
Choose a base branch
from

Conversation

m453h
Copy link

@m453h m453h commented Mar 27, 2025

This PR introduces support for the Swahili language, enabling the following features:

  1. Sentence Parsing: Breaks each story into individual sentences, which are then stored in the story_sentences table.
  2. Text Processing: Includes tokenization, stemming, and stop word removal, which are utilized for word counting, providing data for various word-counting API endpoints.

Addresses: #5

@m453h m453h self-assigned this Mar 27, 2025
@m453h
Copy link
Author

m453h commented Mar 27, 2025

While these changes adheres to the instructions for adding support for a particular language, it will be left in draft until we confirm that everything works as intended

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

Successfully merging this pull request may close these issues.

1 participant