Giter VIP home page Giter VIP logo

Comments (1)

lovit avatar lovit commented on May 28, 2024

N = N + J 인지 확인하는 과정에서 '지금은' 은 '지금 + 은'이기 때문에 걸러진다. 하지만, '이력서', '고양이' 역시 '이력+서', '고양 +이'로 걸러진다.

lrgraph_origin.get_r('점심은')

[('', 9581),
 ('?', 1714),
 ('요?', 324),
 ('요', 65),
 ('용?', 61),
 ('여?', 39),
 ('여', 15),
 ('용', 13),
 ('유?', 10),
 ('유', 5)]

lrgraph_origin.get_r('이력서')

[('', 1469),
 ('에', 88),
 ('는', 81),
 ('를', 69),
 ('도', 62),
 ('랑', 52),
 ('가', 30),
 ('만', 28),
 ('?', 23),
 ('나', 16)]

lrgraph_origin.get_r('고양이')

 [('', 2814),
 ('가', 665),
 ('는', 406),
 ('랑', 210),
 ('도', 187),
 ('들', 139),
 ('를', 106),
 ('?', 93),
 ('야', 74),
 ('한테', 64)]

from soynlp.

Related Issues (20)

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.