-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add agi designers list #11
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Some small suggestions / fixes!
@@ -0,0 +1,715 @@ | |||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the standard format for corpora is to start with an object and then include the list as a named array. The objects generally also include "description" and "source" properties:
{
"description": "____________",
"source": "____________",
"designers": [ ]
}
"Martin Venezky", | ||
"Martin Woodtli", | ||
"Martti Mykk\u00e4nen", | ||
"Masaaki Hiromura" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing comma! 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!! Sorry I didn't check it carefully and even not aware of the result from CI testings 😭
"Yung-Chen Nieh", | ||
"Adrian Frutiger", | ||
"Adrian Shaughnessy", | ||
"Aimo Katajam\u00e4ki", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the file is UTF-8 encoded, this could be "Aimo Katajamäki" rather than escaping characters. (Same below for others with \uXXXX
values.)
No description provided.