Skip to content
Snippets Groups Projects
Commit b19ae9bc authored by Carlos Ramisch's avatar Carlos Ramisch
Browse files

Typos correction

parent 4c08f1d3
No related branches found
No related tags found
No related merge requests found
...@@ -471,7 +471,7 @@ class TransBasedConfig(object): ...@@ -471,7 +471,7 @@ class TransBasedConfig(object):
def get_action_oracle(self, gold_tree): def get_action_oracle(self, gold_tree):
""" """
Returns a strinc with the name of the next action to perform given the Returns a string with the name of the next action to perform given the
current config and the gold parsing tree. The gold tree is a list of tuples current config and the gold parsing tree. The gold tree is a list of tuples
[(mod1, head1), (mod2, head2) ...] with modifier-head pairs in this order. [(mod1, head1), (mod2, head2) ...] with modifier-head pairs in this order.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment