Takes concepts from models and suggests relevant and interesting ones to modelers.
- Navigate to the root directory of the project. It should contain
requirements.txt - Open an elevated command prompt.
- If you want to use a virtual environment to install packages in, activate that now.
- Run
pip install -r requirements1.txt - Run
pip install -r requirements2.txt - Install NumPy+mkl
- These instructions are for Windows. If you're not on Windows, you'll have to Google around.
- Navigate to http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
- Select the version of Numpy+MLK appropriate for your Python version and OS. cp36-cp36m means Python 3.6.
- Navigate to the download directory and open an elevated command prompt.
- Run
pip install <filename>
- Install SciPy
- This depends significantly on your OS and Python version.
- First, try to run
pip install scipy. If this works, you're done! If not and you're on Windows, follow the following instructions:- Navigate to http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
- Select the version of SciPy appropriate to your Python version and OS. cp36-cp36m means Python 3.6.
- Navigate to the download directory and open an elevated command prompt.
- Run
pip install <filename>
- Run
python -m spacy download en_core_web_md - Run
python -m nltk.downloader- Navigate to the
Corporatab. - Install the
wordnet_iccorpus.
- Navigate to the
- Launch or open the project.
- Run the
ConceptSuggestor\ConceptSuggestor.pyfile to launch the program. - Open
ConceptSuggestor.slnin Visual Studio to open the solution.
- Run the
Concept Suggestor has several options available for use. When the program is opened, it shows a list of available options.
A variety of settings is contained in settings.json.
If the reload value is set to true, you can change the settings in between operations.
The settings will be reloaded after the asks whether you want to try again.