korean_levenshtein 0.0.1 korean_levenshtein: ^0.0.1 copied to clipboard
Calculates similarity between two Korean strings using Levenshtein distance with decomposed phonemes, improving accuracy. 자모음 분리 및 초/종/중성 가중치 적용을 통해 두 한글 문자열 사이의 유사도를 정확하게 측정하는 패키지.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add korean_levenshtein
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
korean_levenshtein: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:korean_levenshtein/korean_levenshtein.dart';