Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7. 분석 (Text Analysis) #9

Open
28 tasks
kimjmin opened this issue Jan 23, 2017 · 0 comments
Open
28 tasks

7. 분석 (Text Analysis) #9

kimjmin opened this issue Jan 23, 2017 · 0 comments
Labels

Comments

@kimjmin
Copy link
Owner

kimjmin commented Jan 23, 2017

  • 역파일 색인 (Inverted Index)
  • 텍스트 분석 과정
  • Analyzer
    • 사용자 정의 Analyzer
    • Standard / Whitespace
    • Stop
    • Pattern
    • Keyword
  • Character Filters
    • HTML strip char filters
    • Mapping char filters
    • Pattern replace char filters
  • Tokenizer
    • Standard / Whitespace
    • Letter / Lowercase
    • UAX URL Email
    • NGram / Edge NGram
    • Pattern
    • Keyword
  • Token Filters
    • Lowercase
    • Synonyms – 동의어
    • Stop – 불용어
    • Shingle
    • Stemmer
  • CJK
  • _analyze API
  • 한글 형태소 분석기
@kimjmin kimjmin mentioned this issue Jan 23, 2017
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant