Skip to content

tdye24/Fill_in_blank_Program_Problems_Generator

Repository files navigation

Fill_in_blank Program Problems Generator

基于多模型比较的程序填空题智能出题系统研究与实现

Model Introduction

​ The final selected model is the Con-BI-RNN model. The structure of the model is as follows:

System Architecture

​ The system architecture diagram is as follows:

Installation

  1. Packages

    pip install requirements.txt
  2. EFP(Element Fill-in-blank Problem) Web Server

    python manage.py runserver 127.0.0.1:8000
  3. Judge Server

    cd judger
    python judge_server.py
  4. Judge Client 1

    cd judger
    python judge_client_1.py
  5. Judge Client 2

    cd judger
    python judge_client_2.py

About

Fill_in_blank Program Problems Generator Based on BI-LSTM-CRF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages