Context
It's something I'm thinking about talking to the VA folks—they want to submit things they find. If someone goes to the trouble of submitting a manual source, we may want to reward that behavior by annotating it as quickly as possible. It's also more likely to be valid (I suspect) than something any collector would pull in. What do you think about that?
class GetNextURLForAllAnnotationQueryBuilder ...
...
...
query = query.order_by(
URLAnnotationCount.total_anno_count.desc(),
URL.id.asc()
Requirements
Context
Requirements
data-source/create