Note: The following steps have been verified on a Windows 10 operating system.
B. Setup IDEAL
C. Configure and Run IDEAL For Project
- Install Git
- Install Java JDK
- Install Python 3.7.1
- Install srcML 1.0.0
- Download Stanford JARs 4.2.0
- Clone/Download IDEAL repository 1.0.0
-
Install virtual environment:
py -m pip install --user virtualenv
-
Create virtual environment:
py -m venv venv
-
Activate virtual environment:
.\venv\Scripts\activate
-
Install packages from requirements files:
py -m pip install -r requirements.txt
-
Download NLTK data. Enter the following commands:
python
import nltk
nltk.download('wordnet')
nltk.download('punkt')
quit()
-
Update all paths in config file: src\common\config.txt