Correction

This commit is contained in:
richardpaulhudson 2022-12-09 21:07:50 +01:00
parent 59b0b26cc6
commit 740b39d099

View File

@ -13,7 +13,7 @@ def build_lemmatizer_model(
nO: Optional[int] = None,
normalize=False,
lowercasing=True,
lowercasing_relu_width: Optional[int] = 50,
lowercasing_relu_width: int = 50,
) -> Model[List[Doc], Union[List[Floats2d]]]:
"""Build a model for the edit-tree lemmatizer, using a provided token-to-vector component.
A linear layer with softmax activation is added to predict scores