-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NamSor SAS
committed
Jan 28, 2024
1 parent
253e193
commit c710dac
Showing
262 changed files
with
13,438 additions
and
2,724 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# BatchCommunityEngageFullOut | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**engagementCandidates** | [**List<CommunityEngageOut>**](CommunityEngageOut.md) | Classified community engagement candidates | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# BatchCommunityEngageOut | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**engagementCandidates** | [**List<CommunityEngageOut>**](CommunityEngageOut.md) | Classified community engagement candidates | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# BatchFirstLastNameGeoOut | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**personalNames** | [**List<FirstLastNameGeoOut>**](FirstLastNameGeoOut.md) | Classified names | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# BatchPersonalNameDiasporaedOut | ||
|
||
Represents the output of inferring the LIKELY ethnicity from a personal name, given an country of residence. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**personalNames** | [**List<PersonalNameDiasporaedOut>**](PersonalNameDiasporaedOut.md) | Classified diaspora names | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# BatchPersonalNameOriginedOut | ||
|
||
Represents the output of inferring the LIKELY origin from a list of personal names. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**personalNames** | [**List<PersonalNameOriginedOut>**](PersonalNameOriginedOut.md) | Classified origined names | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# BatchPersonalNameUSRaceEthnicityOut | ||
|
||
Represents the output of inferring the LIKELY US race/ethnicity from a list of personal names. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**personalNames** | [**List<PersonalNameUSRaceEthnicityOut>**](PersonalNameUSRaceEthnicityOut.md) | Classified origined names | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# CommunityEngageOptionOut | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**genderFilter** | **List<String>** | The gender filter (null to allow all) | [optional] | | ||
|**ethnicityFilter** | **List<String>** | The ethnicity filter (null to allow all) | [optional] | | ||
|**countryOutFilter** | **List<String>** | The output country filter (null to allow all) | [optional] | | ||
|**usRaceEthnicityFilter** | **List<String>** | The output US race/ethnicity filter (null to allow all) | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
|
||
# CommunityEngageOut | ||
|
||
Represent multiple classifications for community engagement (gender, country, origin, diaspora) | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**id** | **String** | | [optional] | | ||
|**personalNameDiasporaedOut** | [**PersonalNameDiasporaedOut**](PersonalNameDiasporaedOut.md) | | [optional] | | ||
|**personalNameOriginedOut** | [**PersonalNameOriginedOut**](PersonalNameOriginedOut.md) | | [optional] | | ||
|**country** | [**PersonalNameGeoOut**](PersonalNameGeoOut.md) | | [optional] | | ||
|**gender** | [**PersonalNameGenderedOut**](PersonalNameGenderedOut.md) | | [optional] | | ||
|**personalNameUSRaceEthnicityOut** | [**PersonalNameUSRaceEthnicityOut**](PersonalNameUSRaceEthnicityOut.md) | | [optional] | | ||
|**prime** | **Boolean** | | [optional] | | ||
|**scoped** | **Boolean** | | [optional] | | ||
|**script** | **String** | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
|
||
# FirstLastNameGeoOut | ||
|
||
Represents the output of inferring the LIKELY country of Origin from a personal name. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**script** | **String** | | [optional] | | ||
|**id** | **String** | | [optional] | | ||
|**explanation** | **String** | | [optional] | | ||
|**firstName** | **String** | The first name (also known as given name) | [optional] | | ||
|**lastName** | **String** | The last name (also known as family name, or surname) | [optional] | | ||
|**score** | **Double** | Higher score is better, but score is not normalized. Use calibratedProbability if available. | [optional] | | ||
|**country** | **String** | Most likely country | [optional] | | ||
|**countryAlt** | **String** | Second best alternative : country | [optional] | | ||
|**region** | **String** | Most likely region (based on country ISO2 code) | [optional] | | ||
|**topRegion** | **String** | Most likely top region (based on country ISO2 code) | [optional] | | ||
|**subRegion** | **String** | Most likely sub region (based on country ISO2 code) | [optional] | | ||
|**countriesTop** | **List<String>** | List countries (top 10) | [optional] | | ||
|**probabilityCalibrated** | **Double** | The calibrated probability for country to have been guessed correctly. -1 = still calibrating. | [optional] | | ||
|**probabilityAltCalibrated** | **Double** | The calibrated probability for country OR countryAlt to have been guessed correctly. -1 = still calibrating. | [optional] | | ||
|**religionStats** | [**List<ReligionStatOut>**](ReligionStatOut.md) | Geographic religious statistics, assuming country is correctly predicted. | [optional] | | ||
|**religionStatsAlt** | [**List<ReligionStatOut>**](ReligionStatOut.md) | Geographic religious statistics, for country best alternative. | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.