/** * List of, *like*, English (both British and American) filler words. */ export const fillers = [ 'absolutely', 'actual', 'actually', 'amazing', 'anyway', 'apparently', 'approximately', 'badly', 'basically', 'begin', 'certainly', 'clearly', 'completely', 'definitely', 'easily', 'effectively', 'entirely', 'especially', 'essentially', 'exactly', 'extremely', 'fairly', 'frankly', 'frequently', 'fully', 'generally', 'hardly', 'heavily', 'highly', 'hopefully', 'just', 'largely', 'like', 'literally', 'maybe', 'might', 'most', 'mostly', 'much', 'necessarily', 'nicely', 'obviously', 'ok', 'okay', 'particularly', 'perhaps', 'possibly', 'practically', 'precisely', 'primarily', 'probably', 'quite', 'rather', 'real', 'really', 'relatively', 'right', 'seriously', 'significantly', 'simply', 'slightly', 'so', 'specifically', 'start', 'strongly', 'stuff', 'surely', 'things', 'too', 'totally', 'truly', 'try', 'typically', 'ultimately', 'usually', 'very', 'virtually', 'well', 'whatever', 'whenever', 'wherever', 'whoever', 'widely' ]