NEW : chinese-names.app uses NamSor V2 API.
[Read also : Is China really becoming a science and technology superpower?] [What’s in a Scientist Name?]
NamSor Gender API, the online free service to predict the gender of a personal name, now supports Chinese names.
The need for such a service is not immediately obvious, since most Internet companies in China have access to PRC’s National identification number database, with an odd/even number indicating respectively Male/Female with 100% accuracy.
The API is in the form api/gendre/firstName/lastName/countryIso2 and returns a value in range -1(Male)..+1 (Female). Let’s try with 周声涛and 张淑珍:
- https://api.namsor.com/onomastics/api/gendre/声涛/周/cn
returns -1 (Male) - https://api.namsor.com/onomastics/api/gendre/淑珍/张/cn
returns +1 (Female)
The API also works with traditional characters used in Taiwan, for example 張淑珍
- https://api.namsor.com/onomastics/api/gendre/淑珍/張/tw
returns +1 (Female)
To predict the likely gender of a Chinese name, the API was originally using Wudi’s Gender Guesser data file with rewritten code. It has now been refactored to benefit from NamSor socio-linguistics algorithm.
Other resources :
- Chinese Names App
- Name Gender Guesser, on Laowai Chinese 老外中文
- Forum about Chinese Name Gender
- Chinese Name Gender Guesser
About NamSor
NamSor™ Applied Onomastics is a European vendor of Name Recognition Software (NamSor sorts names). NamSor mission is to help understand international flows of money, ideas and people.
Reach us at: contact@namsor.com
One comment