OpenMined / SyferText

A privacy preserving NLP framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforcing type checking in SyferText

Nilanshrajput opened this issue · comments

What?

Enforcing type checking in SyferText by requiring & enforcing type hints using a decorator.
We can cheat from Great work by @tudorcebere .
https://github.com/OpenMined/PySyft/blob/syft_0.3.0/src/syft/typecheck/typecheck.py

Additional Context

For syfertext_0.1.0

Where to push your PR?

Any PR referencing this issue should be made to branch syfertext_0.1.0

Seems cool. Can I work on this?

Sure @hershd23 go ahead!