Code Monkey home page Code Monkey logo

kwic_searchtool's Introduction

KWIC_SearchTool

KWIC search tool is a simple implementation for Key Word In Context text search.

Developer guide

This is implemented as a netbeans project

Current capabilities

  • Add files (as files or folders) initially and over and over again - the system checks for duplicate files and remove them
  • Search for a word with a window size to see the context
  • Get results on left and right side contexts, containing file name and sentence index

Limitations

  • Both words and punctuations are considered as nodes. So that punctuation marks have a space around them like a word. When calculating the window size, punctuations are also counted.
  • The application hangs when trying to load some XML files. For example, Text/C/C9/C92.xml

To do

  • Fix the application hang error mentioned above
  • Add file updating capability (user can check the already added files and add/remove these files)
  • Use more efficient file reading and searching algorithms
  • Reduce memory usage by using hash values instead of Strings
  • Enhance UI/UX
  • Add save search results capability

kwic_searchtool's People

Contributors

kulakshi avatar

Watchers

 avatar

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.