Annotald / annotald

A program for annotation in the Penn Treebank format
GNU General Public License v3.0
8 stars 3 forks source link

Inadvertent Cloning #53

Open diertani opened 10 years ago

diertani commented 10 years ago

I needed to split one sentence token into two sentence tokens, but somehow in the process of doing so, I managed to clone the now-second token, so now there are two identical sentence tokens. I have absolutely no idea what I did.

The cloned sentences are in the file "macaulay-1833.psd" in /home/migration/other/MIDENG/PPCMBE/psd/annotald-training, and can be easily located because they both contain the word "partfectlye." I will adjust the comments so that they are different.

aecay commented 10 years ago

Did you use the undo feature? That is the only part of Annotald I can imagine being responsible for this.

diertani commented 10 years ago

I don't remember for sure, but I might have -- there was a CODE node involved and things got complicated.