forked from appeler/appeler.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (29 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: Appeler
---
<div class="blurb">
<h1>appeler</h1>
<img src = "icon.png">
<p>The project is devoted to making it easier to learn the gender, race and ethnicity from human names, and to making easier to search for human names.</a></p>
<a name="sex"></a>
<h3>Imputing Sex</h3>
<ul>
<li><a href = "https://github.com/appeler/namesexdata">R Data Package</a></li>
<li><a href = "https://github.com/appeler/clarifai_gender">Infer the gender of person with a particular first name using Google image search and Clarifai</a></li>
</ul>
<a name="race"></a>
<h3>Imputing Race & Ethnicity</h3>
<ul>
<li><a href = "https://github.com/appeler/ethnicolr">Python Package</a></li>
<li><a href = "https://github.com/appeler/ethnicolor">R Package</a></li>
<li><a href = "https://github.com/appeler/namesexdata">R Package containing data on international first names and sex of people with that name
</a></li>
</ul>
<a name="tools"></a>
<h3>Tools</h3>
<ul>
<li><a href = "https://github.com/appeler/search-names">Search a long list of names (patterns) in a large text corpus systematically and quickly</a></li>
<li><a href = "https://github.com/appeler/clean-names">Deduplicate and parse list of `dirty names'</a></li>
</ul>
</div><!-- /.blurb -->