Skip to content

Stigjb/NorskASK

 
 

Repository files navigation

NorskASK

Neural network experiments with Norwegian Learner Language Corpus

Master thesis on Automated Essay Scoring for Norwegian

The LaTeX source is contanied in the thesis folder.

Setup

Create a new virtual environment using Python 3.5 and activate it. Then install the project in the virtual environment. If you will be doing development work in the project, install using pip install -e .[dev] instead. Then install the kernel of the virtual environment into Ipython in order to be able to access it from Jupyter notebooks, even if Jupyter is installed globally.

python3.5 -m venv venv
. venv/bin/activate
pip install -e .
python -m ipykernel install --user --name masterthesis \
    --display-name "Python (master thesis)"

About

Neural network experiments with Norwegian Learner Language Corpus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.7%
  • TeX 16.4%
  • Python 8.6%
  • Shell 1.3%