Skip to content

Commit

Permalink
lang tag added
Browse files Browse the repository at this point in the history
Added information about the language of the corpus.
  • Loading branch information
DaBr01 committed Oct 18, 2017
1 parent e2447d8 commit 43886b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 5 additions & 6 deletions AskUbuntuCorpus.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "AskUbuntuCorpus",
"desc": "Visit https://github.com/sebischair/NLU-Evaluation-Corpora for more information",
"sentences": [
"name": "AskUbuntuCorpus",
"desc": "Visit https://github.com/sebischair/NLU-Evaluation-Corpora for more information",
"lang": "en",
"sentences": [
{
"author": "Olivier Lalonde",
"url": "http://askubuntu.com/questions/14378/what-software-can-i-use-to-view-epub-documents",
Expand Down Expand Up @@ -2619,7 +2620,5 @@
"author": "Maythux"
}
}
],
"name": "UbuntuCorpus",
"desc": "Anonymized review version"
]
}
9 changes: 4 additions & 5 deletions WebApplicationsCorpus.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "WebApplicationsCorpus",
"desc": "Visit https://github.com/sebischair/NLU-Evaluation-Corpora for more information",
"name": "WebApplicationsCorpus",
"desc": "Visit https://github.com/sebischair/NLU-Evaluation-Corpora for more information",
"lang": "en",
"sentences": [
{
"author": "Evan Plaice",
Expand Down Expand Up @@ -1731,7 +1732,5 @@
},
"training": true
}
],
"name": "WebApplicationsCorpus",
"desc": "Anonymized review version"
]
}

0 comments on commit 43886b0

Please sign in to comment.