module

Semtrace::SanityBench

Constants

ARITHMETIC = [{positive: [" king", " woman"], negative: [" man"], label: "king - man + woman"}, {positive: [" Paris", " Germany"], negative: [" France"], label: "Paris - France + Germany"}, {positive: [" bigger", " cold"], negative: [" big"], label: "bigger - big + cold"}]
PAIRS = [["cat", "dog"], ["man", "woman"], ["king", "queen"]]
SINGLES = ["cat", "dog", "the", "hello", "world", "man", "woman", "king"] of ::String

Class methods