Git Product home page Git Product logo

gre_writing's Introduction

GRE Writing Pool Question Extractor

The official GRE site offers pool of 'Issue' and 'Argue' topics for writing section.

This page contains the Argument topics for the Analytical Writing section of the GRE® General Test.
When you take the test, you will be presented with one Argument topic from this pool.

Purpose

It is hard to practice all of the questions which total 338.
However, it is worth reading all the topics before the test because there may be some confusing words or meanings to foreigners like me (Korean).
So I made this naive extracting and translating codes to assist you guys whose native language is not English.

Getting Started

  1. Installation

    pip install -r requirements.txt
  2. Extract topics from official GRE site
    Actually I already extracted all of the topics and saved to below files.

    • data/argue_pool.txt
    • data/issue_pool.txt
  3. Select your target language to be translated in codes

    change the 'target_language' parameter with your language

    ## translate_GRE_issue_txt.py
    
    filepath = 'data/issue_pool.txt'
    target_language = 'ko'  # 'ja' for japan
    save_txt = f'result/issue_pool_{target_language}.txt'
    ...
  4. Run translate scipt

    python translate_GRE_argue_txt.py
    python translate_GRE_issue_txt.py

gre_writing's People

Contributors

hanseyeong avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.