Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

gavishpoddar/Writers-Gender

Repository files navigation

Writers-Gender

USE

Import

from predict import predict as genderpredict

Predictions

text = """

SOME TEXT

"""

print(genderpredict(text))

INFO

This public repo of some of my nlp experiments otherwise kept private.

Please dont expect any updates and support.

MIT License