Commit graph

18 commits

Author SHA1 Message Date
nachtjasmin
af53085681
Improve pronoun extraction for multiple definitions 2023-08-14 13:57:42 +02:00
nachtjasmin
48acb49695
Search for pronouns in field values, names and the bio
The old approach was refactored. With this commit we are applying all
searches to each individual field, including their name and value. This
approach is optimized for speed in that regard, that we do the API calls
as the last step.
2023-08-14 13:57:42 +02:00
ItsVipra
f37c767fbc
match capitalised pronouns in bio 2023-07-18 12:24:08 +02:00
Vivien
3fa73edddf
Merge pull request #48 from ItsVipra/improve-pronoun-field-matching
Switch to a regex-only pronoun field matching
2023-07-17 12:19:56 +02:00
ItsVipra
96c530c30f
add matcher for "(i) go(es) by" 2023-07-17 12:18:31 +02:00
Vivien
de65c96e8d
Merge pull request #47 from ItsVipra/normalize-pronoun-page-requests
Normalize pronoun.page URLs
2023-07-17 12:10:36 +02:00
nachtjasmin
9d8c0332be
Switch to a regex-only pronoun field matching 2023-07-16 11:22:38 +02:00
nachtjasmin
0240489456 Add tests for wrong matches 2023-07-16 11:18:27 +02:00
nachtjasmin
83aa9b41b0
Add pronoun.page pronoun normalization
Especially for single-value pronoun.page URLs we want to show the
possessive pronoun as well. This is implemented by querying the API once
again and asking for the correct pronouns.

Closes #44.
2023-07-16 10:56:37 +02:00
nachtjasmin
777724c9eb
Add handling for custom URLs 2023-07-14 14:32:48 +02:00
nachtjasmin
6e4f0d4969 Format files using prettier 2023-07-14 06:56:09 +00:00
Jasmin
ff3a1d3d65
Add emoji shortcode test 2023-07-14 08:55:35 +02:00
nachtjasmin
f51b2e71fe
Add any/all pronouns special case 2023-07-13 22:20:30 +02:00
nachtjasmin
431dcd4bc6
Allow whitespace when fetching pronouns from bio 2023-07-13 17:02:43 +02:00
nachtjasmin
854a597e56
Allow extraction of pronouns from bio/note
Closes #1
2023-07-13 17:02:43 +02:00
nachtjasmin
bee683036d
Add specific support for pronouns.page
Closes #7
2023-07-11 17:39:23 +02:00
nachtjasmin
f032dcca3f
Add basic support for pronoun pages
Closes #7, #35
2023-07-11 00:08:50 +02:00
nachtjasmin
71d6da4f66
Rewrite the pronoun field matching
Closes #39
2023-07-11 00:08:50 +02:00