Last updated:
0 purchases
korean words
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);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
Inspired project #
https://github.com/filiph/english_words
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.