The SoSOL interface for treebank identifiers has two different types of review against gold standard functionality, but both are labeled the same.
There is a "Compare" button on the Overview page which produces a view which each sentence linked to Arethusa in 'hidden_review' configuration, and which depends upon specification of a gold standard file in the comments section of the treebank file. (See TreebankCiteIdentifiersController::review)
There is also a different "Compare" button on the Edit page, which behaves differently. This button initiates the TreebankCiteIdentifiersController::compare functionality, which does 1 of two things: if the current user is the owner of the original publication it checks to see if the current user has any matching files in any publications submitted to boards they belong to. If the current user is not the owner of the file, it checks to see if they have any matching files in their own set of activate publications. If any matching files are found, it provides links to compare them in the llt review service.
At a minimum, the button on the Overview page should probably be renamed to "Review"
But also note that intent was always to replace the latter functionality, which is very slow as it has to open and search all possible matching treebank files, with a more efficient approach using Collection Service queries. Now that integration with a Collection Service has been implemented, this could be addressed better as well.
The SoSOL interface for treebank identifiers has two different types of review against gold standard functionality, but both are labeled the same.
There is a "Compare" button on the Overview page which produces a view which each sentence linked to Arethusa in 'hidden_review' configuration, and which depends upon specification of a gold standard file in the comments section of the treebank file. (See TreebankCiteIdentifiersController::review)
There is also a different "Compare" button on the Edit page, which behaves differently. This button initiates the TreebankCiteIdentifiersController::compare functionality, which does 1 of two things: if the current user is the owner of the original publication it checks to see if the current user has any matching files in any publications submitted to boards they belong to. If the current user is not the owner of the file, it checks to see if they have any matching files in their own set of activate publications. If any matching files are found, it provides links to compare them in the llt review service.
At a minimum, the button on the Overview page should probably be renamed to "Review"
But also note that intent was always to replace the latter functionality, which is very slow as it has to open and search all possible matching treebank files, with a more efficient approach using Collection Service queries. Now that integration with a Collection Service has been implemented, this could be addressed better as well.