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

Expand 4cat to other languages (Finnish) #470

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Conversation

anitabraida
Copy link

These are the changes proposed in this pull request:

Wordlists added:

  1. Finnish hatespeech wordlist (no offensiveness scores available)
  2. Finnish wordlist with common vocabulary

Processors changed:

  1. lexical_filter. Added Finnish hatespeech, introduced choice for the user to select the language. If the language selected is a highly inflected one (in this case, Finnish), it gives the user the option to choose between exact word match (present previously) and subword match (added in this pull request).
  2. wikipedia_network. Added the option to find Wikipedia links in a Finnish language dataset.
  3. neologisms. Added the Finnish wordlist with common vocabulary. The user has now the option to choose either English (default) or Finnish as the language. Pipeline changed accordingly.
  4. tokenise. Added Finnish wordlist with common vocabulary for the filter. Added a lemmatization option for Finnish (uses SpaCy).
  5. similar_words (presets). Included additional information.

In the setup, SpaCy is included again to allow for lemmatization on Finnish text.

anitabraida and others added 30 commits September 13, 2024 12:13
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