Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Extract information based on keyword with 3 method (Regex, KMP, BM algorithm)

Notifications You must be signed in to change notification settings

ilhamsyahids/Extraction-Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Extraction Info

Previews

Prerequisite

Make sure you have installed:

  1. node js
  2. npm
  3. flask

Dependency

Client dependency in app/package.json
Server dependency flask and flask_cors

How To Use

In this directory (root), run:

  1. Client:
npm run client
  1. Server:
npm run server

Alternative (Tested: Mac OS/Linux) :

$ cd server
$ virtualenv flask
$ flask/bin/pip install flask flask_cors
$ chmod a+x server.py
$ ./server.py

Note

This program work fluenty and tested in Mac OS. It should be well in Windows and Linux.

About

Extract information based on keyword with 3 method (Regex, KMP, BM algorithm)

Resources

Stars

Watchers

Forks