Skip to content

DeepAPISearcher 시스템을 간단하게 구현한것이다

Notifications You must be signed in to change notification settings

dlcjfgmlnasa/Simple-DeepAPISearcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-DeepAPISearcher

DeepAPISearching (with tensorflow)

아직 개발중...

  • seq2seq 알고리즘을 이용해서 자연어를 입력하면 java API 를 출력하는 시스템

    • tensorflow
    • seq2seq
    • Deep API Learning 논문을 직접 구현해본 것

Link : DeepAPILearning


개발자는 해당 API를 호출하여 기존 클래스 라이브러리 또는 프레임 워크를 재사용하는 경우가 있습니다.

어떤 API를 사용하고, 사용 순서 (API 사이의 메소드 호출 순서)를 얻는 것이이 점에서 매우 도움됩니다.

예를 들어, XML 파일을 구문 분석하는 방법을 구현하기 위해

JDK 라이브러리를 사용하여 "XML 파일을 구문 분석"하려면 원하는 API 사용 순서는 다음과 같습니다.



parse XML files => DocumentBuilderFactory.newInstance
                   DocumentBuilderFactory.newDocumentBuilder
                   DocumentBuilder.parse

seq2seq

dlcjfgmlnasa@naver.com

About

DeepAPISearcher 시스템을 간단하게 구현한것이다

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages