PinYuan / 2018NLP_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2018 NLP project

WEB link

http://b.linggle.com

Project Data

google-drive link

  1. google-drive -> 2018NLP_project
  2. EVP/data/ -> crawler/EVP/data/
  3. WEB/data -> WEB/WEB/utils/data/
  4. WEB/img -> WEB/WEB/static/img/

How to start the server

python3 WEB.py # now port is 5487

Access to server

http://nlp-ultron.cs.nthu.edu.tw:5487

Tips

  • Run the server even close ssh

    nohup python3 WEB.py > nohup.log &
  • Find our server process_id and running on which port

    netstat -ntpl
  • Show all jobs and process_id

    jobs -l 
    htop
  • Kill process

    kill <process_id> # process_id can be found by Tips 2

About Anaconda

conda create -n my_root anaconda # create a new Python environment
source activate my_root # change to our environment
conda install <package name> # install new package
conda list # show packages installed

About


Languages

Language:HTML 35.5%Language:Python 31.6%Language:Jupyter Notebook 21.5%Language:JavaScript 9.3%Language:CSS 2.0%