Closed SarahAlidoost closed 2 years ago
We have been doing this in ai4s2s already, so we're quite familiar with it.
It is important to note that typing is not enforced by python. Only our linters will complain if types are wrongly passed. Users without (properly set up) linters will not notice the type hints at all.
(cc @geek-yang and @BSchilperoort) Let's use typing in developing PyStemmusScope.