File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
* To use PyKomoran, the following requirements must be installed
21
21
* Java 8+ JDK Environment
22
+ * We recommend you use OracleJDK / OpenJDK.
22
23
* Python 3.4+
23
24
* We recommend you use Python 3.4 or higher.
24
25
* [ Py4J] ( https://www.py4j.org/install.html ) , 0.10 (or higher)
50
51
51
52
``` python
52
53
from PyKomoran import *
53
- komoran = Komoran(DEFAULT_MODEL [ ' LIGHT ' ] )
54
+ komoran = Komoran(" STABLE " )
54
55
```
55
56
56
57
* After then, run analyzing method.
Original file line number Diff line number Diff line change 19
19
20
20
* PyKomoran을 이용하기 위해서는 다음의 요구사항이 설치되어 있어야 합니다.
21
21
* Java 8 이상의 JDK 환경
22
+ * OracleJDK 또는 OpenJDK를 권장합니다.
22
23
* Python 3.4 이상
23
24
* Python 3.4 이상을 지원합니다.
24
25
* [ Py4J] ( https://www.py4j.org/install.html ) , 0.10 이상
50
51
51
52
``` python
52
53
from PyKomoran import *
53
- komoran = Komoran(DEFAULT_MODEL [ ' LIGHT ' ] )
54
+ komoran = Komoran(" STABLE " )
54
55
```
55
56
56
57
* 분석 메소드를 이용하여 문장을 분석합니다.
Original file line number Diff line number Diff line change 2
2
3
3
## 소개
4
4
5
- https://docs .komoran.kr
5
+ [ https://pydocs .komoran.kr ] ( https://pydocs.komoran.kr )
6
6
7
- * 이 저장소는 [ KOMORAN 문서와 튜토리얼 등을 위한 정적 사이트(Static site)] ( https://docs .komoran.kr ) 를 생성/관리하기 위해 만들었습니다.
7
+ * 이 저장소는 [ KOMORAN 문서와 튜토리얼 등을 위한 정적 사이트(Static site)] ( https://pydocs .komoran.kr ) 를 생성/관리하기 위해 만들었습니다.
8
8
* [ Sphinx] ( http://www.sphinx-doc.org/en/master/ ) 과 [ GitHub Pages] ( https://pages.github.com/ ) 를 이용하고 있습니다.
9
9
10
10
## 실행하기
@@ -17,11 +17,12 @@ https://docs.komoran.kr
17
17
* pip (for Python 3.x)
18
18
19
19
### 저장소 복제
20
+
20
21
먼저 저장소를 복제합니다. Git 사용법은 [ 여기] ( https://git-scm.com/book/ko/ ) 를 참고해주시기 바랍니다.
21
22
22
23
``` sh
23
- git clone https://github.com/shineware/KOMORANDocs
24
- cd docs
24
+ git clone https://github.com/shineware/PyKOMORAN
25
+ cd PyKOMORAN/ docs
25
26
```
26
27
27
28
### 의존성 설치
You can’t perform that action at this time.
0 commit comments