中文很適合拿來探索自然語言處理管線的標記語言。這個探索過程也可反應生成語言架構多年來牽制語言理論,以及它對於自然語言處理與理解的想像影響。
-
Python version
python == 3.7.5
-
Clone repository
git clone [email protected]:lopentu/nlp-pipe.git
-
Install Requirement
cd nlp-pipe && pip install -r requirement.txt
There are two main ways to run the app:
-
run with Python
First make sure you are in the
nlp-pipe
folder, and then simply run:streamlit run src/app.py
-
run with Docker
Install Docker, and user the following command to run:
docker-compose up
Then acces
http://localhost
in the browser.
If you have any suggestion or question, please do not hesitate to email us at [email protected] or [email protected]