From b19ae9bc020c75df9dde27a5ff6737a3a821f296 Mon Sep 17 00:00:00 2001
From: Carlos Ramisch <carlosramisch@gmail.com>
Date: Mon, 26 Aug 2024 23:55:50 +0200
Subject: [PATCH] Typos correction

---
 lib/conllulib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/conllulib.py b/lib/conllulib.py
index d8ce6f9..f9e9046 100644
--- a/lib/conllulib.py
+++ b/lib/conllulib.py
@@ -471,7 +471,7 @@ class TransBasedConfig(object):
  
   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
     [(mod1, head1), (mod2, head2) ...] with modifier-head pairs in this order.
     """
-- 
GitLab