Skip to content

Commit

Permalink
Merge pull request #52 from shineware/PyKOMORAN-50
Browse files Browse the repository at this point in the history
README 내의 모델명 수정
  • Loading branch information
9bow authored May 14, 2019
2 parents 4b24cc3 + d6d0a67 commit 3b1a5e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

* To use PyKomoran, the following requirements must be installed
* Java 8+ JDK Environment
* We recommend you use OracleJDK / OpenJDK.
* Python 3.4+
* We recommend you use Python 3.4 or higher.
* [Py4J](https://www.py4j.org/install.html), 0.10 (or higher)
Expand Down Expand Up @@ -50,7 +51,7 @@

```python
from PyKomoran import *
komoran = Komoran(DEFAULT_MODEL['LIGHT'])
komoran = Komoran("STABLE")
```

* After then, run analyzing method.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

* PyKomoran을 이용하기 위해서는 다음의 요구사항이 설치되어 있어야 합니다.
* Java 8 이상의 JDK 환경
* OracleJDK 또는 OpenJDK를 권장합니다.
* Python 3.4 이상
* Python 3.4 이상을 지원합니다.
* [Py4J](https://www.py4j.org/install.html), 0.10 이상
Expand Down Expand Up @@ -50,7 +51,7 @@

```python
from PyKomoran import *
komoran = Komoran(DEFAULT_MODEL['LIGHT'])
komoran = Komoran("STABLE")
```

* 분석 메소드를 이용하여 문장을 분석합니다.
Expand Down
9 changes: 5 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 소개

https://docs.komoran.kr
[https://pydocs.komoran.kr](https://pydocs.komoran.kr)

* 이 저장소는 [KOMORAN 문서와 튜토리얼 등을 위한 정적 사이트(Static site)](https://docs.komoran.kr)를 생성/관리하기 위해 만들었습니다.
* 이 저장소는 [KOMORAN 문서와 튜토리얼 등을 위한 정적 사이트(Static site)](https://pydocs.komoran.kr)를 생성/관리하기 위해 만들었습니다.
* [Sphinx](http://www.sphinx-doc.org/en/master/)[GitHub Pages](https://pages.github.com/)를 이용하고 있습니다.

## 실행하기
Expand All @@ -17,11 +17,12 @@ https://docs.komoran.kr
* pip (for Python 3.x)

### 저장소 복제

먼저 저장소를 복제합니다. Git 사용법은 [여기](https://git-scm.com/book/ko/)를 참고해주시기 바랍니다.

```sh
git clone https://github.com/shineware/KOMORANDocs
cd docs
git clone https://github.com/shineware/PyKOMORAN
cd PyKOMORAN/docs
```

### 의존성 설치
Expand Down

0 comments on commit 3b1a5e7

Please sign in to comment.