Skip to content

Instantly share code, notes, and snippets.

@timdorr
Created May 27, 2026 18:01
Show Gist options
  • Select an option

  • Save timdorr/30f45817b5e05dac81960384d4a28812 to your computer and use it in GitHub Desktop.

Select an option

Save timdorr/30f45817b5e05dac81960384d4a28812 to your computer and use it in GitHub Desktop.

"Together, rising energy use, emissions, water consumption, and e-waste make data centers a huge problem."

Side-by-Side Tag Comparison

Token compromise Tag wink-nlp Tag Tagging Difference? Who got it right? (Context Analysis)
Together Adjective ADV (Adverb) 🔴 Yes wink-nlp: "Together" is modifying the overall action/clause (functioning as a sentence adverb), not describing a noun.
rising Noun VERB 🔴 Yes wink-nlp: It's a participial adjective derived from a verb. compromise misparsed it as a standard gerund noun.
energy Noun NOUN No Both correctly identify it as a noun.
use Verb NOUN 🔴 Yes wink-nlp: "use" acts as a noun in "energy use". compromise default-tagged it as an active verb.
emissions Noun NOUN No Both correctly identify it as a plural noun.
water Noun NOUN No Both correctly identify it as a noun.
consumption Noun NOUN No Both correctly identify it as a noun.
and Conjunction CCONJ No Identical classification (Coordinating Conjunction).
e-waste Noun NOUN No Both correctly identify it as a noun.
make Verb VERB No Identical classification.
data Noun NOUN No Both correctly identify it as a noun.
centers Verb NOUN 🔴 Yes wink-nlp: "centers" acts as a noun in "data centers". compromise misparsed it as a verb.
a Determiner DET (Determiner) No Identical classification.
huge Adjective ADJ (Adjective) No Identical classification.
problem Noun NOUN No Identical classification.

(Punctuation tokens , and . have been omitted for clarity; wink-nlp tags them explicitly as PUNCT, while compromise filters them out by default).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment