Page MenuHomePhabricator

Create A Utility For Uppercase Words Check
Closed, ResolvedPublic5 Estimated Story Points

Description

Once we have a set of word tokens identified in the wikitext, we want to know if any of them are uppercase words. This will allow us to build the credibility signals related to uppercase words.

A couple of lines of code to copy.

An uppercase word is a word token that has length >1 and all characters in the token are uppercase.
Here is code to copy/paste.

This utility will live under structured-data/packages.

Event Timeline

Anribolon changed the task status from Open to In Progress.Mar 7 2022, 10:41 AM
Anribolon claimed this task.
Lena.Milenko changed the task status from In Progress to Open.Mar 7 2022, 4:12 PM
Lena.Milenko changed the task status from Open to In Progress.Mar 9 2022, 8:10 PM