Giter Club home page Giter Club logo

soynlp's Introduction

soynlp

한국어 분석을 위한 pure python code 입니다.

비지도학습 기반의 단어 추출 / 토크나이저 / 명사 추출기를 포함하고 있습니다.

It contains unsupervised word extraction, tokenizers and noun extractors. These algorithms are not depending training corpus but extract patterns from data by theirselves.

현재 버전에서 제공하는 기능은 다음과 같습니다.

  • Word extraction
    • WordExtractor: It contains three word scoring methods;
      1. Cohesion score
      2. Branching Entropy
      3. Accessor Variety
  • Tokenizers
    • RegexTokenizer
    • LTokenizer
    • MaxScoreTokenizer
  • Noun extractor
    • LRNounExtractor
    • NewsNounExtractor

아래 패키지은 soynlp와 독립적으로 작업하고 있는 (1) 키워드 추출기, (2) 띄어쓰기 오류 교정기 입니다.

krwordrank: Unsupervised Korean word/keyword extractor

soyspacing: Korean spacing error corrector

Setup

pip install soynlp

Requires

  • numpy
  • psutil

notes

  • slide files에 알고리즘들의 원리 및 설명을 적어뒀습니다. 데이터야놀자에서 발표했던 자료입니다.

soynlp's People

Contributors

lovit avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.