From b23d7c4c7cee3c45649eb27445f1906bed585127 Mon Sep 17 00:00:00 2001 From: Sung Date: Tue, 5 Jan 2016 11:29:56 -0500 Subject: [PATCH 1/2] Fixed a typo and changed some words Fixed typo for twitter Changed some words to make it sound smoother. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c293d1e..ce8de02 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ This project is focusing on _wrapping_. If you want to improve natural language To make a contribution to this project, you can: - Discuss on [twitter-korean-text Google Groups](https://groups.google.com/forum/#!topic/twitter-korean-text/2YpG_BR2ZYM) / 구글 그룹스에 개설된 [twitter-korean-text](https://groups.google.com/forum/#!topic/twitter-korean-text/2YpG_BR2ZYM)에서 의견을 개진해 주세요. - Open an issue (reporting bugs, suggestion of features/improvements) / 버그를 발견하셨거나 개선점을 제안하실 경우 issue를 생성해 주시면 감사드리겠습니다. -- Creating pull request (bugfix, sample codes) / 직접 버그를 해결하셨거나, 좋은 예제코드를 작성하신 경우 pull request를 생성해 주세요. +- Creating pull request (bug fix, sample codes) / 직접 버그를 해결하셨거나, 좋은 예제코드를 작성하신 경우 pull request를 생성해 주세요. ## Note -I really appreciate to [Will Hohyon Ryu](https://github.com/nlpenguin) and Twtitter, who are making great contribution to Korean by opensourcing Korean morpheme analyzer. / 한국어의 활용능력을 극대화 할 수 있도록 형태소 분석기를 오픈소스화 해 주신 트위터와 유호현님께 에 감사의 말씀을 드립니다. +I really appreciate to [Will Hohyon Ryu](https://github.com/nlpenguin) and Twitter, who are making great contribution to Korean by open sourcing Korean morpheme analyzer. / 한국어의 활용능력을 극대화 할 수 있도록 형태소 분석기를 오픈소스화 해 주신 트위터와 유호현님께 에 감사의 말씀을 드립니다. ## Build Status [![Build status](https://ci.appveyor.com/api/projects/status/0q2fuf31ne2uehh2?svg=true)](https://ci.appveyor.com/project/modamoda/twitterkoreanprocessorcs) From 8c7199f9f4d76406882e4b666dd9be1c916d01f1 Mon Sep 17 00:00:00 2001 From: Sung Date: Tue, 5 Jan 2016 11:35:30 -0500 Subject: [PATCH 2/2] Changed from "bug fix" to "bug fixes" to make it sound smoother. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8de02..29b618a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This project is focusing on _wrapping_. If you want to improve natural language To make a contribution to this project, you can: - Discuss on [twitter-korean-text Google Groups](https://groups.google.com/forum/#!topic/twitter-korean-text/2YpG_BR2ZYM) / 구글 그룹스에 개설된 [twitter-korean-text](https://groups.google.com/forum/#!topic/twitter-korean-text/2YpG_BR2ZYM)에서 의견을 개진해 주세요. - Open an issue (reporting bugs, suggestion of features/improvements) / 버그를 발견하셨거나 개선점을 제안하실 경우 issue를 생성해 주시면 감사드리겠습니다. -- Creating pull request (bug fix, sample codes) / 직접 버그를 해결하셨거나, 좋은 예제코드를 작성하신 경우 pull request를 생성해 주세요. +- Creating pull request (bug fixes, sample codes) / 직접 버그를 해결하셨거나, 좋은 예제코드를 작성하신 경우 pull request를 생성해 주세요. ## Note I really appreciate to [Will Hohyon Ryu](https://github.com/nlpenguin) and Twitter, who are making great contribution to Korean by open sourcing Korean morpheme analyzer. / 한국어의 활용능력을 극대화 할 수 있도록 형태소 분석기를 오픈소스화 해 주신 트위터와 유호현님께 에 감사의 말씀을 드립니다.