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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -236,6 +236,7 @@ <h1 id="how-to-rename-a-treebank-in-ud">How to rename a treebank in UD</h1>
</li>
<li>Rename the folder with the treebank hub page in the <codeclass="language-plaintext highlighter-rouge">docs</code> repository. Then push the changes.
<pre>git mv treebanks/cs treebanks/cs_pdt
for i in treebanks/cs_pdt/cs-* ; do git mv $i `echo -n $i | perl -pe 's/cs-/cs_pdt-/'` ; done