Earlier quoted context omitted.
Probably worth taking into account their line in that article about how good they are at fast-turnaround journalism. Typos are always going to happen in that environment I’d guess.
1. Why, with good tools available? 2. Can't they at least fix typos quickly? 3. I still regularly see trivial grammar errors (repeated words, etc) in opinion pieces on the Guardian, not just breaking news and liveblogs. I guess some of those opinions pieces might be treated as "fast-turnaround journalism", AKA "hot takes". The rate of simple typos there makes me wonder about more important things like factual accurac…
How we made Typerighter, the Guardian’s style guide checker
21–30 of 35 posts
Re: How we made Typerighter, the Guardian’s style guide checker
#22Software in the 21st century: to check a bunch of regex on a text you need: Grafana, APIs, services. Really? I'm surprised there is no k8s in here. /s
Early 21s century -- hopefully there is more to come :D
Re: How we made Typerighter, the Guardian’s style guide checker
#23Re: How we made Typerighter, the Guardian’s style guide checker
#24For those unaware "Grauniad" is a decades-old nickname for The Guardian, used particularly by satirical mag Private Eye in reference to its reputation at one time for typos and the like. https://wordhistories.net/2017/06/05/origin-of-grauniad/
> reputation at one time for typos and the like Well-earned into the present day. I regularly see typos even today.
"People of ethnic group membership can change over time and with age."
They fixed it eventually (though I doubt it had anything to do with my comment).
There was also the following opinion piece, which still makes the utterly absurd claim that Jesse Jackson campaigned for the capitalization of 'African American':
https://www.theguardian.com/commentisfree/2020/oct/21/black-...
(I hope the fact that both of my examples happen to relate somewhat to race doesn't make me sound like an alt right troll. I'm sympathetic to the article. It just seems that there was a major fact checking or editing fail.)
Re: How we made Typerighter, the Guardian’s style guide checker
#25Re: How we made Typerighter, the Guardian’s style guide checker
#26Software in the 21st century: to check a bunch of regex on a text you need: Grafana, APIs, services. Really? I'm surprised there is no k8s in here. /s
- regex rules are updated frequently (let's say weekly)
- the updates are available to hundreds if not thousands of users in different locations
- all of them have the latest ruleset
- all of them capable of sending feedback regarding how useful and correct the suggestions are
- said feedback is analyzed regularly and used to refine the ruleset
Re: How we made Typerighter, the Guardian’s style guide checker
#27Relying on purely on regex misses so much context available from a document. I've been working on some tooling [1] in this space recently and a core epiphany was noting you can model written language as an AST and then reason about it in this form rather than opaque blocks of text (or flat, sequential text fragments as with Typerighter). An even better realisation was that others had already noted this too and built…
This is definitely true – in this sense, our initial corpus of regexes are the booster stage for this project, in that they enabled us to produce something useful for journalists in a reasonable timeframe. Typerighter's built as a platform for matching text, so we're not tied to regex – at the moment, we're migrating many rules to LanguageTool, which is a part of our pool of matchers and has a more sophisticated set…
Re: How we made Typerighter, the Guardian’s style guide checker
#28But here it seems like a good choice to build on a battle-tested library of regrets, and it's clearly working well for them.
The demo looks slicker than the typical Grammarly/MS Word/native macOS grammar and spelling corrections, for those who missed it: https://www.youtube.com/watch?v=Yl0nb94N98k&feature=emb_imp_...
And the ability to flag false positives, send suggestions back, and see metrics of how the system's being used is just awesome.
Re: How we made Typerighter, the Guardian’s style guide checker
#29It's a bit surprising that the engineering blog appears to be embedded in the main site, though. I've worked at a news org in the past (admittedly much larger) and the engineering/meta blogs were entirely separated from the main news section. Obviously it doesn't make sense to reinvent your stack, but I'm surprised the surrounding site scaffolding isn't at least distinct to show this isn't primary news output.
Re: How we made Typerighter, the Guardian’s style guide checker
#30For those unaware "Grauniad" is a decades-old nickname for The Guardian, used particularly by satirical mag Private Eye in reference to its reputation at one time for typos and the like. https://wordhistories.net/2017/06/05/origin-of-grauniad/