Skip to content

PinYuan/2018NLP_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •