Kashu is a project designed to run python kwic programs on the web.
-
Clone this repository:
git clone https://github.com/amesyu/kashu.git cd kashu -
Install dependencies:
pip install -r requirements.txt
-
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
-
Open your browser and navigate to
http://localhost:5000(or the port your app uses).
- 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.)
See requirements.txt for required Python packages.