elsheikh21 / english-word-segmentation

Implementation of BiLSTM w/o CRF to segment english words using PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

english-word-segmentation

  • to install the requirements needed by this repo

    pip install -r requirements.txt

  • Check the Jupter Notebook for the full code, which is modularized in the other script files

About

Implementation of BiLSTM w/o CRF to segment english words using PyTorch


Languages

Language:Jupyter Notebook 92.6%Language:Python 7.4%