Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 556 Bytes

File metadata and controls

17 lines (15 loc) · 556 Bytes

DialogQuestionExpansion

Before you run

  • Put "glove.6B.50d.txt" file in src/main/resources/dataFile/. Download link
  • Install Python env
    1. Install python version=3.7.*. Link
    2. Install SpaCy. Link
      $ pip install -U pip setuptools wheel
      $ pip install -U spacy
      $ python -m spacy download en_core_web_lg
      
    3. Install NeuralCoref. Link
      $ pip install neuralcoref