Page MenuHomePhabricator

Introduce hidden tag to identify edits when new sentences are added
Open, Needs TriagePublic

Description

T324363 implements a way to detect the boundaries between sentences and T347643 describes the work involved with enabling volunteers to define new content added in terms of sentences.

This task involves introducing a new hidden tag that leverages T324363 to determine the number of new sentences a given edit adds.

We are implementing the edit tag this ticket is describing primarily for the purposes of T331686: Evaluate reliability of sentence splitting approach.

Open questions

  • 1. Where/how will the software "express" how many sentences the sentence splitting algorithm "thinks" a given edit added?

Requirements

Event Timeline

DLynch renamed this task from Introduce hidden to identify edits when new sentences are added to Introduce hidden tag to identify edits when new sentences are added.Nov 8 2023, 5:35 PM

determine the number of new sentences a given edit adds

Given the way tags work, does this sort of imply creating a small pile of tags for things like editcheck-sentenceadded-1, editcheck-sentenceadded-2, editcheck-sentenceadded-3, editcheck-sentenceadded-4, etc?

Alternately: adding a JSON blob of data to a single tag with the count of sentences, but then we'll need to write something to actually display that data since it's completely hidden by default.