Segment Japanese names
Budget: $10 – $30 USD
The attached file is a list of almost 2000 Japanese names. I would like you to divide each name into family name and given name, and return a file that adds these two name fields to the end of each line.
Generally, this just requires knowing how to read Japanese names, and inserting whitespace at the correct location.
So, for example, the first line of the file is:
Q135697, 南沙也香
I expect the first line of the results to be
Q135697, 南沙也香, 南, 沙也香
And so on, for each of the remaining lines of the attached file.
Generally, this just requires knowing how to read Japanese names, and inserting whitespace at the correct location.
So, for example, the first line of the file is:
Q135697, 南沙也香
I expect the first line of the results to be
Q135697, 南沙也香, 南, 沙也香
And so on, for each of the remaining lines of the attached file.