Giter VIP home page Giter VIP logo

Comments (3)

hungry-wook avatar hungry-wook commented on June 24, 2024 1

추가했으면 하는 기능 관련하여 이슈 생성하였습니다
#131

우선은 알려주신 방법을 활용하겠습니다. 감사합니다

from soynlp.

lovit avatar lovit commented on June 24, 2024

noun_dictionary

NewsNounExtractor 는 deprecated 할 예정입니다 ㅠㅜ

from soynlp.

lovit avatar lovit commented on June 24, 2024

용례를 보니, 아마도 사전에 정의된 명사를 이용하여 문장에서 명사만 추려내시려는 것으로 보입니다. 리팩 브랜치 (refactoring) 의 코드의 사용법을 추천드립니다.

from soynlp.tokenizer import NounMatchTokenizer

noun_scores = {'아이': 0.5, '아이오': 0.7, '아이오아이': 0.8, '오이': 0.7}
noun_tokenizer = NounMatchTokenizer(noun_scores)
sentence = '아이오아이의아이들은 오이오이를 좋아하는 아이들이오'
noun_tokenizer.tokenize(sentence)
['아이오아이', '아이', '오이오이', '아이']

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.