fix typo in malt's mco parameter documentation

Forgot a ".mco" in "${working_dir}/${mco}.mco".
parent fd1f8dba
...@@ -28,7 +28,7 @@ class MaltParser(ParserI): ...@@ -28,7 +28,7 @@ class MaltParser(ParserI):
:param mco: The name of the pre-trained model. If provided, training :param mco: The name of the pre-trained model. If provided, training
will not be required, and MaltParser will use the model file in will not be required, and MaltParser will use the model file in
${working_dir}/${mco}. ${working_dir}/${mco}.mco.
:type mco: str :type mco: str
""" """
self.config_malt() self.config_malt()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment