diff --git a/sfst_transduce/__init__.pyi b/sfst_transduce/__init__.pyi index 824c47e..e33e8e1 100644 --- a/sfst_transduce/__init__.pyi +++ b/sfst_transduce/__init__.pyi @@ -9,6 +9,9 @@ class Transducer: pass class CompactTransducer: + both_layers: bool + simplest_only: bool + def __init__(self, filename: str): pass def analyse(self, s: str) -> List[str]: