Skip to content

ebadi/kelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇸🇪 Common Swedish Words and Conversations

This project provides tools to work with frequency-based Swedish vocabulary lists and generate example conversations using them. This project uses the Swedish Kelly-list, a free resource from Språkbanken (University of Gothenburg) containing modern Swedish words ordered by frequency of use.

Features

  • Word List Generation printable.py: Creates a frequency-ordered word list ready for printing. Example output: print.txt

  • Conversation Prompt Builder prompt.py: Groups words into prompts for use with Large Language Models (LLMs) to generate example conversations. Example output: prompt.md

To reproduce:

git clone https://github.com/ebadi/kelly.git
cd kelly
python3 printable.py > print.txt
python3 prompt.py > prompt.md

License

This project is licensed under the LGPL-3.0 license.

About

The Swedish Kelly-list parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages