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
13d20137
Commit
13d20137
authored
7 years ago
by
SWCHOI
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
585bc53d
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
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
13d20137
...
@@ -98,19 +98,19 @@ cmd창에서 저장한 공간으로 이동한다
...
@@ -98,19 +98,19 @@ cmd창에서 저장한 공간으로 이동한다
> __Soynlp__에서는 품사 태깅의 기능은 없으나 토큰화를 전문적으로 하는 __tokenizer__가 "tokenizer" 패키지 안에 정의되어 있습니다.
> __Soynlp__에서는 품사 태깅의 기능은 없으나 토큰화를 전문적으로 하는 __tokenizer__가 "tokenizer" 패키지 안에 정의되어 있습니다.
> __Soynlp__에 관해서는 성능 분석에서 같이 다루도록 하겠습니다.
> __Soynlp__에 관해서는 성능 분석에서 같이 다루도록 하겠습니다.
> <br>
> <br>
> #### morphs
> #### morphs
()
>> __morphs__ 함수는 학습되어 있는 형태소 단위로 토큰화를 하지만 품사 태깅은 이루어지지 않습니다.
>> __morphs__ 함수는 학습되어 있는 형태소 단위로 토큰화를 하지만 품사 태깅은 이루어지지 않습니다.
>> 
>> 
> #### nouns
> #### nouns
()
>> __nouns__ 함수는 학습되어 있는 명사 단위로 토큰화를 합니다.
>> __nouns__ 함수는 학습되어 있는 명사 단위로 토큰화를 합니다.
>> 
>> 
> #### pos
> #### pos
()
>> __pos__ 함수는 학습되어 있는 형태소 단위로 토큰화를 하며 품사 태깅도 같이 이루어지고 있습니다.
>> __pos__ 함수는 학습되어 있는 형태소 단위로 토큰화를 하며 품사 태깅도 같이 이루어지고 있습니다.
>> 
>> 
> #### sentences
> #### sentences
()
>> __sentences__ 함수는 Kkma(꼬꼬마)에서만 제공하는 함수로 문장 단위로 토큰화를 합니다.
>> __sentences__ 함수는 Kkma(꼬꼬마)에서만 제공하는 함수로 문장 단위로 토큰화를 합니다.
>> 
>> 
...
...
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