Skip to content

amesyu/kashu

Repository files navigation

Kashu

Kashu is a project designed to run python kwic programs on the web.

How to Run on the Web

  1. Clone this repository:

    git clone https://github.com/amesyu/kashu.git
    cd kashu
  2. Install dependencies:

    pip install -r requirements.txt
  3. Start the web server (update this step based on your actual entry point, e.g., Flask, Django, Streamlit, etc.):

    # Example using Flask:
    export FLASK_APP=app.py
    flask run
  4. Open your browser and navigate to http://localhost:5000 (or the port your app uses).

Project Structure

  • Python files for backend logic
  • Web interface to interact with Python code
  • python package nltk does not work. We use simple pattern match for getting POSTag (For Blue Tasks, We used nltk but with web, It does not work.)

Requirements

See requirements.txt for required Python packages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •