Skip to content

KoreanTextMatcher 3.0

Latest
Compare
Choose a tag to compare
@bangjunyoung bangjunyoung released this 21 Aug 05:13
· 48 commits to master since this release

API 변경 사항:

  • KoreanTextMatcher.matches()List<KoreanTextMatch> 대신 Iterable<KoreanTextMatch>를 리턴하도록 변경(#1).
  • KoreanChar.xxxCompatibilityChoseong()KoreanChar.xxxCompatChoseong()으로 이름 줄임(#2).

기타 개선점:

  • Gradle 기반 빌드 지원
  • API 레퍼런스를 전면 수정하고 미리 생성한 Javadoc 문서 제공
  • JDK 8/11/12에서 테스트됨