All tags
Posts tagged with "pontoon"
Lessons so far
What a co-op term on an ML localization project has taught me.
Keeping suggestions live
Latency budgets and caching for autocomplete that has to feel instant.
Choosing a model family
How I compared n-grams, LSTMs, autoencoders and transformers for the prototype.
Tiny cursor in the empty editor
Issue note · mozilla/pontoon#4249
Editor dark theme background color
Issue note · mozilla/pontoon#4293
Working in the open
Building on a public platform with a large volunteer community.
String param should take priority over other filters
Issue note · mozilla/pontoon#2921
Inconsistent tooltips in documentation screenshots
Issue note · mozilla/pontoon#4251
Evaluating five million strings
What the corpus evaluation actually involved, and what it taught me.
CodeMirror not inheriting editor theme
Issue note · mozilla/pontoon#4252
Prototyping localization autocomplete
Building an autocomplete prototype for Pontoon, and what it took to get there.
Joining Mozilla
My role on the team behind Pontoon, Mozilla's localization platform.
Support dark theme in editor
Issue note · mozilla/pontoon#4001
Ignore "system" users (TM, sync, GT) in notifications
Issue note · mozilla/pontoon#3954
Timestamp format in Notification popup is inconsistent
Issue note · mozilla/pontoon#3809
Transformers
Self-attention over the whole sequence, the modern default.
CNNs for sequences
Convolutional models that read local windows in parallel.
Replace multiple team selector with multiple item selector
Issue note · mozilla/pontoon#3368
RNNs (LSTM / GRU)
Recurrent models that carry a hidden state across the sequence.
N-gram language models
The classic statistical baseline. Predict the next token from the previous n−1.
Expose Completed strings in the API
Issue note · mozilla/pontoon#3291