You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node name /SBJ/ should match nodes names SBJ, SBJ1, and NP-SBJ. Currently, it doesn't match the last, because I'm using re.match. This should be changed to re.search.
The text was updated successfully, but these errors were encountered:
The node name
/SBJ/
should match nodes namesSBJ
,SBJ1
, andNP-SBJ
. Currently, it doesn't match the last, because I'm usingre.match
. This should be changed tore.search
.The text was updated successfully, but these errors were encountered: