vishalj0501 / hidden-tag

Hidden Markov Model for Parts of Speech Tagging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hidden-tag

This project utilizes a Hidden Markov Model (HMM) for Part-of-Speech (POS) tagging. It is implemented in Python and uses Streamlit for the user interface.

Installation:

  1. Clone the repository:

    git clone https://github.com/vishalj0501/hidden-tag.git
    cd hidden-tag
  2. Install dependencies:

    pip install -r requirements.txt

Running the Project:

To run the project, execute the following command:

streamlit run st.py

This command will start the Streamlit server, and you can access the application through your web browser at http://localhost:8501.

About

Hidden Markov Model for Parts of Speech Tagging


Languages

Language:Python 100.0%