Skip to content

A tool to streamline the Chinese NER process using CKIP model. By student developers - Sherry, Berry

License

Notifications You must be signed in to change notification settings

hkust-lib-ds/P001-PUBLIC_Chinese-NER-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HKUST Library - DS CoLab Project - P001

Chinese Named-Entity Recognition (NER) Tool

Project Introduction: https://library.hkust.edu.hk/ds/project/p001/

Preview

preview of the app

Manual

使用手冊 Manual Guide - manual.md

Run our tool on your computer locally

  1. Ensure python and pip are installed in your computer.

Tip

If you encounter difficulties in installing python and pip, please see slide 7-14 here.

  1. Download our source code.

    git clone https://github.com/hkust-lib-ds/P001-PUBLIC_Chinese-NER-Tool.git
    
  2. Change to the appropriate folder location.

    cd P001-PUBLIC_Chinese-NER-Tool
    
  3. Install the required dependencies using the following command.

    pip3 install -r requirements.txt
    

    OR

    pip install -r requirements.txt
    
  4. Run our tool using the following command.

    streamlit run NER_Chinese.py
    

    OR

    python -m streamlit run NER_Chinese.py
    

Tip

If you encounter difficulties in running the app, please read this articles for reference.

Project Team

Developers Details
YIP Sau Lai, Sherry Year 3, BSc in Data Science and Technology
HAN Liuruo, Berry Year 2, BSc in Data Science and Technology
Advisers Details
Holly CHAN Assistant Manager (Digital Humanities)
Leo WONG Librarian (Systems & Digital Services)
Jennifer GU Librarian (Research Support)
Aster ZHAO Librarian (Research Support)

About

A tool to streamline the Chinese NER process using CKIP model. By student developers - Sherry, Berry

Topics

Resources

License

Stars

Watchers

Forks

Languages