prepareResources method
override
Prepare text segmentation tools and other dependencies necessary for this langauge to function.
Implementation
@override
Future<void> prepareResources() async {
await mecab.init('assets/language/japanese/ipadic', true);
}