Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
python Korean NLP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
최민정
python Korean NLP
Commits
2292f62c
Commit
2292f62c
authored
7 years ago
by
SWCHOI
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
0f869b67
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-16
16 additions, 16 deletions
README.md
with
16 additions
and
16 deletions
README.md
+
16
−
16
View file @
2292f62c
...
@@ -49,31 +49,31 @@
...
@@ -49,31 +49,31 @@
> ```
> ```
##### ※ pip설치하기 ※
>
##### ※ pip설치하기 ※
1.
easy install을 설치하기
<br>
>
1. easy install을 설치하기<br>
[
easy install
](
https://bootstrap.pypa.io/ez_setup.py
)
을 우클릭하여 py script를 다른이름으로 저장한다
>
[easy install](https://bootstrap.pypa.io/ez_setup.py)을 우클릭하여 py script를 다른이름으로 저장한다
cmd창에서 저장한 공간으로 이동한다
cmd창에서 저장한 공간으로 이동한다
```
>
```
> python ez_setup.py build
>
> python ez_setup.py build
> python ez_setup.py instll
>
> python ez_setup.py instll
```
>
```
2.
pip 설치 (단, python/script폴더가 환경변수의 PATH에 등록이 되어야한다)
>
2. pip 설치 (단, python/script폴더가 환경변수의 PATH에 등록이 되어야한다)
```
>
```
> easy_install pip
>
> easy_install pip
```
>
```
# Soynlp Installation
>
# Soynlp Installation
1.
명령 프롬프트로 Soynlp 설치하기
>
1. 명령 프롬프트로 Soynlp 설치하기
(단, Soynlp도 konlpy와 마찬가지로 pip설치 이후에 사용해야한다)
(단, Soynlp도 konlpy와 마찬가지로 pip설치 이후에 사용해야한다)
```
>
```
> pip install soynlp
>
> pip install soynlp
```
>
```
<br>
<br>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment