PeterOsama / SQuAD-Reader

reading The Stanford Question Answering Dataset (SQuAD) Document C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reading The Stanford Question Answering Dataset Document (context )

json file structure:

data : 0 - 441 object data : 0 - N title paragraphs: 0 - M context
some question

this code is about extracting the context of each data element to a seperate file by compining paragraphs in each data element in c# using Newtonsoft.Json;

About

reading The Stanford Question Answering Dataset (SQuAD) Document C#


Languages

Language:C# 100.0%