`Stream<KoreanTextMatch> streamMatches(String text)`와 같은 API를 만들고 ```java matcher.streamMatches(text) .filter(m -> m.length() > 3) .findFirst(); ``` 처럼 쓸 수 있게 구현하기.
Stream<KoreanTextMatch> streamMatches(String text)와 같은 API를 만들고처럼 쓸 수 있게 구현하기.