korean_words 1.0.3 copy "korean_words: ^1.0.3" to clipboard
korean_words: ^1.0.3 copied to clipboard

A package containing the most over 5,000 used Korean words to generate combine words. Combine count is over 5 hundred billion.

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

11
likes
40
pub points
9%
popularity

Publisher

unverified uploader

A package containing the most over 5,000 used Korean words to generate combine words. Combine count is over 5 hundred billion.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on korean_words