scan icon indicating copy to clipboard operation
scan copied to clipboard

Score essays automatically with an easy web interface.

Results 6 scan issues
Sort by recently updated
recently updated
newest added

I didn't want a lot of python 2.7 code on my mac so I opened up a linode cloud installation with Ubuntu 18.10 image. I didn't record the exact steps...

Can someone update the packages

Issues 1: While running, `vagrant ssh` on mac, it couldn't find `precise64`. After exploring, found out `config.vm.box_url` was the issue. Solution: Commented out `config.vm.box_url`. Choosed `hashicorp/precise64` as vm box Issue...

I followed the installation instruction and set up the Scan. However, when I run "vagrant up" in the command line, the Virtual Box worked but http://127.0.0.1:5000 didn't response. I don't...

Hi, thanks for the repository it really help me a lot . but i am having problems on installing this app on my windows 7 x64 environment . can you...

It's a good job. When I read the code, I find some questions as follows: (1) self.initial_vectorizer = CountVectorizer(ngram_range=(1, 2), min_df = 3 / len(input_text), max_df=.4) need to change 3...