Skip to content

maksimKorzh/korean-vocabulary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korean vocabulary from any text

Generates an interactive Korean to English vocabulary
from any Korean text using python, konlpy & Datatables.

YouTube tutorial on how to code this project:

IMAGE ALT TEXT HERE

Example auto generated vocabularies output here:

5000+ Most commonly used Koren words
12 grammar points sentence by Talk To Me In Korean
A very long Korean sentence by Talk To Me In Korean
Vocab from emails

Every vocabulary is a static HTML web page that you can
open in the browser on whatever device!

How to use it

  1. Download source code
  2. Install dependencies:
    • pip install requests
    • pip install bs4
    • pip install lxml
    • pip install Jinja2
    • pip install konlpy
  3. Copy/paste Korean text to "korean.txt"
  4. Run "python vocabulary.py"
  5. See "html/vocabulary.html" for output

HAPPY KOREAN LEARNING!

About

Auto generate Korean to English dictionary with part of speech markers and conjugations from any Korean text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published