Code Monkey home page Code Monkey logo

jsearch's Introduction

JSearch

Build Status

Overview

JSearch is the open software to extract string and find keyword from HWP and Office format.

Download (Maven Central Repository)

<dependency>
	<groupId>io.github.qwefgh90</groupId>
	<artifactId>jsearch</artifactId>
	<version>0.3.0</version>
</dependency>

Requirement

  1. It should work with various types of document. ex) hwp, pdf, office
  2. It should support extract string and rapidly find keyword from doucments.
  3. It will be jar library.
  4. All functions are synchronous.
  5. a result of extraction contains full string.
  6. a result of finding contains word count.

HWP

This software has been developed with reference to the HWP file format open specification by Hancom, Inc. http://www.hancom.co.kr/userofficedata.userofficedataList.do?menuFlag=3 한글과컴퓨터의 한/글 문서 파일(.hwp) 공개 문서를 참고하여 개발하였습니다.

a part to handle .hwp format is forked source in java-hwp project.

jsearch's People

Contributors

lemiyon avatar qwefgh90 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

indy9000

jsearch's Issues

Ant에서 Maven 프로젝트로 변환

1)Ant빌드에서 Maven빌드로 변환필요 (기본적인 관례가 잡혀있는 Maven이 편리함)
2)java-hwp 프로젝트 .jar로 참조 (Maven 레파지토리에 존재하지 않는 파일임

throw Error

https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiiqpvFsfzKAhXENJQKHfVdDOYQFgghMAA&url=http%3A%2F%2Fwww.smtech.go.kr%2Ffront%2Fcomn%2FAtchFileDownload.do%3Bjsessionid%3DDld9AB2Y80e56T0Ey5WavX1z8jO6JJCnwL4e14Lstn9WawSm62IUYC9cEjuVnGoN.smwas1_servlet_engine2%3FatchFileId%3DS00002490860&usg=AFQjCNEwi9LzrNp1Q5fBF9Neq6WT7E2rtA&sig2=ytPYro4QcOEyb6QxF9D7bQ

Exception in thread "Thread-6" java.lang.NoClassDefFoundError: com/argo/hwp/HwpTextExtractor
at com.qwefgh90.io.jsearch.extractor.HwpTextExtractorWrapper.extract(HwpTextExtractorWrapper.java:31)
at com.qwefgh90.io.jsearch.JSearch.extractContentsFromFile(JSearch.java:67)
at io.github.qwefgh90.crawler.GCrawlerPostProcessor.run(GCrawlerPostProcessor.java:219)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: com.argo.hwp.HwpTextExtractor
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 4 more

메이븐 빌드 에러

[ERROR] Failed to execute goal on project jSearch: Could not resolve dependencies for project com.jsearch.osfad:jSearch:jar:0.9: Failure to find com.argo:hwp-utils:jar:0.0.1-SNAPSHOT in file://C:\Users\changchang\git\JSearch\ext_lib was cached in the local repository, resolution will not be reattempted until the update interval of java-hwp has elapsed or updates are forced -> [Help 1]

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.