Skip to content

Hans1208/korean_words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korean_words

A package containing the most over 5,000 used Korean words to generate combine words.

Usage

Generating 5 interesting word combinations:

wordCount 1 : just noun. wordCount 2 : noun with adjective. wordCount 3 : noun with adjective and verb. wordCount 4 : noun with adjective, verb and adverb.

import 'package:korean_words/korean_words.dart';

main() {
    generateKoreanWords(wordCount: 3).take(5).forEach(print);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Inspired project

https://github.com/filiph/english_words

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%