Skip to content

Commit

Permalink
저장소 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
9bow committed Mar 30, 2019
1 parent 17d1cc3 commit 8571384
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* PyKOMORAN is Python wrapper project for [KOMORAN, KOrean MORphical ANalyzer](https://github.com/shin285/KOMORAN).
* PyKOMORAN is using [Py4J](https://github.com/bartdag/py4j) for wrapping [KOMORAN Java library](https://github.com/shin285/KOMORAN).
* If you have any issue or question, please leave an issue on [PyKOMORAN Project](https://github.com/komoran/PyKOMORAN/issues).
* If you have any issue or question, please leave an issue on [PyKOMORAN Project](https://github.com/shineware/PyKOMORAN/issues).

## Installation

Expand All @@ -30,7 +30,7 @@
* Or, just clone this repository and copy for use.

```sh
git clone https://github.com/komoran/PyKOMORAN
git clone https://github.com/shineware/PyKOMORAN
cp -r PyKOMORAN/python/PyKomoran [DEST_LOCATION_TO_YOUR_PROJECT]
```

Expand Down Expand Up @@ -67,4 +67,4 @@

* We're always happy to receive any contributions including code, bug reports and documentation fixes.
* Please visit our [Website](https://www.shineware.co.kr/products/komoran/#demo?utm_source=GitHub&utm_medium=Referral&utm_campaign=PyKomoran) and/or [Project Organization at GitHub](https://github.com/komoran) for more information.
* Or, if you have any necessary features or suggestion? Please leave your idea on [Request to add new feature](https://github.com/komoran/PyKOMORAN/issues/new?template=FEATURE_REQUEST.md)
* Or, if you have any necessary features or suggestion? Please leave your idea on [Request to add new feature](https://github.com/shineware/PyKOMORAN/issues/new?template=FEATURE_REQUEST.md)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* PyKOMORAN은 Python에서 한국어 형태소 분석기인 [KOMORAN](https://github.com/shin285/KOMORAN)을 사용할 수 있도록 하는 프로젝트입니다.
* PyKOMORAN은 [Py4J](https://github.com/bartdag/py4j)를 이용하여 [KOMORAN Java Library](https://github.com/shin285/KOMORAN)를 실행합니다.
* 사용 중 이슈나 질문이 있다면 [PyKOMORAN 프로젝트](https://github.com/komoran/PyKOMORAN/issues)에 이슈를 남겨주세요.
* 사용 중 이슈나 질문이 있다면 [PyKOMORAN 프로젝트](https://github.com/shineware/PyKOMORAN/issues)에 이슈를 남겨주세요.

## 설치

Expand All @@ -30,7 +30,7 @@
* 또는, 소스코드를 다운로드받아 설치할 수 있습니다.

```sh
git clone https://github.com/komoran/PyKOMORAN
git clone https://github.com/shineware/PyKOMORAN
cp -r PyKOMORAN/python/PyKomoran [사용하실 PROJECT 위치]
```

Expand Down Expand Up @@ -68,4 +68,4 @@

* 소스 코드나 버그 리포트, 문서 내의 오타 수정 등 어떠한 기여도 환영합니다.
* [Komoran Website](https://www.shineware.co.kr/products/komoran/#demo?utm_source=GitHub&utm_medium=Referral&utm_campaign=PyKomoran) 또는 [KOMORAN GitHub 페이지](https://github.com/komoran)를 참고해주세요!
* 또는, 필요한 기능이나 제안이 있으신가요? [기능 추가 요청](https://github.com/komoran/PyKOMORAN/issues/new?template=FEATURE_REQUEST.md)을 남겨주세요!
* 또는, 필요한 기능이나 제안이 있으신가요? [기능 추가 요청](https://github.com/shineware/PyKOMORAN/issues/new?template=FEATURE_REQUEST.md)을 남겨주세요!
2 changes: 1 addition & 1 deletion python/PyKomoran/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
__author_email__ = '[email protected]'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2019 Junghwan Park'
__download_url__ = 'https://github.com/komoran/PyKOMORAN/releases/download/{0}/PyKomoran-{0}.tar.gz'.format(__version__)
__download_url__ = 'https://github.com/shineware/PyKOMORAN/releases/download/{0}/PyKomoran-{0}.tar.gz'.format(__version__)
__keywords__ = 'KOMORAN, PyKomoran, KOrean MORphical ANalyzer, Morph Analyzer',
6 changes: 3 additions & 3 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* PyKOMORAN is Python wrapper project for [KOMORAN, KOrean MORphical ANalyzer](https://github.com/shin285/KOMORAN).
* PyKOMORAN is using [Py4J](https://github.com/bartdag/py4j) for wrapping [KOMORAN Java library](https://github.com/shin285/KOMORAN).
* If you have any issue or question, please leave an issue on [PyKOMORAN Project](https://github.com/komoran/PyKOMORAN/issues).
* If you have any issue or question, please leave an issue on [PyKOMORAN Project](https://github.com/shineware/PyKOMORAN/issues).

## Installation

Expand All @@ -28,7 +28,7 @@
* Or, just clone this repository and copy for use.

```bash
git clone https://github.com/komoran/PyKOMORAN
git clone https://github.com/shineware/PyKOMORAN
cp -r PyKOMORAN/python/PyKomoran [DEST_LOCATION_TO_YOUR_PROJECT]
```

Expand Down Expand Up @@ -65,4 +65,4 @@

* We're always happy to receive any contributions including code, bug reports and documentation fixes.
* Please visit our [Website](https://www.shineware.co.kr/products/komoran/#demo?utm_source=GitHub&utm_medium=Referral&utm_campaign=PyKomoran) and/or [Project Organization at GitHub](https://github.com/komoran) for more information.
* Or, if you have any necessary features or suggestion? Please leave your idea on [Request to add new feature](https://github.com/komoran/PyKOMORAN/issues/new?template=FEATURE_REQUEST.md)
* Or, if you have any necessary features or suggestion? Please leave your idea on [Request to add new feature](https://github.com/shineware/PyKOMORAN/issues/new?template=FEATURE_REQUEST.md)

0 comments on commit 8571384

Please sign in to comment.