The Sutton SignWriting Encoder of 2010, 2012, and 2017. Sign language user, friend of the deaf, and SignWriting Evangelist.

Joined January 2021
11 Photos and videos
The first presentation in The Science of Sutton SignWriting series: Language Without Sound Coming soon...
1
63
The original JS package that kicked off modern Sutton SignWriting development is still the most powerful: **@sutton-signwriting/core** - 37 KB minified, zero dependencies, works everywhere JavaScript runs. Fully supports the Formal SignWriting specification. doi.org/10.5281/zenodo.17553… Parse, validate, manipulate, and search Formal SignWriting in ASCII (FSW) and SignWriting in Unicode (SWU) in both browser and Node with a single consistent API. sutton-signwriting.io/core/ #SignWriting #JavaScript #WebDev #NodeJS #AccessibilityTech
1
2
103
Now let’s bring those signs into the browser with pure fonts. @sutton-signwriting/font-ttf gives you the complete ISWA 2010 using two TTF files that you can install on your computer or dynamically load with CSS right in the browser. You can generate SVG/PNG images for individual symbols, complete signs, and entire columns of SignWriting. sutton-signwriting.io/font-t… #SignWriting #JavaScript #WebDev #AccessibilityTech
1
28
Finish the browser stack with the easiest way yet: @sutton-signwriting/sgnw-components – ready-made Web Components that just work. Drop one tag in and you’re done. Built with StencilJS → framework-agnostic (React, Vue, Angular, vanilla… all play nice). Takes FSW or SWU, handles sizing, styling, and even columns automatically. sutton-signwriting.io/sgnw-c…
1
2
273
Writing is a superpower! Just as writing sign languages with Sutton SignWriting boosts a signer's brain, AI models using Formal SignWriting supercharge their understanding and utility. Tackle data scarcity head-on for better recognition/generation. Spec here: doi.org/10.5281/zenodo.17553… #SignWriting #SignLanguage #AI #machinelearningprojects How could this level up xAI's multimodal game? Thoughts, @xAI @grok @elonmusk?
1
2
168
Next up in the toolkit: sutton-signwriting-font turns Formal SignWriting into visuals! Generate SVG/PNG for symbols, signs, or text. Supports FSW & SWU for easy display in multimodal models. Docs: sutton-signwriting.io/font-p… #SignWriting #Python #AI #MachineLearning
1
2
105
Tokenizing: the key enabler for training on SignWriting. Huge credit to Amit (@amitmoryossef) for the original SignWritingTokenizer in his Python library: github.com/sign-language-pro… Huge credit to Zifan Jiang et al. for proving it scales in real translation models (2023 EACL paper: arxiv.org/abs/2210.05404). sutton-signwriting-core includes a functionally equivalent tokenizer: • fsw_tokenize() → human-readable tokens • FSWTokenizer.encode() → integer IDs ready for any model • chunk() that never breaks a sign • perfect detokenize back to FSW Docs: sutton-signwriting.io/core-p… #SignWriting #Python #AI #MachineLearning #DeafCommunity
1
1
4
182