A package containing the most over 5,000 used Korean words to generate combine words.
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);
}
Please file feature requests and bugs at the issue tracker.