mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
b0a91c2dc1
commit
c8b8663725
2
utils.py
2
utils.py
|
@ -743,6 +743,8 @@ def getDisplayName(baseDir: str, actor: str, personCache: {}) -> str:
|
||||||
|
|
||||||
|
|
||||||
def _genderFromString(translate: {}, text: str) -> str:
|
def _genderFromString(translate: {}, text: str) -> str:
|
||||||
|
"""Given some text, does it contain a gender description?
|
||||||
|
"""
|
||||||
gender = None
|
gender = None
|
||||||
textOrig = text
|
textOrig = text
|
||||||
text = text.lower()
|
text = text.lower()
|
||||||
|
|
Loading…
Reference in New Issue