Giter VIP home page Giter VIP logo

Comments (8)

haven-jeon avatar haven-jeon commented on August 16, 2024

developing

https://github.com/haven-jeon/NIADic

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024
  • need to make new dictionary interface function.
    1. NIA에서 연말까지(?) 사전 데이터 서빙 예정(별도 함수 개발 필요)
    2. 이후 CRAN에서 자동 설치를 할 수 있게 함

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024
  • 국립국어원 사전 인터페이스 개발 필요

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024
  • NIAdic 패키지 완성
  • 초기엔 NIAdic 패키지는 다른 레포지터리로 부터 설치가 될 예정(NIA 준비 서버 혹은 github)
    • 따라서 해당 레포지터리로부터의 인스톨 기능을 보유할 필요가 있음
    • .onAttach에서 구현 필요
    • 해당 기능 구현 필요

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024
  • 사전 릴리즈 이후 다운로드 카운트 확인하기
library(jsonlite)
library(httr)

#install_url("https://github.com/haven-jeon/NIADic/releases/download/v0.0.1/NIAdic_0.1.0.tar.gz", dependencies=TRUE, build_vignettes=TRUE)


url <- "https://api.github.com/repos/haven-jeon/NIADic/releases"
response <- GET(url)
json <- content(response, "text")
json <- fromJSON(json)
print(Reduce("+", lapply(json$assets, function(x) sum(x$download_count))))

from konlp.

haven-jeon avatar haven-jeon commented on August 16, 2024

8289014

from konlp.

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.