chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# WeHub 来源说明
|
||||
|
||||
- 原始项目:`spencermountain/compromise`
|
||||
- 原始仓库:https://github.com/spencermountain/compromise
|
||||
- 导入方式:上游默认分支的最新快照
|
||||
- 原作者、版权和许可证信息以原始仓库及本仓库 LICENSE 为准
|
||||
- 本文件仅用于记录来源,不代表 WeHub 是原项目作者
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+990
@@ -0,0 +1,990 @@
|
||||
compromise uses semver, and pushes to npm and github frequently
|
||||
|
||||
- **Major** is a breaking api change - method or response changes that can cause runtime errors.
|
||||
- **Minor** is a behaviour change - Tagging or grammar changes.
|
||||
- **Patch** is an obvious, non-controversial bugfix.
|
||||
|
||||
While all _Major_ releases should be reviewed, our only _large_ releases are **v6** in 2016 **v12** in 2019 and **v14** in 2022. Others have been mostly incremental.
|
||||
|
||||
<!-- #### [planned breaking]
|
||||
- fix doc.json(0) inconsistency
|
||||
- fix text() options
|
||||
- deprecate #Participle for #PastParticiple
|
||||
- run chunker only when necessary
|
||||
- cleanup verb+noun metadata in json()
|
||||
- remove confidence numbers
|
||||
-->
|
||||
|
||||
<!-- #### 14.13.0 [Unreleased]
|
||||
- **[fix]** - .not() overlap detection
|
||||
- **[fix]** - .before() .after()
|
||||
-->
|
||||
|
||||
#### 14.15.1 [May 2026]
|
||||
- **[fix]** - better textual time parsing - "one thirty am"
|
||||
- **[fix]** - ignore postinstall scripts
|
||||
- **[update]** - github action for publish providence
|
||||
- **[update]** - dependencies + audit fixes
|
||||
|
||||
#### 14.15.0 [Feb 2026]
|
||||
- **[update]** - support for Typescript 7 #1198
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.14.5 [Dec 2025]
|
||||
- **[fix]** - update types #1181
|
||||
- **[update]** - add nelissa and gert #1180
|
||||
- **[fix]** - sentence tokenization issues #1194 and #1193
|
||||
- **[update]** - prefer const to let
|
||||
- **[new]** - experimental cmd-k plugin
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.14.4 [Jan 2025]
|
||||
- **[fix]** - TypeScript & esm resolution #1165
|
||||
|
||||
#### 14.14.3 [Dec 2024]
|
||||
- **[fix]** - another runtime error in punctuation replace #1150
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.14.2 [Oct 2024]
|
||||
- **[fix]** - runtime error in punctuation replace #1150
|
||||
|
||||
#### 14.14.1 [Oct 2024]
|
||||
- **[update]** - compromise-dates 3.7.0
|
||||
- **[fix]** - runtime error in number parser #1145
|
||||
- **[update]** - dependencies
|
||||
|
||||
|
||||
#### 14.14.0 [July 2024]
|
||||
- **[new]** - .slashes() and .slashes().split() methods #1100
|
||||
- **[fix]** - multiple contraction issue #1128
|
||||
- **[fix]** - toNumbers() return values #1113
|
||||
- **[fix]** - (plugins/wikipedia) - fix hard-coded path for #1116
|
||||
- **[fix]** - (plugins/dates) - limit values in `mm/dd` format
|
||||
- **[fix]** - (plugins/dates) params mutation #1109
|
||||
- **[change]** - split people names by commas #1111
|
||||
- **[change]** - typescript export update #1104
|
||||
- **[update]** - eslint config format
|
||||
- **[update]** - github actions
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.13.0 [Apr 2024]
|
||||
|
||||
- **[new]** - .compute('freeze')
|
||||
- **[new]** - .debug('freeze')
|
||||
- **[change]** - allow 3-slashes in a word
|
||||
|
||||
#### 14.12.0 [Feb 2024]
|
||||
|
||||
- **[new]** - .payload() plugin
|
||||
- **[new]** - `.numbers().isUnit()` method #1089
|
||||
- **[change]** - update github workflow (thanks FDawgs!)
|
||||
- **[fix]** - README issues (thanks track0x1!)
|
||||
- **[fix]** - .has() inconsistency
|
||||
- **[new]** - support adding debug methods via plugins
|
||||
- **[change]** - remove deprecated .debug(object) support
|
||||
- **[fix]** - parentheses() match issue
|
||||
- **[fix]** - tokenization issue #1085
|
||||
- **[new]** - `dates().isBefore()`, `dates().isBefore()` methods
|
||||
- **[new]** - `.debug('dates')` method
|
||||
- **[fix]** - lazy join() issue
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.11.2 [Jan 2024]
|
||||
|
||||
- **[new]** - support for frozen lex in plugin object #1080
|
||||
- **[fix]** - toggling options in .json()
|
||||
- **[new]** - .join() and .joinIf() methods
|
||||
- **[new]** - support freeze in sweep
|
||||
- **[change]** - internal typescript improvements
|
||||
- **[fix]** - tagging issues
|
||||
- **[change]** - @hasEllipses must be following the word
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.11.1 [Jan 2024]
|
||||
|
||||
- **[fix]** - missing words in html output (thanks ryan!)
|
||||
- **[change]** - better #Possessive tagging for #1074
|
||||
- **[change]** - improved is/has contraction classifier #1074
|
||||
- **[change]** - fixes to subordinate clause identification #1072
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.11.0 [Dec 2023]
|
||||
|
||||
- **[new]** - tagging `.freeze()` and `.unfreeze()` feature
|
||||
- **[change]** - stronger deferal to internal lexicon
|
||||
- **[change]** - support any-length phrases in lexicon
|
||||
- **[fix]** - prevent missed overlapping lexicon phrases
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.10.1 [Nov 2023]
|
||||
|
||||
- **[fix]** - abbreviation checks for sentence-tokenizer #1061
|
||||
- **[change]** - improve person tagger #1059
|
||||
- **[change]** - add #FutureTense tag
|
||||
- **[fix]** - .out() runtime error #1056
|
||||
- **[fix]** - punctuation loss in .not() #1022
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.10.0 [Aug 2023]
|
||||
|
||||
- **[fix]** - verb conjugation fixes
|
||||
- **[fix]** - tagger fixes
|
||||
- **[change]** - align package.json with ESM module #1023
|
||||
- **[fix]** - .splitBefore() bugfix
|
||||
- **[fix]** - typescript+docs fixes #1023
|
||||
- **[fix]** - subtle changes to .text() and .isFull()
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.9.0 [May 2023]
|
||||
|
||||
- **[new]** - .verbs().toPastParticiple() method
|
||||
- **[new]** - `.normalize({ debullet: true })` #1004
|
||||
- **[change]** - typescript path changes (thanks @rotemdan !)
|
||||
- **[fix]** - suffix tagging issues
|
||||
- **[fix]** - match syntax issue #997
|
||||
- **[change]** - keep possessive in replace #1011
|
||||
- **[change]** - major improvements to adj.toNoun() conjugator
|
||||
- **[fix]** - parsematch bug #997
|
||||
- **[fix]** - "there's been" contraction
|
||||
- **[new]** - .conjugate() methods on Noun/Adverb/Adjective classes
|
||||
- **[new]** - add Gerund and PastParticiple to .verbs().conjugate() results
|
||||
- **[new]** - option to keep possessives in .replace() #1011
|
||||
- **[fix]** - tagger fix #998
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.8.2 [Feb 2023]
|
||||
|
||||
- **[change]** - #Actor tagging - in advance of #565
|
||||
- **[change]** - .noun() lumping changes - in advance of #565
|
||||
- **[new]** - support japanese full-stop
|
||||
- **[fix]** - number tagging #992
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.8.1 [Dec 2022]
|
||||
|
||||
- **[fix]** - tagging fixes
|
||||
- **[change]** - allow #Plural acronyms
|
||||
- **[fix]** - allow root matches in fastOr
|
||||
- **[fix]** - more flexible PhrasalVerb tagging
|
||||
|
||||
#### 14.8.0 [Dec 2022]
|
||||
|
||||
- **[fix]** - tagging fixes
|
||||
- **[new]** - add Person .presumedMale(), .presumedFemale() methods
|
||||
- **[new]** - add Pronoun class, .refersTo()
|
||||
- **[new]** - add Noun.references()
|
||||
- **[new]** - .nouns('spencer') shorthand as an if-match
|
||||
- **[change]** - "[do] you .." etc now #QuestionWord
|
||||
- **[new]** - add #Hyphenated tag
|
||||
- **[fix]** - improved Auxiliary verb tagging
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.7.1 [Nov 2022]
|
||||
|
||||
- **[fix]** - concat fix
|
||||
- **[change]** - tagging fixes
|
||||
- **[change]** - `{word/tag/sense}` sense-match syntax
|
||||
|
||||
#### 14.7.0 [Nov 2022]
|
||||
|
||||
- **[new]** - match term id
|
||||
- **[change]** - tag text by default on .concat('')
|
||||
- **[change]** - allow modifying term prePunctuation
|
||||
- **[new]** - .wrap() method
|
||||
- **[new]** - .isFull() method
|
||||
- **[new]** - support full `notIf` matches on sweep
|
||||
- **[fix]** - text params for #953
|
||||
- **[fix]** - nouns().isSingular() missing
|
||||
- **[change]** - one-character w/ dash tokenization #977
|
||||
- **[change]** - allow setting `model.one.prePunctuation` + `postPunctuation`
|
||||
- **[fix]** - compromise-paragraphs plugin
|
||||
|
||||
#### 14.6.0 [Oct 2022]
|
||||
|
||||
- **[change]** - move internal conjugation methods
|
||||
- **[update]** - github scripts
|
||||
- **[change]** - fixes to .clauses() parser
|
||||
- **[change]** - an astrix is not a word
|
||||
- **[new]** - @hasColon method
|
||||
- **[new]** - @hasDash supports two dashes
|
||||
- **[new]** - `#Passive` verb tag
|
||||
- **[new]** - existential `#There` tag
|
||||
- **[new]** - add tense info to sentence json
|
||||
- **[fix]** - verb tokenization issues
|
||||
- **[fix]** - .replace() issues
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.5.2 [Oct 2022]
|
||||
|
||||
- **[fix]** - runtime error #965
|
||||
- **[fix]** - misc possessive tagging issues
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.5.1 [Oct 2022]
|
||||
|
||||
- **[fix]** - .remove() fixes
|
||||
- **[change]** - support « angle quotes »
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.5.0 [August 2022]
|
||||
|
||||
- **[fix]** - possible runtime error in setTag method
|
||||
- **[change]** - make #Honorific always a #Person #951
|
||||
- **[new]** - manually change conjugations/inflections from plugin #949
|
||||
- **[new]** - `.adjectives().conjugate()` method
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.4.5 [August 2022]
|
||||
|
||||
- **[fix]** - fix logic for greedy-negative matches - #936
|
||||
- **[fix]** - fix tagging for 3-digit year iso dates - #868
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.4.4 [August 2022]
|
||||
|
||||
- **[fix]** - support {root} matches without compromise/two
|
||||
|
||||
#### 14.4.3 [August 2022]
|
||||
|
||||
- **[fix]** - guard for toRoot methods in root match
|
||||
- **[update]** - compromise-stats
|
||||
|
||||
#### 14.4.2 [July 2022]
|
||||
|
||||
- **[fix]** - hotfix for sentence tokenization issue #935
|
||||
|
||||
#### 14.4.1 [July 2022]
|
||||
|
||||
- **[change]** - improvements to negative-optional match logic - `!foo?`
|
||||
- **[change]** - support short sentences embedded in quotes+parentheses
|
||||
- **[change]** - faster sentence tokenizer
|
||||
- **[change]** - ° symbol is not punctuation
|
||||
- **[new]** - implement .swap() for comparative/superlative adjectives
|
||||
- **[fix]** - sentence.toFuture() conjugation rules
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.4.0 [July 2022]
|
||||
|
||||
- **[change]** - support root matches like '{walk}' work without doing .compute('root')
|
||||
- **[change]** - split numbers+units '12km' as contraction - #919
|
||||
- **[new]** - `.lazy(txt, match)` fast-scan method [1](https://observablehq.com/@spencermountain/compromise-performance)
|
||||
- **[fix]** - support apostrophes in lexicon #932
|
||||
- **[fix]** - support unTag property in sweep
|
||||
- **[change]** - keep sentence caches, when still valid
|
||||
- **[change]** - alias nlp.compile() to .buildTrie()
|
||||
- **[fix]** - tagging fixes
|
||||
- **[update]** - dependencies
|
||||
_plugin-releases_: dates, speed, de-compromise
|
||||
|
||||
#### 14.3.1 [June 2022]
|
||||
|
||||
- **[fix]** - missed caches in .sweep()
|
||||
- **[new]** - .out('hash') and `.json({hash:true})`
|
||||
|
||||
#### 14.3.0 [June 2022]
|
||||
|
||||
- **[fix]** - unwanted logging in compromise/one
|
||||
- **[fix]** - dependency export path for react-native builds #928
|
||||
- **[change]** - split hyphenated words in match syntax 'foo-bar'
|
||||
- **[change]** - support 4-digit number-ranges (when not a phone number)
|
||||
_plugin-releases_: dates
|
||||
|
||||
#### 14.2.1 [June 2022]
|
||||
|
||||
- **[fix]** - double-contraction issue #925
|
||||
- **[fix]** - .not() memleak #926
|
||||
|
||||
#### 14.2.0 [June 2022]
|
||||
|
||||
- **[fix]** - speed improvements
|
||||
- **[fix]** - bug with fast-or possessive matches
|
||||
- **[fix]** - bug with slow-or end-matches
|
||||
- **[change]** - no-longer attempt 's contractions in compromise/one
|
||||
- **[new]** - flag novel tags in world.one.tagSet
|
||||
- **[new]** - .sweep() and nlp.buildNet() methods
|
||||
- **[new]** - some typescript support in plugins #918
|
||||
- **[fix]** - better unicode support with Unicode property escapes
|
||||
- **[fix]** - problems matching on cached documents
|
||||
- **[fix]** - typescript fixes
|
||||
- **[fix]** - suffix tagging issues
|
||||
- **[fix]** - uncached matches missing in .sweep()
|
||||
- **[fix]** - non-empty results when pointer is first repaired
|
||||
- **[fix]** - nouns().toPlural() fix for #921
|
||||
- **[fix]** - drop deprecated .subst() method internally
|
||||
- **[new]** - some support for .numbers().units() again #919
|
||||
|
||||
#### 14.1.2 [April 2022]
|
||||
|
||||
- **[new]** - add .harden() .soften() undocumented methods
|
||||
- **[fix]** - support pre-parsed matches in .has() .if() and .not()
|
||||
- **[fix]** - contraction OR match issue
|
||||
- **[fix]** - match-syntax min-max issue
|
||||
- **[fix]** - normalized printout of abbreviations
|
||||
- **[update]** - date plugin release
|
||||
- **[update]** - dependencies
|
||||
|
||||
#### 14.1.1 [April 2022]
|
||||
|
||||
- **[fix]** - main property in package.json #911
|
||||
|
||||
#### 14.1.0 [April 2022]
|
||||
|
||||
- **[fix]** - client-side export format for plugins
|
||||
- **[new]** - more adjective transformation methods
|
||||
- **[new]** - emoji + emoticon tagger
|
||||
- **[new]** - case-sensitive match option - `{caseSensitive:true}`
|
||||
|
||||
### 🚨 14.0.0 🚨 [March 2022]
|
||||
|
||||
Major release - see [Release Notes](https://github.com/spencermountain/compromise/releases/tag/14.0.0) for full details
|
||||
|
||||
- **[breaking]** - remove `.parent()` and `.parents()` chain - (use `.all()` instead)
|
||||
- **[breaking]** - remove `@titleCase` alias (use @isTitleCase)
|
||||
- **[breaking]** - remove '.get()' alias - use '.eq()'
|
||||
- **[breaking]** - remove `.json(0)` shorthand - use `.json()[0]`
|
||||
- **[breaking]** - remove `.tagger()` - use .compute('tagger')
|
||||
- **[breaking]** - remove `.export()` -> .load() - use .json() -> nlp(json)
|
||||
- **[breaking]** - remove `nlp.clone()`
|
||||
- **[breaking]** - remove `.join()` _deprecated_
|
||||
- **[breaking]** - remove `.lists()` _deprecated_
|
||||
- **[breaking]** - remove `.segment()` _deprecated_
|
||||
- **[breaking]** - remove `.sententences().toParticiple()` & `.verbs().toParticiple()`
|
||||
- **[breaking]** - remove `.nouns().toPossessive()` & `.nouns().hasPlural()`
|
||||
- **[breaking]** - remove array support in match methods - (use `.match().match()` instead)
|
||||
- **[breaking]** - refactor `.out('freq')` output format - (uses `.compute('freq').terms().unique().json()` instead)
|
||||
- **[breaking]** - change `.json()` result format for subsets
|
||||
- **[change]** merge re-used capture-group names in one match
|
||||
- **[change]** drop support for undocumented empty '.split()' methods - which used to split the parent
|
||||
- **[change]** subtle changes to `.text('fmt')` formats
|
||||
- **[change]** @hasContraction is no-longer secretly-greedy. use `@hasContraction{2}`
|
||||
- **[change]** `.and()` now does a set 'union' operation of results (no overlaps)
|
||||
- **[change]** bestTag is now `.compute('tagRank')`
|
||||
- **[change]** `.sort()` is no longer in-place (its now immutable)
|
||||
- **[change]** drop undocumented options param to `.replaceWith()` method
|
||||
- **[change]** add match-group as 2nd param to split methods
|
||||
- **[change]** remove #FutureTense tag - which is not really a thing in english
|
||||
- **[change]** `.unique()` no-longer mutates parent
|
||||
- **[change]** `.normalize()` inputs cleanup
|
||||
- **[change]** drop agreement parameters in .numbers() methods
|
||||
- **[change]** - less-magical money parsing - `nlp('50 cents').money().get()` is no-longer `0.5`
|
||||
- **[change]** - .find() does not return undefined on an empty result anymore
|
||||
- **[change]** - fuzzy matches must now be wrapped in tildes, like `~this~`
|
||||
- **[new]** `.union()`, .intersection(), .difference() and .complement() methods
|
||||
- **[new]** `.confidence()` method - approximate tagging confidence score for arbitrary selections
|
||||
- **[new]** `.settle()` - remove overlaps in matches
|
||||
- **[new]** `.isDoc()` - helper-method for comparing two views
|
||||
- **[new]** `.none()` - helper-method for returning an empty view of the document
|
||||
- **[new]** `.toView()` method - drop back to a normal Class instance
|
||||
- **[new]** `.grow()` `.growLeft()` and `.growRight()` methods
|
||||
- **[new]** add punctuation match support via pre/post params
|
||||
- **[new]** add ambiguous empty .map() state as 2nd param
|
||||
|
||||
#### 13.11.3 [June 2021]
|
||||
|
||||
- **[fix]** - regex backtracing issue \#847 (thanks @srubin)
|
||||
- misc tagging fixes
|
||||
update deps
|
||||
|
||||
#### 13.11.2 [May 2021]
|
||||
|
||||
- **[fix]** - verbphrase conjugation fixes
|
||||
- **[fix]** - verbphrase tagger fixes
|
||||
- **[fix]** - url tagging regex improvements (thanks Axay!)
|
||||
update deps
|
||||
_plugin-releases_: dates
|
||||
|
||||
#### 13.11.1 [April 2021]
|
||||
|
||||
- **[fix]** - obscure runtime error in capture-groups
|
||||
update deps
|
||||
_plugin-releases_: typeahead
|
||||
|
||||
#### 13.11.0 [April 2021]
|
||||
|
||||
- **[change]** - use babel default build target (drop ie11 polyfill)
|
||||
- **[change]** - dont compile esm build w/ babel anymore
|
||||
- **[fix]** - sentence conjugation fixes
|
||||
- **[fix]** - improvements to phrasal verbs
|
||||
- **[change]** - keep tokenization for some more dashed suffixes like 'snail-like'
|
||||
_plugin-releases_: dates, numbers, sentences
|
||||
|
||||
#### 13.10.7 [April 2021]
|
||||
|
||||
- **[change]** - tokenize '2 - 5' as NumerRange, like '2-5' is
|
||||
- **[fix]** - edge-cases for URLs with numbers
|
||||
- **[fix]** - some sentences.toPastTense() fixes
|
||||
- **[fix]** - 'n weekends from now' math in plugin-date
|
||||
_plugin-releases_: dates, sentences
|
||||
|
||||
#### 13.10.6 [April 2021]
|
||||
|
||||
- **[fix]** - support more time-ranges
|
||||
_plugin-releases_: dates@2.0.2
|
||||
|
||||
#### 13.10.5 [March 2021]
|
||||
|
||||
- **[new]** - support Time-range like '3pm-4pm'
|
||||
- **[change]** - cleanup some unicode regexes
|
||||
_plugin-releases_: dates
|
||||
|
||||
#### 13.10.4 [March 2021]
|
||||
|
||||
- **[fix]** - match syntax tokenization fix
|
||||
- **[change]** - improved performance monitoring
|
||||
|
||||
#### 13.10.3 [March 2021]
|
||||
|
||||
- **[fix]** - support complicated regular-expressions in match syntax
|
||||
- improved performance testing
|
||||
|
||||
#### 13.10.2 [March 2021]
|
||||
|
||||
- **[fix]** - support matching implicit terms in (or|blocks)
|
||||
- **[change]** - add #Timezone tag (from date-plugin)
|
||||
- **[change]** - add many more cities and regions
|
||||
|
||||
#### 13.10.1 [March 2021]
|
||||
|
||||
- **[change]** - #Date terms can still be a #Conjunction
|
||||
- **[new]** - #Imperative tag and `.verbs().isImperative()` method
|
||||
- **[fix]** - some tagger issues
|
||||
- update deps
|
||||
_plugin-releases_: dates
|
||||
|
||||
#### 13.10.0 [Feb 2021]
|
||||
|
||||
- **[new]** - #Fraction tag and improved fraction support (thanks Jakeii!)
|
||||
- **[fix]** - edge-case match issues with `!` syntax
|
||||
- **[change]** - update deps
|
||||
- updates for `compromise-dates@1.4.0`, `compromise-numbers@1.2.0`
|
||||
|
||||
#### 13.9.3 [Feb 2021]
|
||||
|
||||
- **[fix]** - fix weird ordering issue with named exports #815
|
||||
|
||||
#### 13.9.2 [Feb 2021]
|
||||
|
||||
- **[fix]** - typescript issue
|
||||
|
||||
#### 13.9.1 [Feb 2021]
|
||||
|
||||
- **[fix]** - matches over a contraction
|
||||
- **[new]** - add 'implicit' text output
|
||||
|
||||
#### 13.9.0 [Feb 2021]
|
||||
|
||||
- **[new]** - World.addConjugations() method
|
||||
- **[new]** - World.addPlurals() method
|
||||
- **[new]** - start compromise-penn-tags plugin
|
||||
- **[new]** - add fuzzy option to match commands
|
||||
- **[new]** - support multiple-word matches in OR matches (a|b|foo bar|c)
|
||||
- **[change] (internal)** - rename 'oneOf' match syntax to 'fastOr'
|
||||
- **[change]** - use new export maps format
|
||||
- **[fix]** - conjugations fixes #800
|
||||
- **[fix]** - tokenization fixes #801
|
||||
|
||||
#### 13.8.0 [Dec 2020]
|
||||
|
||||
- **[change]** improved support for fractions in numbers-plugin #793
|
||||
- **[change]** remove zero-width characters in normalized output #759
|
||||
- **[change]** improved Person tagging with particles #794
|
||||
- **[change]** improved i18n Person names
|
||||
- **[change]** tagger+tokenization fixes
|
||||
- **[change]** remove empty results from .out('array') #795
|
||||
- **[change]** `.tokenize()` runs any postProcess() scripts from plugins
|
||||
- **[change]** improved support for lowercase acronyms
|
||||
- **[change]** - support years like '97
|
||||
- **[change]** - change tokenizer for '20-aug'
|
||||
- **[change]** - update deps of all plugins
|
||||
- **[fix]** - NumberRange tagging issue #795
|
||||
- **[fix]** - improved support for ordinal number ranges
|
||||
- **[fix]** - improved regex support in match-syntax
|
||||
- **[fix]** - improved support for ~soft~ match syntax #797
|
||||
- **[fix]** - better handling of `{0,n}` match syntax
|
||||
- **[new]** - new plugin `strict-match`
|
||||
- **[new]** - set NounPhrase, VerbPhrase tags in nlp-sentences plugin
|
||||
- **[new]** - `.phrases()` method in nlp-sentences plugin
|
||||
- **[new]** - support `.apppend(doc)` and `.prepend(doc)`
|
||||
- **[new]** - `values.normalize()` method
|
||||
|
||||
#### 13.7.0 [Oct 2020]
|
||||
|
||||
- **[change]** many misc tagging fixes
|
||||
- 'if' is now a #Preposition
|
||||
- possessive pronouns are #Pronoun and #Possessive
|
||||
- more phrasal verbs
|
||||
- make #Participle tag #PastTense
|
||||
- favor #PastTense over #Participle interpretation in tagger
|
||||
- **[change]** `@hasHyphen` returns false for sentence dashes
|
||||
- a lot more testing
|
||||
|
||||
#### 13.6.0 [Oct 2020]
|
||||
|
||||
- **[new]** first-attempt at `verbs().subject()` method
|
||||
- **[change]** avoid conjugating imperative tense - 'please close the door'
|
||||
- **[change]** misc tagging fixes #786
|
||||
- **[change]** .nouns() results split on quotations #783
|
||||
- **[change]** NumberRange must be < 4 digits #735
|
||||
- **[change]** reduction in #Person tag false-positives
|
||||
|
||||
#### 13.5.0 [Sep 2020]
|
||||
|
||||
- **[new]** add `.parseMatch()` method for pre-parsing match statements
|
||||
|
||||
#### 13.4.0 [Sep 2020]
|
||||
|
||||
- **[change]** stop including adverbs and some auxiliaries in `.conjugate()` results
|
||||
- **[change]** .append() and .prepend() on an empty doc now creates a new doc
|
||||
- **[new]** add `verbs().toParticiple()` method (add to observables/verb)
|
||||
- **[new]** add `sentences().toParticiple()` method (add to observables/verb)
|
||||
- **[fix]** some verb-tagging issues
|
||||
- **[fix]** contractions issue in `.clone()`
|
||||
- **[fix]** try harder to retain modal-verbs in conjugation - 'i should drive' no-longer becomes 'i will drive'
|
||||
|
||||
#### 13.3.2 [Aug 2020]
|
||||
|
||||
- fix for offset issue #771
|
||||
- fix for `{min,max}` syntax #767
|
||||
- typescript fixes
|
||||
- update deps
|
||||
|
||||
#### 13.3.1 [June 2020]
|
||||
|
||||
-support unicode spaces for #759
|
||||
|
||||
- major improvements to `compromise-plugin-dates` (1.0.0)
|
||||
|
||||
#### 13.3.0 [June 2020]
|
||||
|
||||
- bugfixes (conjugation and tagging) 752, 737, 725, 751, 743 748, 755, 758, 706, 761
|
||||
- support tokenized array as input
|
||||
- update deps
|
||||
- bugfix updates to `plugin-sentences`, and `plugin-dates`
|
||||
|
||||
#### 13.2.0 [May 2020]
|
||||
|
||||
- deprecate `.money()` and favour overloaded method in compromise-numbers plugin
|
||||
- add `.percentages()` and `.fractions()` to compromise-numbers plugin
|
||||
- add `.hasAfter()` and `.hasBefore()` methods
|
||||
- change handling of slashes
|
||||
- add `.world()` method to constructor
|
||||
- add more abbreviations
|
||||
- fix regex backtracking #739
|
||||
- tokenize build:
|
||||
- - remove conjugation and inflection data
|
||||
- - remove conjugation and inflection functions
|
||||
- remove sourcemap from build process (too big)
|
||||
- improvements to `.numbers().units()`
|
||||
- fix for linked-list runtime error #744 with contractions
|
||||
|
||||
#### 13.1.1
|
||||
|
||||
- fix `verbs.json()` runtime-error
|
||||
- improve empty `.lists()` methods
|
||||
- allow custom tag colors
|
||||
- test new github action workflow
|
||||
|
||||
#### 13.1.0
|
||||
|
||||
- significant (~30%) speed up of parsing
|
||||
- change sensitivity of input in `.lookup()` for major speed improvements.
|
||||
- improved typescript types
|
||||
- subtle changes to internal caching
|
||||
- adds 'oneOf' match syntax param
|
||||
- fixes `[word?]` syntax parsing
|
||||
|
||||
### 13.0.0 [Feb 2020]
|
||||
|
||||
_major changes to `.export()` and `[capture] group` match-syntax._
|
||||
|
||||
- **[breaking]** move .export() and .load() methods to plugin (compromise-export)
|
||||
- - change .export() format - this hasn't worked properly since v12. (mis-parsed contractions) see #669
|
||||
- **[breaking]** split `compromise-output` into `compromise-html` and `compromise-hash` plugins
|
||||
- **[breaking]** `.match('foo [bar]')` no-longer returns 'bar'. (use `.match('foo [bar]', 0)`)
|
||||
- **[breaking]** capture groups are no longer merged. `.match('[foo] [bar]')` returns two groups accessible with the new `.groups()` function
|
||||
- **[breaking]** change `.sentences()` method to return only full-sentences of matches (use `.all()` instead)
|
||||
|
||||
modifications:
|
||||
|
||||
- **[fix]** - nlp.clone() - hasn't worked properly, since v12. (@Drache93)
|
||||
- **[fix]** - issues with greedy capture [*] and [.+] -(@Drache93) 💛
|
||||
- add whitespace properties (pre+post) to default json output (suppress with `.json({ whitespace: false })`)
|
||||
- `.lookup({ key: val })` with an object now returns an object back ({val: Doc})
|
||||
- add nlp constructor as a third param to `.extend()`
|
||||
- support lexicon object param in tokenize - `.tokenize('my word', { word: 'tag' })`
|
||||
- clean-up of scripts and tooling
|
||||
- improved typescript types
|
||||
- add support for some french contractions like `j'aime -> je aime`
|
||||
- allow null results in `.map()` function
|
||||
- better typescript support
|
||||
- allow longer acronyms
|
||||
- **[fix]** - offset length issue
|
||||
- **[new]** - add new named-match syntax, with .groups() method (@Drache93)
|
||||
- **[new]** - add `nlp.fromJSON()` method
|
||||
- **[new]** - add a new `compromise-tokenize.js` build, without the tagger, or data included.
|
||||
|
||||
#### 12.3.0 [Jan 2020]
|
||||
|
||||
- prefer `@titleCase` instead of `#TitleCase` tag
|
||||
- update dependencies
|
||||
- fix case-sensitive paths
|
||||
- fix greedy-start match condition regression #651
|
||||
- fix single period sentence runtime error
|
||||
- fix potentially-unsafe regexes
|
||||
- improved tagging for '-ed' verbs (#616)
|
||||
- improve support for auxilary-pastTense ('was lifted') verb-phrases
|
||||
- more robust number-tagging regexes
|
||||
- setup typescript types for plugins #661 (thanks @Drache93!)
|
||||
- verb conjugation and tagger bugfixes
|
||||
- disambiguate between acronyms & yelling
|
||||
|
||||
##### 12.2.1 [Dec 2019]
|
||||
|
||||
- fix 'aint' contraction
|
||||
- make Doc.world writable
|
||||
- update deps
|
||||
- more tests
|
||||
- fix shared period with acronym at end of sentence
|
||||
- fix some mis-classification of contraction
|
||||
- fix over-active emoji regex
|
||||
- tag 'cookin', 'hootin' as `Gerund`
|
||||
- support unicode single-quote symbols in contractions
|
||||
|
||||
#### 12.2.0 [Dec 2019]
|
||||
|
||||
- improved splitting in .nouns()
|
||||
- add `.nouns().adjectives()` method
|
||||
- add `concat` param to `.pre()` and `.post()`
|
||||
- allow ellipses at start of term _"....so"_ in `@hasEllipses`
|
||||
- fix matches with optional-end `foo?$` match syntax
|
||||
- add typescript types for subsets
|
||||
|
||||
#### 12.1.0 [Nov 2019]
|
||||
|
||||
- add 'sideEffect:false' flag to build
|
||||
- considerable speedup (20%) in tagger
|
||||
- ensure trimming of whitespace for root/clean/reduced text formats
|
||||
- fix client-side logging
|
||||
- more flexible params to `replace()` and `replaceWith()`
|
||||
|
||||
### 12.0.0 :postal_horn: [Nov 2019]
|
||||
|
||||
- see **[Release Notes](https://github.com/spencermountain/compromise/wiki/v12-Release-Notes)**
|
||||
|
||||
#### 11.13.0
|
||||
|
||||
- support singular units in `.value()`
|
||||
|
||||
#### 11.11.0
|
||||
|
||||
- `.quotations()` no-longer return repeated results for nested quotes
|
||||
- simplify quotation tagset
|
||||
- `.out('normal')` no longer includes quotes or trailing-possessives
|
||||
- improve `.debug()` on client-side
|
||||
|
||||
#### 11.10.0
|
||||
|
||||
- better honorific support, add `honorifics` feature to .normalize()
|
||||
- elipses bugfixes
|
||||
- replace unicode chars in `.normalize()` now by default
|
||||
- `acronyms().stripPeriods()` and `acronyms().addPeriods()`
|
||||
|
||||
#### 11.9.0
|
||||
|
||||
- tag professions as `#Actor`
|
||||
- add more behaviours to `.normalize()`
|
||||
- support match-results as inputs to .match() and .not()
|
||||
- support some us-state abbreviations like 'Phoeniz AZ'
|
||||
|
||||
#### 11.8.0
|
||||
|
||||
- add `nouns().toPossessive()`
|
||||
- ngrams now remove empty-terms in contractions - fixes counting issue [#476](https://github.com/spencermountain/compromise/issues/476)
|
||||
|
||||
#### 11.7.0
|
||||
|
||||
- expose internal `sentences().isQuestion()` method
|
||||
- `.join()` as an alias for `.flatten()`
|
||||
- slightly different behavior for wildcards in capture-groups [pull/472](https://github.com/spencermountain/compromise/pull/472)
|
||||
- `.possessives()` subset + `#Possessive` tagging fixes
|
||||
- hide massive `world` output for console.log of a term
|
||||
|
||||
#### 11.6.0
|
||||
|
||||
- improve quotations() method
|
||||
- add .parentheses() method
|
||||
- add 'nickname' support to .people()
|
||||
- 'will be #Adjective' now tagged as Copula
|
||||
- include adverbs in verb conjugation (more) consistently
|
||||
- `sentences().toContinuous()` and `verbs().toGerund()`
|
||||
- some more aliases for jquery-like methods api
|
||||
- move `getPunctuation`, `setPunctuation` from .sentence to main Text method
|
||||
- rename internal `endPunctuation` to `getPunctuation`
|
||||
- more consistent `cardinal/ordinal` tagging for values
|
||||
|
||||
#### 11.5.0
|
||||
|
||||
- add #Abbreviation tag
|
||||
- add #ProperNoun tag
|
||||
- fixes for noun inflection
|
||||
|
||||
##### 11.4.1
|
||||
|
||||
- include old ending punctuation in a `.replace()` cmd
|
||||
|
||||
##### 11.3.1
|
||||
|
||||
- almost-double the support for first-names
|
||||
- changes to bestTag method
|
||||
|
||||
##### 11.2.1
|
||||
|
||||
- rolls-back some aggressive JustesonKatz stuff
|
||||
- better support for emdash numberRange
|
||||
- 'can\'t' contraction bugfix
|
||||
- fix for dates().toShortForm()
|
||||
|
||||
#### 11.1.0
|
||||
|
||||
- add `#Multiple` Values tag, and changes to how invalid numbers like 'sixty fifteen hundred' are understood
|
||||
- better em-dash/en-dash support
|
||||
- better conjugate implicit verbs inside contractions - "i'm", "we've"
|
||||
- nouns().articles() method
|
||||
- neighborhoods as #Place
|
||||
- support more complex noun-phrases with JustesonKatz in `.nouns()`
|
||||
|
||||
### v11
|
||||
|
||||
- support for persistent lexicon/tagset changes
|
||||
- `addTags, addWords, addRegs, addPlurals, addConjugations` methods to extend native data
|
||||
- - `.plugin()` method to wrap all of these into one
|
||||
- - (removal of `.packWords()` method)
|
||||
- more `.organizations()` matches
|
||||
- regex-support in .match() - `nlp('it is waaaay cool').match('/aaa/').out()//'waaaay'`
|
||||
- improved apostrophe-s disambiguation
|
||||
- support whitespace before sentence boundary
|
||||
- improved QuestionWord tagging, some `.questions()` without a question-mark
|
||||
- phrasalVerb conjugation
|
||||
- new #Activity tag for Gerunds as nouns 'walking is fun'
|
||||
- change ngram params to an object `{size:int, max:int}`
|
||||
- implement '[]' capture-group syntax in .match()
|
||||
- bring-back `map, filter, foreach and reduce` methods
|
||||
- set `.words()` as alias for .terms()
|
||||
- `people().firstNames()`, `people().lastNames()`
|
||||
- split-out comma-separated adverbs
|
||||
|
||||
##### 10.7.2
|
||||
|
||||
- fix for '.watch' reserved word in efrt
|
||||
|
||||
#### 10.7.0
|
||||
|
||||
- improved `places()` parsing
|
||||
- improved `{min,max}` match syntax
|
||||
- new `.out('match')` method
|
||||
- quiet addition of .pack() and .unpack() for owen
|
||||
|
||||
#### 10.6.0
|
||||
|
||||
- move internal lexicon around, to support new format in v11
|
||||
- added states & provinces as #Region
|
||||
- added #Comparable tag for adjectives that conjugate
|
||||
|
||||
#### 10.5.0
|
||||
|
||||
- add increment/decrement/add/subtract methods to .values()
|
||||
- add units(), noUnits() methods to .values()
|
||||
- 'uncountable' nouns are no longer assumed to be singular
|
||||
- money tag is no longer always a value
|
||||
|
||||
#### 10.4.0
|
||||
|
||||
- improved tagging of `VerbPhrase` and `Condition`
|
||||
- fixes to contractions in sentence-changes - "i'm going -> i went"
|
||||
- several verb conjugation fixes
|
||||
- accept Terms & Result objects in .match() and .replace()
|
||||
|
||||
#### 10.3.0
|
||||
|
||||
- new `Percent` tag
|
||||
- lump more units in with `.values()`
|
||||
|
||||
#### 10.2.0
|
||||
|
||||
- .trim() method,
|
||||
- adjective tagging fixes
|
||||
- some new .out() methods
|
||||
|
||||
#### 10.1.0
|
||||
|
||||
- fix return format of .isPlural(), so it acts like a match filter
|
||||
- less-greedy date tagging & ambiguous month fixes
|
||||
|
||||
### v10
|
||||
|
||||
- cleanup & rename some `.value()` methods
|
||||
- change lumping behaviour of lexicon terms with multiple words
|
||||
- keep more former tags after a term replace method
|
||||
- new `.random()` method
|
||||
- new `.lessThan()`, `.greaterThan()`, `.equalTo()` methods
|
||||
- new prefix/suffix/infix matches with `_ffix` syntax
|
||||
- `tag()` supports a sequence of tags for a sequence of terms
|
||||
- .match 'range' queries now use a real match - `#Adverb{2,4}`
|
||||
- new `.before()` and `.after()` match methods
|
||||
- removes `.lexicon()` method for many-lexicons concept
|
||||
- changes params of `.replaceWith()` method to a 'keyTags' boolean
|
||||
- improved .debug() and logging on client-side
|
||||
|
||||
#### 9.1.0
|
||||
|
||||
- pretty-real filesize reduction by swapping es6 classes for es5 inheritance
|
||||
|
||||
### v9.0.0
|
||||
|
||||
- rename `Term.tag` object to `Term.tags` so the `.tag()` method can work throughout more-consistently
|
||||
- fix 'Auxillary' tag typo to 'Auxiliary'
|
||||
- optimisation of .match(), and tagset - significant speedup!
|
||||
- adds `.tagger()` method and cleanup extra params
|
||||
- adds `wordStart` and `wordEnd` offsets to `.out('offset')` for whitespace+punctuation
|
||||
- new `.has()` method for faster lookups
|
||||
|
||||
#### 8.2.0
|
||||
|
||||
- add `nlp.out('index')` method, 12 bugs
|
||||
|
||||
#### 8.1.0
|
||||
|
||||
- add `nlp.tokenize()` method for disabling pos-tagging of input
|
||||
|
||||
### v8.0.0
|
||||
|
||||
- less-ambitious date-parsing of nl-date forms
|
||||
- filesize reduction using [efrt](https://github.com/nlp-compromise/efrt) data structure (254k -> 214k)
|
||||
|
||||
##### 7.0.15
|
||||
|
||||
- fix for IE9
|
||||
|
||||
### v7 :postal_horn:
|
||||
|
||||
- weee! [big change!](https://github.com/nlp-compromise/compromise/wiki/v7-Upgrade,-welcome) _npm package rename_
|
||||
|
||||
#### 6.5.0
|
||||
|
||||
- builds now using browserify + derequire()
|
||||
|
||||
#### 6.4.0
|
||||
|
||||
- re-written term-lumper logic
|
||||
|
||||
#### 6.3.0
|
||||
|
||||
- new nlp.lexicon({word:'POS'}) flow
|
||||
|
||||
### v6
|
||||
|
||||
- be consistent with `text.normal()`, `term.all_forms()`, `text.word_count()`. `text.normal()` includes sentence-terminators, like periods etc.
|
||||
|
||||
#### 5.2.0
|
||||
|
||||
- airport codes support, helper methods for specific POS
|
||||
|
||||
#### 5.1.0
|
||||
|
||||
- newlines split sentences
|
||||
|
||||
### v5
|
||||
|
||||
- Text methods now return this, instead of array of sentences
|
||||
|
||||
#### 4.12.0
|
||||
|
||||
- more-sensible responses for invalid, non-string inputs
|
||||
|
||||
#### 4.11.0
|
||||
|
||||
- 14 PRs, with fixes for currencies, pluralization, conjugation
|
||||
|
||||
#### 4.10.0
|
||||
|
||||
- Value.to_text() new method, fix "Posessive" POS typo
|
||||
|
||||
#### 4.9.0
|
||||
|
||||
- return of the text.spot() method (Re:#107)
|
||||
|
||||
#### 4.8.0
|
||||
|
||||
- more aggressive lumping of dates, like 'last week of february'
|
||||
|
||||
#### 4.7.0
|
||||
|
||||
- whitespace reproduction in .text() methods
|
||||
|
||||
#### 4.6.0
|
||||
|
||||
- move negate from sentence to verb & statement
|
||||
|
||||
#### 4.2.0
|
||||
|
||||
- rename 'implicit' to 'expansion' for smarter contractions
|
||||
|
||||
##### 4.1.3
|
||||
|
||||
- added readable-compression to adj, verbs (121kb -> 117kb)
|
||||
|
||||
#### 4.1.0
|
||||
|
||||
- hyphenated words are normalized into spaces
|
||||
|
||||
### v4.0.0
|
||||
|
||||
- grammar-aware match & replace functions
|
||||
|
||||
##### 3.0.2
|
||||
|
||||
- Statement & Question classes
|
||||
|
||||
### v3.0.0 Feb 2016
|
||||
|
||||
- split ngram, locale, and syllables into plugins in seperate repo
|
||||
|
||||
### 2.0.0 - Nov 2015
|
||||
|
||||
- es6 classes, babel building
|
||||
- better test coverage
|
||||
- ngram uses term tokenization, so that 'Tony Hawk' us one term, and not two
|
||||
- more organized pos rules
|
||||
- Pos tagging is done implicitly now once nlp.Text is run
|
||||
- Entity spotting is split into .people(), .place(), .organisations()
|
||||
- unicode normalisation is killed
|
||||
- opaque two-letter tags are gone
|
||||
- plugin support
|
||||
- passive tense detection
|
||||
- lexicon can be augmented third-party
|
||||
- date parsing results are different
|
||||
|
||||
##### 1.1.0 - May 2015
|
||||
|
||||
- smarter handling of ambiguous contractions ("he's" -> ["he is", "he has"])
|
||||
|
||||
### v1.0.0 - May 2015
|
||||
|
||||
- added name genders and beginning of co-reference resolution ('Tony' -> 'he') API.
|
||||
- small breaking change on `Noun.is_plural` and `Noun.is_entity`, affording significant pos() speedup. Bumped Major version for these changes.
|
||||
|
||||
##### 0.5.2 - May 2015
|
||||
|
||||
- Phrasal verbs ('step up'), firstnames and .people()
|
||||
|
||||
##### 0.4.0 - May 2015
|
||||
|
||||
- Major file-size reduction through refactoring
|
||||
|
||||
##### 0.3.0 - Jan 2015
|
||||
|
||||
- New NER choosing algorithm, better capitalisation logic, consolidated tests
|
||||
|
||||
##### 0.2.0 - Nov 2014
|
||||
|
||||
- Sentence class methods, client-side demos
|
||||
@@ -0,0 +1,20 @@
|
||||
hello!
|
||||
|
||||
here is the data compressed and compiled into the word models that compromise uses to understand text.
|
||||
|
||||
there are some things to note:
|
||||
|
||||
1. run `npm run pack` after making a change, to see changes appear.
|
||||
|
||||
2. lexicon words are lowercased and compressed with [efrt](https://github.com/spencermountain/efrt), some characters are reserved -`[0-9,;!:|¦]`
|
||||
|
||||
3. be careful adding ambiguous words - 'ray' should not be a #Person - it's a better fit for `./switches/person-date.js`
|
||||
|
||||
4. many word-lists have conjugations automatically applied to them - #Singular words are pluralized, etc.
|
||||
|
||||
|
||||
the lexicon output data can be found in `./src/2-two/preTagger/model/lexicon/_data.js`
|
||||
|
||||
and the word-conjugation data can be found in `./src/2-two/preTagger/model/models/_data.js`
|
||||
|
||||
for more information, see the [compromise-lexicon docs](https://observablehq.com/@spencermountain/compromise-lexicon).
|
||||
@@ -0,0 +1,813 @@
|
||||
//adjectives that don't conjugate to superlative/adverb/verb forms
|
||||
export default [
|
||||
'prima',
|
||||
'ultra',
|
||||
'extra',
|
||||
'vice versa',
|
||||
'magenta',
|
||||
'superb',
|
||||
'cardiac',
|
||||
|
||||
// -ic
|
||||
'specific',
|
||||
'terrific',
|
||||
'horrific',
|
||||
'scientific',
|
||||
'public',
|
||||
'symbolic',
|
||||
'alcoholic',
|
||||
'organic',
|
||||
'hispanic',
|
||||
'generic',
|
||||
'didactic',
|
||||
'gigantic',
|
||||
'frantic',
|
||||
'authentic',
|
||||
'ad hoc',
|
||||
'ahead',
|
||||
'widespread',
|
||||
|
||||
// -ed
|
||||
'nuanced',
|
||||
'wounded',
|
||||
'retarded',
|
||||
'naked',
|
||||
'buck naked',
|
||||
'fabled',
|
||||
'so called',
|
||||
'old fashioned',
|
||||
'sacred',
|
||||
'deceased',
|
||||
'diseased',
|
||||
'lapsed',
|
||||
'sophisticated',
|
||||
'antiquated',
|
||||
'spirited',
|
||||
'talented',
|
||||
'subdued',
|
||||
'beloved',
|
||||
'hallowed',
|
||||
'crazed',
|
||||
'infrared',
|
||||
'grizzled',
|
||||
'appalled',
|
||||
'enamored',
|
||||
'newlywed',
|
||||
'famed',
|
||||
'jaded',
|
||||
'conceited',
|
||||
|
||||
// -id
|
||||
'plaid',
|
||||
'prepaid',
|
||||
'afraid',
|
||||
'rabid',
|
||||
'placid',
|
||||
'splendid',
|
||||
'sordid',
|
||||
'rheumatoid',
|
||||
'devoid',
|
||||
'torpid',
|
||||
'languid',
|
||||
|
||||
'behind',
|
||||
'blind',
|
||||
'beyond',
|
||||
'good',
|
||||
'substandard',
|
||||
'on board',
|
||||
'aboard',
|
||||
'onboard',
|
||||
'off guard',
|
||||
'awkward',
|
||||
'forward',
|
||||
'straight forward',
|
||||
'straightforward',
|
||||
'boldface',
|
||||
|
||||
'avant garde',
|
||||
'home made',
|
||||
'wee',
|
||||
'teenage',
|
||||
'average',
|
||||
'awake',
|
||||
'upscale',
|
||||
'wholesale',
|
||||
|
||||
// -ble
|
||||
'able',
|
||||
'probable',
|
||||
'foreseeable',
|
||||
'notable',
|
||||
'valuable',
|
||||
'invaluable',
|
||||
'soluble',
|
||||
'insoluble',
|
||||
'single',
|
||||
|
||||
// -ile
|
||||
'fragile',
|
||||
'worthwhile',
|
||||
'sterile',
|
||||
'volatile',
|
||||
'versatile',
|
||||
'fertile',
|
||||
'hostile',
|
||||
|
||||
'whole',
|
||||
'multiple',
|
||||
'ample',
|
||||
'same',
|
||||
'supreme',
|
||||
'part time',
|
||||
'profane',
|
||||
'humane',
|
||||
'insane',
|
||||
'obscene',
|
||||
'serene',
|
||||
|
||||
// -ine
|
||||
'alkaline',
|
||||
'offline',
|
||||
'crystalline',
|
||||
'online',
|
||||
'masculine',
|
||||
'feminine',
|
||||
'pristine',
|
||||
|
||||
'done',
|
||||
'autoimmune',
|
||||
'picayune',
|
||||
'aware',
|
||||
'macabre',
|
||||
'sincere',
|
||||
'mere',
|
||||
'entire',
|
||||
'bizarre',
|
||||
'premature',
|
||||
'immature',
|
||||
'obese',
|
||||
'precise',
|
||||
'concise',
|
||||
'false',
|
||||
'immense',
|
||||
'intense',
|
||||
'sparse',
|
||||
'adverse',
|
||||
'diverse',
|
||||
'perverse',
|
||||
'profuse',
|
||||
|
||||
// -ate
|
||||
'delicate',
|
||||
'up to date',
|
||||
'immediate',
|
||||
'appropriate',
|
||||
'inappropriate',
|
||||
'legitimate',
|
||||
'ultimate',
|
||||
'insubordinate',
|
||||
'indeterminate',
|
||||
'innate',
|
||||
'passionate',
|
||||
'compassionate',
|
||||
'proportionate',
|
||||
'alternate',
|
||||
'fortunate',
|
||||
'disparate',
|
||||
'degenerate',
|
||||
'temperate',
|
||||
'desperate',
|
||||
'literate',
|
||||
'illiterate',
|
||||
'irate',
|
||||
'accurate',
|
||||
'inaccurate',
|
||||
'commensurate',
|
||||
'adequate',
|
||||
'inadequate',
|
||||
'private',
|
||||
|
||||
'obsolete',
|
||||
'incomplete',
|
||||
'discrete',
|
||||
'recondite',
|
||||
'impolite',
|
||||
'finite',
|
||||
'definite',
|
||||
'indefinite',
|
||||
'trite',
|
||||
'petite',
|
||||
'exquisite',
|
||||
'en suite',
|
||||
'acute',
|
||||
'absolute',
|
||||
'resolute',
|
||||
'en route',
|
||||
'due',
|
||||
'concave',
|
||||
'coercive',
|
||||
'conducive',
|
||||
'alive',
|
||||
'aggressive',
|
||||
'attractive',
|
||||
'above',
|
||||
'ablaze',
|
||||
'bronze',
|
||||
'well off',
|
||||
'far off',
|
||||
'aloof',
|
||||
'soundproof',
|
||||
'weatherproof',
|
||||
|
||||
// -ing
|
||||
'menacing',
|
||||
'longstanding',
|
||||
'impending',
|
||||
'far reaching',
|
||||
'scathing',
|
||||
'foregoing',
|
||||
'ongoing',
|
||||
'easygoing',
|
||||
'lumbering',
|
||||
'nausiating',
|
||||
'preexisting',
|
||||
'left wing',
|
||||
'right wing',
|
||||
'mindblowing',
|
||||
'knowing',
|
||||
'appetizing',
|
||||
'appalling',
|
||||
|
||||
'smug',
|
||||
// -ish
|
||||
'snobbish',
|
||||
'selfish',
|
||||
'hellish',
|
||||
'foolish',
|
||||
'stylish',
|
||||
'squeamish',
|
||||
'loutish',
|
||||
|
||||
'mammoth',
|
||||
'north',
|
||||
'south',
|
||||
'punjabi',
|
||||
'mini',
|
||||
'a priori',
|
||||
'ok',
|
||||
'brisk',
|
||||
|
||||
// -al
|
||||
'global',
|
||||
'ethereal',
|
||||
'legal',
|
||||
'illegal',
|
||||
'conjugal',
|
||||
'lethal',
|
||||
'racial',
|
||||
'beneficial',
|
||||
'artificial',
|
||||
'crucial',
|
||||
'colonial',
|
||||
'initial',
|
||||
'influential',
|
||||
'partial',
|
||||
'impartial',
|
||||
'final',
|
||||
'literal',
|
||||
'colossal',
|
||||
'equal',
|
||||
'usual',
|
||||
'actual',
|
||||
'archival',
|
||||
'rival',
|
||||
'royal',
|
||||
|
||||
// -el
|
||||
'civil',
|
||||
'all',
|
||||
'overall',
|
||||
'still',
|
||||
'old school',
|
||||
|
||||
// -ful
|
||||
'peaceful',
|
||||
'graceful',
|
||||
'vengeful',
|
||||
'shameful',
|
||||
'careful',
|
||||
'useful',
|
||||
'hateful',
|
||||
'grateful',
|
||||
'tasteful',
|
||||
'wasteful',
|
||||
'beautiful',
|
||||
'gainful',
|
||||
'painful',
|
||||
'helpful',
|
||||
'doubtful',
|
||||
'forgetful',
|
||||
'fretful',
|
||||
'delightful',
|
||||
'rightful',
|
||||
'thoughtful',
|
||||
'wistful',
|
||||
|
||||
'dim',
|
||||
'longterm',
|
||||
'ad infinitum',
|
||||
'urban',
|
||||
'suburban',
|
||||
'mammalian',
|
||||
'deadpan',
|
||||
|
||||
// -en
|
||||
'wooden',
|
||||
'barren',
|
||||
'rotten',
|
||||
'craven',
|
||||
'proven',
|
||||
'frozen',
|
||||
|
||||
'foreign',
|
||||
'benign',
|
||||
'main',
|
||||
'certain',
|
||||
'highfalutin',
|
||||
'spot on',
|
||||
'modern',
|
||||
'northern',
|
||||
'southern',
|
||||
'western',
|
||||
'upside down',
|
||||
'gung ho',
|
||||
'macho',
|
||||
'in vitro',
|
||||
'de facto',
|
||||
'ipso facto',
|
||||
'asleep',
|
||||
'tip top',
|
||||
'nonstop',
|
||||
'fed up',
|
||||
'hard up',
|
||||
'familiar',
|
||||
|
||||
// -er
|
||||
'somber',
|
||||
'sheer',
|
||||
'eager',
|
||||
'together',
|
||||
'other',
|
||||
'former',
|
||||
'inner',
|
||||
'proper',
|
||||
'improper',
|
||||
'upper',
|
||||
'super duper',
|
||||
'super',
|
||||
'lesser',
|
||||
'outer',
|
||||
'over',
|
||||
|
||||
'junior',
|
||||
'inferior',
|
||||
'prior',
|
||||
'major',
|
||||
'indoor',
|
||||
'outdoor',
|
||||
'backwards',
|
||||
'sui generis',
|
||||
'gratis',
|
||||
'for keeps',
|
||||
'bogus',
|
||||
'dangerous',
|
||||
'offbeat',
|
||||
'upbeat',
|
||||
|
||||
// -ct
|
||||
'abstract',
|
||||
'intact',
|
||||
'exact',
|
||||
// 'perfect',
|
||||
'imperfect',
|
||||
'erect',
|
||||
'indirect',
|
||||
'incorrect',
|
||||
'derelict',
|
||||
'distinct',
|
||||
|
||||
'discreet',
|
||||
'soviet',
|
||||
'upset',
|
||||
'makeshift',
|
||||
'overweight',
|
||||
'lightweight',
|
||||
'overnight',
|
||||
'uptight',
|
||||
'overwrought',
|
||||
'illicit',
|
||||
'implicit',
|
||||
'explicit',
|
||||
'nonprofit',
|
||||
'difficult',
|
||||
|
||||
// -ant
|
||||
'vacant',
|
||||
'significant',
|
||||
'insignificant',
|
||||
'abundant',
|
||||
'redundant',
|
||||
'extravagant',
|
||||
'elegant',
|
||||
'arrogant',
|
||||
'obediant',
|
||||
'defiant',
|
||||
'nonchalant',
|
||||
'vigilant',
|
||||
'dormant',
|
||||
'dominant',
|
||||
'resonant',
|
||||
'vibrant',
|
||||
'exuberant',
|
||||
'tolerant',
|
||||
'flagrant',
|
||||
'ignorant',
|
||||
'aberrant',
|
||||
'reluctant',
|
||||
'exultant',
|
||||
'important',
|
||||
'distant',
|
||||
'resistant',
|
||||
'constant',
|
||||
'relevant',
|
||||
'irrelevant',
|
||||
'observant',
|
||||
'cognizant',
|
||||
|
||||
// -ent
|
||||
'bent',
|
||||
'fluorescent',
|
||||
'interdependent',
|
||||
'stringent',
|
||||
'emergent',
|
||||
'divergent',
|
||||
'urgent',
|
||||
'efficient',
|
||||
'permanent',
|
||||
'eminent',
|
||||
'imminent',
|
||||
'prominent',
|
||||
'pertinent',
|
||||
'apparent',
|
||||
'transparent',
|
||||
'absent',
|
||||
'fluent',
|
||||
'affluent',
|
||||
'frequent',
|
||||
'infrequent',
|
||||
'subsequent',
|
||||
'consequent',
|
||||
'congruent',
|
||||
'insolvent',
|
||||
|
||||
'conjoint',
|
||||
'disjoint',
|
||||
'in front',
|
||||
'up front',
|
||||
'moot',
|
||||
'apt',
|
||||
'adept',
|
||||
'nondescript',
|
||||
// 'exempt',
|
||||
'abrupt',
|
||||
|
||||
'inert',
|
||||
'overt',
|
||||
'covert',
|
||||
'east',
|
||||
'abreast',
|
||||
'steadfast',
|
||||
'honest',
|
||||
'populist',
|
||||
'against',
|
||||
'most',
|
||||
'uttermost',
|
||||
'robust',
|
||||
'devout',
|
||||
'kaput',
|
||||
'next',
|
||||
'in situ',
|
||||
'brand new',
|
||||
'below',
|
||||
'faux',
|
||||
'everyday',
|
||||
'okay',
|
||||
'nearby',
|
||||
'muddy',
|
||||
'speedy',
|
||||
'moldy',
|
||||
'handy',
|
||||
'cutesy',
|
||||
'creepy',
|
||||
'sleepy',
|
||||
'drowsy',
|
||||
'folksy',
|
||||
'handsy',
|
||||
'fiery',
|
||||
'flowery',
|
||||
'cheery',
|
||||
'chintzy',
|
||||
|
||||
// -ly
|
||||
'kindly',
|
||||
'monthly',
|
||||
'daily',
|
||||
'weekly',
|
||||
'seemly',
|
||||
'womanly',
|
||||
'yearly',
|
||||
'scholarly',
|
||||
'elderly',
|
||||
'orderly',
|
||||
'quarterly',
|
||||
'neighborly',
|
||||
'hourly',
|
||||
'surly',
|
||||
'nightly',
|
||||
'many',
|
||||
'sparkly',
|
||||
// 'approximately',
|
||||
// 'fortunately',
|
||||
'lately',
|
||||
// 'ultimately',
|
||||
|
||||
// -ry
|
||||
'legendary',
|
||||
'secondary',
|
||||
'dreary',
|
||||
'tertiary',
|
||||
'primary',
|
||||
'customary',
|
||||
'honorary',
|
||||
'temporary',
|
||||
'arbitrary',
|
||||
'contrary',
|
||||
'necessary',
|
||||
'supervisory',
|
||||
'sensory',
|
||||
'mandatory',
|
||||
'inhibitory',
|
||||
'auditory',
|
||||
'statutory',
|
||||
'sorry',
|
||||
'hairy',
|
||||
'uppity',
|
||||
'guilty',
|
||||
'woozy',
|
||||
|
||||
// un-prefix that aren't verbs
|
||||
'unabated',
|
||||
'unappealing',
|
||||
'unassuming',
|
||||
'unattended',
|
||||
'unauthorized',
|
||||
'unbecoming',
|
||||
'unchallenged',
|
||||
'uncharted',
|
||||
'unchecked',
|
||||
'uncircumcised',
|
||||
'unconvincing',
|
||||
'undecided',
|
||||
|
||||
'under',
|
||||
'underage',
|
||||
'undercover',
|
||||
'underhand',
|
||||
'underlying',
|
||||
'underneath',
|
||||
'underprivileged',
|
||||
'undersized',
|
||||
'underwater',
|
||||
'underway',
|
||||
'underweight',
|
||||
|
||||
'undisclosed',
|
||||
'undisputed',
|
||||
'undocumented',
|
||||
'undue',
|
||||
'unemployed',
|
||||
'unending',
|
||||
'uneven',
|
||||
'unexpected',
|
||||
'unexplained',
|
||||
'unfair',
|
||||
'unfinished',
|
||||
'unforeseen',
|
||||
'unguarded',
|
||||
'unheard',
|
||||
'uninsured',
|
||||
'uninterested',
|
||||
'uninterrupted',
|
||||
'uninvited',
|
||||
'unique',
|
||||
'universal',
|
||||
'unknown',
|
||||
'unmarried',
|
||||
'unmatched',
|
||||
'unmet',
|
||||
'unnamed',
|
||||
'unnoticed',
|
||||
'unopposed',
|
||||
'unpaid',
|
||||
'unparalleled',
|
||||
'unprecedented',
|
||||
'unrecognized',
|
||||
'unregulated',
|
||||
'unrelated',
|
||||
'unrelenting',
|
||||
'unrequited',
|
||||
'unreserved',
|
||||
'unresolved',
|
||||
'unruly',
|
||||
'unseen',
|
||||
'unsettled',
|
||||
'unsightly',
|
||||
'unsold',
|
||||
'unspent',
|
||||
'unspoken',
|
||||
'unsupervised',
|
||||
'unsuspecting',
|
||||
'untapped',
|
||||
'untested',
|
||||
'untold',
|
||||
'untouched',
|
||||
'unused',
|
||||
'unwanted',
|
||||
'unwarranted',
|
||||
'unwieldy',
|
||||
|
||||
'recent',
|
||||
'overseas',
|
||||
'monochrome',
|
||||
'contradictory',
|
||||
'satisfactory',
|
||||
|
||||
'skilled',
|
||||
'antique',
|
||||
'dependent',
|
||||
'independent',
|
||||
'modest',
|
||||
|
||||
// -ide
|
||||
'bona fide',
|
||||
'bonafide',
|
||||
// -ate
|
||||
'affectionate',
|
||||
'celebate',
|
||||
'corporate',
|
||||
'illegitimate',
|
||||
'inconsiderate',
|
||||
'inordinate',
|
||||
'proximate',
|
||||
|
||||
'renowned',
|
||||
'beside',
|
||||
'alright',
|
||||
'top notch',
|
||||
'self sufficient',
|
||||
'middle aged',
|
||||
'no more',
|
||||
'ashen',
|
||||
'scarlet',
|
||||
'alone',
|
||||
'homesick',
|
||||
'longtime',
|
||||
'bigtime',
|
||||
'inside',
|
||||
'outside',
|
||||
'artsy',
|
||||
'antsy',
|
||||
'golden',
|
||||
'bare',
|
||||
'subpar',
|
||||
'ingrown',
|
||||
'agreeable',
|
||||
'vile',
|
||||
'mega',
|
||||
'frilly',
|
||||
'indulgent',
|
||||
'win win',
|
||||
'strung out',
|
||||
'whacked out',
|
||||
'crystal clear',
|
||||
'skin deep',
|
||||
'pent up',
|
||||
'partisan',
|
||||
'bipartisan',
|
||||
'ice cold',
|
||||
'one on one',
|
||||
'ongoing',
|
||||
'literary',
|
||||
'beneath',
|
||||
'alike',
|
||||
'mainstream',
|
||||
'metropolitan',
|
||||
'overboard',
|
||||
'mediocre',
|
||||
'maritime',
|
||||
'paranoid',
|
||||
'compulsory',
|
||||
'hardcore',
|
||||
'clockwise',
|
||||
'counterclockwise',
|
||||
'multifaceted',
|
||||
'lighthearted',
|
||||
'belated',
|
||||
'bestselling',
|
||||
'breathtaking',
|
||||
'infinite',
|
||||
'southwest',
|
||||
'northwest',
|
||||
'southeast',
|
||||
'northeast',
|
||||
'indie',
|
||||
'nude',
|
||||
'destitute',
|
||||
'obligated',
|
||||
'naval',
|
||||
'puzzled',
|
||||
'overdue',
|
||||
'overhand',
|
||||
'overhead',
|
||||
'hardworking',
|
||||
'gauche',
|
||||
'stout',
|
||||
|
||||
'abject',
|
||||
'adamant',
|
||||
'agile',
|
||||
// 'articulate',
|
||||
'astute',
|
||||
'austere',
|
||||
'blithe',
|
||||
'circumspect',
|
||||
'coy',
|
||||
'eloquent',
|
||||
'enough',
|
||||
'expedient',
|
||||
'fervent',
|
||||
'fragrant',
|
||||
'frugal',
|
||||
'hoary',
|
||||
'inane',
|
||||
'inept',
|
||||
'jittery',
|
||||
'maverick',
|
||||
'obedient',
|
||||
'offhand',
|
||||
'orotund',
|
||||
'rampant',
|
||||
'reprobate',
|
||||
'sinister',
|
||||
'slippery',
|
||||
'stalwart',
|
||||
'stubborn',
|
||||
'sublime',
|
||||
'thorny',
|
||||
'trenchant',
|
||||
'vagrant',
|
||||
'wanton',
|
||||
'meager',
|
||||
'doting',
|
||||
'crafty',
|
||||
'morbid',
|
||||
'acquiescent',
|
||||
'despondent',
|
||||
'slipshod',
|
||||
'contrite',
|
||||
'recalcitrant',
|
||||
'merry',
|
||||
'condescending',
|
||||
'abstruse',
|
||||
'erstwhile',
|
||||
'comatose',
|
||||
'desultory',
|
||||
'pert',
|
||||
'curmudgeonly',
|
||||
'cogent',
|
||||
'spry',
|
||||
'demure',
|
||||
'docile',
|
||||
'watery',
|
||||
'succinct',
|
||||
'major',
|
||||
'minor',
|
||||
'fast paced',
|
||||
'chewy',
|
||||
'drunk',
|
||||
'greasy',
|
||||
'pointy',
|
||||
'testy',
|
||||
'sold out',
|
||||
]
|
||||
@@ -0,0 +1,317 @@
|
||||
//adjectives that convert to superlative/comparative form
|
||||
export default [
|
||||
'absurd',
|
||||
'angry',
|
||||
'awesome',
|
||||
'bad',
|
||||
'bald',
|
||||
'bawdy',
|
||||
'big',
|
||||
'bitter',
|
||||
'black',
|
||||
'bland',
|
||||
'blond',
|
||||
'bloody',
|
||||
'blue',
|
||||
'bold',
|
||||
'bouncy',
|
||||
'brash',
|
||||
'brave',
|
||||
'bright',
|
||||
'brilliant',
|
||||
'broad',
|
||||
'brown',
|
||||
'buff',
|
||||
'burly',
|
||||
'busy',
|
||||
'cagey',
|
||||
'cheap',
|
||||
'cheesy',
|
||||
'chilly',
|
||||
'clever',
|
||||
'cloudy',
|
||||
'coarse',
|
||||
'cold',
|
||||
'common',
|
||||
'costly',
|
||||
'cowardly',
|
||||
'cozy',
|
||||
'crisp',
|
||||
'cruel',
|
||||
'cuddly',
|
||||
'curly',
|
||||
'cute',
|
||||
'dapper',
|
||||
'dark',
|
||||
'dead',
|
||||
'deadly',
|
||||
'deaf',
|
||||
'dear',
|
||||
'deep',
|
||||
'dense',
|
||||
'dire',
|
||||
'dirty',
|
||||
'divine',
|
||||
'dizzy',
|
||||
'drunk',
|
||||
'dumb',
|
||||
'early',
|
||||
'earthly',
|
||||
'eastern',
|
||||
'easy',
|
||||
'eerie',
|
||||
'essential',
|
||||
'evil',
|
||||
'extreme',
|
||||
'far',
|
||||
'faulty',
|
||||
'feeble',
|
||||
'fierce',
|
||||
'financial',
|
||||
'flat',
|
||||
'flirty',
|
||||
'foamy',
|
||||
'fond',
|
||||
'formal',
|
||||
'frail',
|
||||
'fresh',
|
||||
'friendly',
|
||||
'full',
|
||||
'fun',
|
||||
'funny',
|
||||
'furry',
|
||||
'gaudy',
|
||||
'gay',
|
||||
'gentle',
|
||||
'genuine',
|
||||
'ghastly',
|
||||
'ghostly',
|
||||
'giant',
|
||||
'giddy',
|
||||
'glad',
|
||||
'glib',
|
||||
'gloomy',
|
||||
'goofy',
|
||||
'grand',
|
||||
'gray',
|
||||
'great',
|
||||
'greedy',
|
||||
'green',
|
||||
'grey',
|
||||
'grim',
|
||||
'grisly',
|
||||
'groovy',
|
||||
'gross',
|
||||
'gruesome',
|
||||
'handsome',
|
||||
'happy',
|
||||
'hard',
|
||||
'hardy',
|
||||
'harsh',
|
||||
'heady',
|
||||
'hearty',
|
||||
'heavenly',
|
||||
'heavy',
|
||||
'hefty',
|
||||
'hesitant',
|
||||
'high',
|
||||
'hilly',
|
||||
'homely',
|
||||
'hot',
|
||||
'huge',
|
||||
'humble',
|
||||
'humid',
|
||||
'hungry',
|
||||
'icy',
|
||||
'ill',
|
||||
'insecure',
|
||||
'intellegent',
|
||||
'intermediate',
|
||||
'intimate',
|
||||
'jolly',
|
||||
'juicy',
|
||||
'keen',
|
||||
'kind',
|
||||
'lame',
|
||||
'large',
|
||||
'late',
|
||||
'leery',
|
||||
'lewd',
|
||||
'likely',
|
||||
'lil',
|
||||
'limp',
|
||||
'little',
|
||||
'lively',
|
||||
'lofty',
|
||||
'lonely',
|
||||
'long',
|
||||
'loose',
|
||||
'loud',
|
||||
'lousy',
|
||||
'lovely',
|
||||
'low',
|
||||
'lowly',
|
||||
'loyal',
|
||||
'lucky',
|
||||
'mad',
|
||||
'measly',
|
||||
'meaty',
|
||||
'meek',
|
||||
'mellow',
|
||||
'mild',
|
||||
'moist',
|
||||
'moody',
|
||||
'mundane',
|
||||
'mute',
|
||||
'naive',
|
||||
'near',
|
||||
'neat',
|
||||
'nerdy',
|
||||
'new',
|
||||
'nibbly',
|
||||
'nice',
|
||||
'nimble',
|
||||
'noble',
|
||||
'noisy',
|
||||
'normal',
|
||||
'nosy',
|
||||
'numb',
|
||||
'odd',
|
||||
'oily',
|
||||
'old',
|
||||
'orange',
|
||||
'phony',
|
||||
'pink',
|
||||
'plain',
|
||||
'pleasant',
|
||||
'polite',
|
||||
'poor',
|
||||
'pregnant',
|
||||
'pricey',
|
||||
'prickly',
|
||||
'profound',
|
||||
'proud',
|
||||
'puny',
|
||||
'pure',
|
||||
'purple',
|
||||
'quaint',
|
||||
'quick',
|
||||
'quiet',
|
||||
'ragged',
|
||||
'rainy',
|
||||
'random',
|
||||
'rapid',
|
||||
'rare',
|
||||
'raw',
|
||||
'ready',
|
||||
'real',
|
||||
'red',
|
||||
'remote',
|
||||
'rich',
|
||||
'ripe',
|
||||
'ritzy',
|
||||
'romantic',
|
||||
'roomy',
|
||||
'rosy',
|
||||
'rough',
|
||||
'round',
|
||||
'rude',
|
||||
'sad',
|
||||
'safe',
|
||||
'saintly',
|
||||
'salty',
|
||||
'savvy',
|
||||
'scanty',
|
||||
'scarce',
|
||||
'scary',
|
||||
'severe',
|
||||
'sexy',
|
||||
'shady',
|
||||
'shallow',
|
||||
'sharp',
|
||||
'shiny',
|
||||
'shrill',
|
||||
'shy',
|
||||
'sick',
|
||||
'sickly',
|
||||
'silly',
|
||||
'simple',
|
||||
'skinny',
|
||||
'sleek',
|
||||
'slender',
|
||||
'slight',
|
||||
'slim',
|
||||
'slimy',
|
||||
'sly',
|
||||
'small',
|
||||
'smart',
|
||||
'smelly',
|
||||
'social',
|
||||
'soft',
|
||||
'solemn',
|
||||
'solid',
|
||||
'soon',
|
||||
'sore',
|
||||
'special',
|
||||
'spicy',
|
||||
'sprightly',
|
||||
'stale',
|
||||
'stark',
|
||||
'stately',
|
||||
'steady',
|
||||
'steep',
|
||||
'stern',
|
||||
'stiff',
|
||||
'straight',
|
||||
'strange',
|
||||
'strict',
|
||||
'strong',
|
||||
'stupid',
|
||||
'sturdy',
|
||||
'substantial',
|
||||
'subtle',
|
||||
'sudden',
|
||||
'superficial',
|
||||
'surreal',
|
||||
'sweet',
|
||||
'swift',
|
||||
'tall',
|
||||
'tame',
|
||||
'tart',
|
||||
'tawdry',
|
||||
'tense',
|
||||
'thick',
|
||||
'thirsty',
|
||||
'tidy',
|
||||
'tight',
|
||||
'timely',
|
||||
'tiny',
|
||||
'tired',
|
||||
'tough',
|
||||
'tranquil',
|
||||
'trendy',
|
||||
'true',
|
||||
'ugly',
|
||||
'vague',
|
||||
'vain',
|
||||
'vast',
|
||||
'verdant',
|
||||
'vulgar',
|
||||
'wary',
|
||||
'weak',
|
||||
'weary',
|
||||
'weird',
|
||||
'whiny',
|
||||
'white',
|
||||
'wicked',
|
||||
'wide',
|
||||
'wild',
|
||||
'wily',
|
||||
'windy',
|
||||
'wiry',
|
||||
'wise',
|
||||
'wry',
|
||||
'yellow',
|
||||
'young',
|
||||
'zany',
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
// uncontroversial date words
|
||||
export default [
|
||||
'today',
|
||||
'tomorrow',
|
||||
'tmr',
|
||||
'tmrw',
|
||||
'yesterday',
|
||||
'weekend',
|
||||
'weekends',
|
||||
'week end',
|
||||
'ago',
|
||||
'someday',
|
||||
'oneday',
|
||||
]
|
||||
@@ -0,0 +1,35 @@
|
||||
export default [
|
||||
'century',
|
||||
'centuries',
|
||||
'day',
|
||||
'days',
|
||||
'decade',
|
||||
'decades',
|
||||
'hour',
|
||||
'hours',
|
||||
'hr',
|
||||
'hrs',
|
||||
'millisecond',
|
||||
'milliseconds',
|
||||
'minute',
|
||||
'minutes',
|
||||
// 'min',
|
||||
'month',
|
||||
'months',
|
||||
'sec',
|
||||
'secs',
|
||||
// 'week end',
|
||||
'weekend',
|
||||
'week',
|
||||
'weeks',
|
||||
'wk',
|
||||
'wks',
|
||||
'year',
|
||||
'years',
|
||||
'yr',
|
||||
'yrs',
|
||||
'quarter',
|
||||
// 'quarters',
|
||||
'qtr',
|
||||
'season',
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
export default [
|
||||
// 'january',
|
||||
'february',
|
||||
// 'april',
|
||||
// 'june',
|
||||
'july',
|
||||
// 'august',
|
||||
'september',
|
||||
'october',
|
||||
'november',
|
||||
'december',
|
||||
//abbreviations are elsewhere
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
export default [
|
||||
'monday',
|
||||
'tuesday',
|
||||
'wednesday',
|
||||
'thursday',
|
||||
'friday',
|
||||
'saturday',
|
||||
'sunday',
|
||||
'mon',
|
||||
'tues',
|
||||
// 'wed',
|
||||
'thurs',
|
||||
'fri',
|
||||
// 'sat',
|
||||
// 'sun',
|
||||
'mondays',
|
||||
'tuesdays',
|
||||
'wednesdays',
|
||||
'thursdays',
|
||||
'fridays',
|
||||
'saturdays',
|
||||
'sundays',
|
||||
]
|
||||
@@ -0,0 +1,150 @@
|
||||
//directory of files to pack with `node scripts/pack.js`
|
||||
//they are stored in compressed form
|
||||
import lex from './misc.js'
|
||||
|
||||
import demonyms from './nouns/demonyms.js'
|
||||
import organizations from './nouns/organizations.js'
|
||||
import possessives from './nouns/possessives.js'
|
||||
import actors from './nouns/actors.js'
|
||||
import pronouns from './nouns/pronouns.js'
|
||||
import singulars from './nouns/singulars.js'
|
||||
import sportsTeams from './nouns/sportsTeams.js'
|
||||
import uncountables from './nouns/uncountables.js'
|
||||
import properNouns from './nouns/properNouns.js'
|
||||
|
||||
import cities from './places/cities.js'
|
||||
import countries from './places/countries.js'
|
||||
import femaleNames from './people/femaleNames.js'
|
||||
import firstnames from './people/firstnames.js'
|
||||
import lastnames from './people/lastnames.js'
|
||||
import maleNames from './people/maleNames.js'
|
||||
import honorifics from './people/honorifics.js'
|
||||
import people from './people/people.js'
|
||||
import places from './places/places.js'
|
||||
import regions from './places/regions.js'
|
||||
|
||||
import dates from './dates/dates.js'
|
||||
import months from './dates/months.js'
|
||||
import weekdays from './dates/weekdays.js'
|
||||
import durations from './dates/durations.js'
|
||||
|
||||
import infinitives from './verbs/infinitives.js'
|
||||
import modals from './verbs/modals.js'
|
||||
import phrasals from './verbs/phrasals.js'
|
||||
import verbs from './verbs/verbs.js'
|
||||
import participles from './verbs/participles.js'
|
||||
|
||||
import adjectives from './adjectives/adjectives.js'
|
||||
import comparables from './adjectives/comparables.js'
|
||||
|
||||
import units from './numbers/units.js'
|
||||
import ordinals from './numbers/ordinals.js'
|
||||
import cardinals from './numbers/cardinals.js'
|
||||
import multiples from './numbers/multiples.js'
|
||||
|
||||
import adverbs from './misc/adverbs.js'
|
||||
import conjunctions from './misc/conjunctions.js'
|
||||
import currencies from './misc/currencies.js'
|
||||
import determiners from './misc/determiners.js'
|
||||
import expressions from './misc/expressions.js'
|
||||
import prepositions from './misc/prepositions.js'
|
||||
|
||||
import actorVerb from './switches/actor-verb.js'
|
||||
import adjGerund from './switches/adj-gerund.js'
|
||||
import adjNoun from './switches/adj-noun.js'
|
||||
import adjPast from './switches/adj-past.js'
|
||||
import adjPresent from './switches/adj-present.js'
|
||||
import nounVerb from './switches/noun-verb.js'
|
||||
import nounGerund from './switches/noun-gerund.js'
|
||||
import personNoun from './switches/person-noun.js'
|
||||
import personDate from './switches/person-date.js'
|
||||
import personVerb from './switches/person-verb.js'
|
||||
import personPlace from './switches/person-place.js'
|
||||
import personAdj from './switches/person-adj.js'
|
||||
import unitNoun from './switches/unit-noun.js'
|
||||
|
||||
//add-in the generic, flat word-lists
|
||||
const data = [
|
||||
// nouns
|
||||
[demonyms, 'Demonym'],
|
||||
[organizations, 'Organization'],
|
||||
[possessives, 'Possessive'],
|
||||
[actors, 'Actor'],
|
||||
[pronouns, 'Pronoun'],
|
||||
[singulars, 'Singular'],
|
||||
[sportsTeams, 'SportsTeam'],
|
||||
[uncountables, 'Uncountable'],
|
||||
[properNouns, 'ProperNoun'],
|
||||
|
||||
// numbers
|
||||
[ordinals, 'Ordinal'],
|
||||
[cardinals, 'Cardinal'],
|
||||
[units, 'Unit'],
|
||||
[multiples, 'Multiple'],
|
||||
|
||||
[cities, 'City'],
|
||||
[countries, 'Country'],
|
||||
[places, 'Place'],
|
||||
[regions, 'Region'],
|
||||
|
||||
[weekdays, 'WeekDay'],
|
||||
[months, 'Month'],
|
||||
[dates, 'Date'],
|
||||
[durations, 'Duration'],
|
||||
|
||||
[femaleNames, 'FemaleName'], //5kb
|
||||
[firstnames, 'FirstName'],
|
||||
[lastnames, 'LastName'], //3k
|
||||
[maleNames, 'MaleName'], //5kb
|
||||
[honorifics, 'Honorific'],
|
||||
[people, 'Person'],
|
||||
|
||||
[adjectives, 'Adjective'],
|
||||
[adverbs, 'Adverb'],
|
||||
[conjunctions, 'Conjunction'],
|
||||
[currencies, 'Currency'],
|
||||
[determiners, 'Determiner'],
|
||||
[expressions, 'Expression'],
|
||||
[prepositions, 'Preposition'],
|
||||
[comparables, 'Comparable'],
|
||||
|
||||
[infinitives, 'Infinitive'], //3kb
|
||||
[modals, 'Modal'],
|
||||
[verbs, 'Verb'],
|
||||
[participles, 'Participle'],
|
||||
[phrasals, 'PhrasalVerb'], //3kb
|
||||
|
||||
// switches - 10kb
|
||||
[actorVerb, 'Actor|Verb'],
|
||||
[adjGerund, 'Adj|Gerund'],
|
||||
[adjNoun, 'Adj|Noun'],
|
||||
[adjPast, 'Adj|Past'],
|
||||
[adjPresent, 'Adj|Present'],
|
||||
[nounVerb, 'Noun|Verb'],
|
||||
[nounGerund, 'Noun|Gerund'],
|
||||
[personNoun, 'Person|Noun'],
|
||||
[personPlace, 'Person|Place'],
|
||||
[personDate, 'Person|Date'],
|
||||
[personVerb, 'Person|Verb'],
|
||||
[personAdj, 'Person|Adj'],
|
||||
[unitNoun, 'Unit|Noun'],
|
||||
]
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
const list = data[i][0]
|
||||
for (let o = 0; o < list.length; o++) {
|
||||
// log duplicates
|
||||
// if (lex[list[o]]) {
|
||||
// console.log(list[o] + ' ' + lex[list[o]] + ' ' + data[i][1])
|
||||
// }
|
||||
const str = list[o]
|
||||
//do some linting
|
||||
if (str.match(/[.,0-9-]/) || str.trim().toLowerCase() !== str) {
|
||||
console.log(`'${str}'`) //eslint-disable-line
|
||||
}
|
||||
lex[str] = data[i][1]
|
||||
}
|
||||
}
|
||||
|
||||
export default lex
|
||||
// console.log(Object.keys(lex).length);
|
||||
// console.log(lex[`will want`])
|
||||
@@ -0,0 +1,86 @@
|
||||
export default {
|
||||
better: 'Comparative',
|
||||
farther: 'Comparative',
|
||||
finer: 'Comparative',
|
||||
fewer: 'Comparative',
|
||||
earlier: 'Superlative',
|
||||
sounds: 'PresentTense',
|
||||
|
||||
unless: 'Condition',
|
||||
lest: 'Condition',
|
||||
|
||||
said: 'PastTense',
|
||||
had: 'PastTense',
|
||||
been: 'PastTense',
|
||||
began: 'PastTense',
|
||||
came: 'PastTense',
|
||||
did: 'PastTense',
|
||||
meant: 'PastTense',
|
||||
went: 'PastTense',
|
||||
taken: 'PastTense',
|
||||
lied: 'PastTense',
|
||||
|
||||
going: 'Gerund',
|
||||
being: 'Gerund',
|
||||
according: 'Gerund',
|
||||
resulting: 'Gerund',
|
||||
staining: 'Gerund',
|
||||
doin: 'Gerund',
|
||||
|
||||
no: 'Expression',
|
||||
non: 'Negative',
|
||||
never: 'Negative',
|
||||
not: 'Negative',
|
||||
|
||||
where: 'QuestionWord',
|
||||
why: 'QuestionWord',
|
||||
when: 'QuestionWord',
|
||||
who: 'QuestionWord',
|
||||
whom: 'QuestionWord',
|
||||
whose: 'QuestionWord',
|
||||
what: 'QuestionWord',
|
||||
which: 'QuestionWord',
|
||||
"how's": 'QuestionWord',
|
||||
'how come': 'QuestionWord',
|
||||
|
||||
'myself': 'Reflexive',
|
||||
'yourself': 'Reflexive',
|
||||
'yourselves': 'Reflexive',
|
||||
'theirselves': 'Reflexive',
|
||||
'himself': 'Reflexive',
|
||||
'herself': 'Reflexive',
|
||||
'oneself': 'Reflexive',
|
||||
'itself': 'Reflexive',
|
||||
'ourselves': 'Reflexive',
|
||||
'themselves': 'Reflexive',
|
||||
'theirself': 'Reflexive',
|
||||
'ourself': 'Reflexive',
|
||||
'themself': 'Reflexive',
|
||||
|
||||
//misc
|
||||
records: 'Plural',
|
||||
feet: 'Plural',
|
||||
'a few': 'Value',
|
||||
'ones': 'Plural', //those ones
|
||||
'dickens': 'Plural',
|
||||
'greens': 'Plural',
|
||||
|
||||
|
||||
//
|
||||
'come here': 'Imperative',
|
||||
'beware': 'Imperative',
|
||||
// 'go away': 'Imperative',
|
||||
// 'hurry up': 'Imperative',
|
||||
// 'make sure': 'Imperative',
|
||||
// 'stand back': 'Imperative'
|
||||
// 'subpar': 'Adjective'
|
||||
|
||||
// double-conjugations
|
||||
'kneeled': 'PastTense',
|
||||
'leaped': 'PastTense',
|
||||
'msged': 'PastTense',
|
||||
'bests': 'PresentTense',
|
||||
|
||||
// funny switches
|
||||
'leaves': 'Plural|Verb'
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
// most are generated from adjective list at runtime
|
||||
export default [
|
||||
'a lot',
|
||||
'a posteriori',
|
||||
'abroad',
|
||||
'ad nauseam',
|
||||
'again',
|
||||
'all but',
|
||||
'all that',
|
||||
'almost',
|
||||
'already',
|
||||
'also',
|
||||
'always',
|
||||
'anymore',
|
||||
'anyway',
|
||||
'alongside',
|
||||
'apart',
|
||||
'aside',
|
||||
'as soon',
|
||||
'at best',
|
||||
'at large',
|
||||
'at least',
|
||||
'at most',
|
||||
'at worst',
|
||||
'away',
|
||||
'by far',
|
||||
'by now',
|
||||
'de jure',
|
||||
'de trop',
|
||||
'definitely',
|
||||
'directly',
|
||||
'en masse',
|
||||
// 'enough',
|
||||
'ever',
|
||||
'for example',
|
||||
'for good',
|
||||
'for sure',
|
||||
'forever',
|
||||
'fully',
|
||||
'further',
|
||||
'furthermore',
|
||||
'hence',
|
||||
'indeed',
|
||||
'instead',
|
||||
'just about',
|
||||
'just',
|
||||
'likewise',
|
||||
'kinda',
|
||||
'maybe',
|
||||
'meanwhile',
|
||||
'awhile',
|
||||
'more',
|
||||
'moreover',
|
||||
'newly',
|
||||
'no longer',
|
||||
'not only',
|
||||
'not withstanding',
|
||||
'of course',
|
||||
'often',
|
||||
'once again',
|
||||
'once more',
|
||||
'once',
|
||||
'only',
|
||||
'par excellence',
|
||||
'per se',
|
||||
'perhaps',
|
||||
'point blank',
|
||||
'quite',
|
||||
'randomly',
|
||||
'rather',
|
||||
'really',
|
||||
'so',
|
||||
'somehow',
|
||||
'sometimes',
|
||||
'somewhat',
|
||||
'sort of',
|
||||
'seldom',
|
||||
'such',
|
||||
'then',
|
||||
'thus',
|
||||
'too',
|
||||
'totally',
|
||||
// 'toward',
|
||||
'twice',
|
||||
'up to',
|
||||
'upwards of',
|
||||
'tiny bit',
|
||||
'very',
|
||||
'well',
|
||||
'backward',
|
||||
'hella',
|
||||
'by no means',
|
||||
'altogether',
|
||||
"outright",
|
||||
'ultimately',
|
||||
'fucking',
|
||||
]
|
||||
@@ -0,0 +1,75 @@
|
||||
export default [
|
||||
// 'after',
|
||||
'although',
|
||||
'and',
|
||||
'as',
|
||||
'as far as',
|
||||
'as if',
|
||||
// 'as long as',
|
||||
'as much as',
|
||||
'as soon as',
|
||||
'as though',
|
||||
'because',
|
||||
'before',
|
||||
'but',
|
||||
'by the time',
|
||||
'cuz',
|
||||
'even',
|
||||
'even if',
|
||||
'even though',
|
||||
'how',
|
||||
'however',
|
||||
'if',
|
||||
'if only',
|
||||
'if then',
|
||||
'if when',
|
||||
'inasmuch',
|
||||
'in as much as',
|
||||
'in case',
|
||||
'in order that',
|
||||
'in order to',
|
||||
'just as',
|
||||
'no matter',
|
||||
'nor',
|
||||
'now',
|
||||
'now since',
|
||||
'now that',
|
||||
'now when',
|
||||
'or',
|
||||
'or not',
|
||||
'otherwise',
|
||||
'plus',
|
||||
// 'provided',
|
||||
'provided that',
|
||||
'since',
|
||||
// 'so that',
|
||||
'supposing',
|
||||
'than',
|
||||
'therefore',
|
||||
'tho',
|
||||
'though',
|
||||
// 'till',
|
||||
'to',
|
||||
// 'unless',
|
||||
'until',
|
||||
'til',
|
||||
// 'versus',
|
||||
// 'what',
|
||||
// 'when',
|
||||
'whenever',
|
||||
// 'where',
|
||||
// 'whereas',
|
||||
'where if',
|
||||
'wherever',
|
||||
'whether',
|
||||
'while',
|
||||
'whilst',
|
||||
'whoever',
|
||||
// 'whose',
|
||||
// 'why',
|
||||
'yet',
|
||||
'either',
|
||||
"whereby",
|
||||
"cos",
|
||||
"coz",
|
||||
]
|
||||
@@ -0,0 +1,88 @@
|
||||
export default [
|
||||
'¢',
|
||||
'$',
|
||||
'£',
|
||||
'¥',
|
||||
'฿',
|
||||
'₡',
|
||||
'€',
|
||||
'₭',
|
||||
'₨',
|
||||
'﷼',
|
||||
'aud',
|
||||
'baht',
|
||||
'bitcoin',
|
||||
'bitcoins',
|
||||
'cent',
|
||||
'cents',
|
||||
'cny',
|
||||
'denar',
|
||||
'denars',
|
||||
'dime',
|
||||
'dimes',
|
||||
'dinar',
|
||||
'dinars',
|
||||
'dirham',
|
||||
'dirhams',
|
||||
'dkk',
|
||||
'dobra',
|
||||
'dobras',
|
||||
'dollar',
|
||||
'dollars',
|
||||
'eur',
|
||||
'euros',
|
||||
'forint',
|
||||
'forints',
|
||||
'franc',
|
||||
'francs',
|
||||
'gbp',
|
||||
'hkd',
|
||||
'inr',
|
||||
'jpy',
|
||||
'kn',
|
||||
'kr',
|
||||
'ils',
|
||||
'krona',
|
||||
'kronas',
|
||||
'krw',
|
||||
'kwanza',
|
||||
'kwanzas',
|
||||
'kyat',
|
||||
'kyats',
|
||||
'lempira',
|
||||
'lempiras',
|
||||
'lira',
|
||||
'liras',
|
||||
'pence',
|
||||
'pences',
|
||||
'pennies',
|
||||
'peso',
|
||||
'pesos',
|
||||
'pound sterling',
|
||||
'pound sterlings',
|
||||
'rouble',
|
||||
'roubles',
|
||||
'rp',
|
||||
'rupee',
|
||||
'rupees',
|
||||
'shekel',
|
||||
'shekels',
|
||||
'sheqel',
|
||||
'sheqels',
|
||||
'shilling',
|
||||
'shillings',
|
||||
'sterling',
|
||||
'sterlings',
|
||||
'usd',
|
||||
'xaf',
|
||||
'xof',
|
||||
'yen',
|
||||
'yuan',
|
||||
'yuans',
|
||||
'zł',
|
||||
'zloty',
|
||||
'zlotys',
|
||||
'ден',
|
||||
'лв',
|
||||
'руб',
|
||||
]
|
||||
@@ -0,0 +1,35 @@
|
||||
export default [
|
||||
'a',
|
||||
'an',
|
||||
'another',
|
||||
'any',
|
||||
'both',
|
||||
'each',
|
||||
'else',
|
||||
'every',
|
||||
'few',
|
||||
'least',
|
||||
'much',
|
||||
'neither',
|
||||
'own',
|
||||
'plenty',
|
||||
'some',
|
||||
'several',
|
||||
'that',
|
||||
'the',
|
||||
'these',
|
||||
'this',
|
||||
'those',
|
||||
'various',
|
||||
'whatever',
|
||||
'whichever',
|
||||
'tha',
|
||||
//some other languages (what could go wrong?)
|
||||
// 'la',
|
||||
'le',
|
||||
'les',
|
||||
'des',
|
||||
'de',
|
||||
'du',
|
||||
'el',
|
||||
]
|
||||
@@ -0,0 +1,150 @@
|
||||
// also called 'interjections'
|
||||
export default [
|
||||
'a la',
|
||||
'ah',
|
||||
'aha',
|
||||
'ahem',
|
||||
'ahoy',
|
||||
'alas',
|
||||
'amen',
|
||||
'argh',
|
||||
'bah',
|
||||
'bam',
|
||||
'boo',
|
||||
'booya',
|
||||
'bravo',
|
||||
'brr',
|
||||
'bye',
|
||||
'congratulations',
|
||||
'cowabunga',
|
||||
'dammit',
|
||||
'damn',
|
||||
'damnit',
|
||||
'dang',
|
||||
'drat',
|
||||
'duh',
|
||||
'eek',
|
||||
'eep',
|
||||
'eh',
|
||||
'et cetera',
|
||||
'eww',
|
||||
'fuck',
|
||||
'gah',
|
||||
'gee whiz',
|
||||
'gee',
|
||||
'golly',
|
||||
'good grief',
|
||||
'goodbye',
|
||||
'gosh',
|
||||
'great scott',
|
||||
'grr',
|
||||
'haha',
|
||||
'hahaha',
|
||||
'hai',
|
||||
'hallelujah',
|
||||
'hee',
|
||||
'hello',
|
||||
'hey',
|
||||
'hi',
|
||||
'hip hip hooray',
|
||||
'holy cow',
|
||||
'holy moly',
|
||||
'holy smokes',
|
||||
'holy',
|
||||
'hooray',
|
||||
'hooyah',
|
||||
'huh',
|
||||
'humph',
|
||||
'hurrah',
|
||||
'hurray',
|
||||
'huzzah',
|
||||
'jeez',
|
||||
'lah',
|
||||
'lmao',
|
||||
'lmfao',
|
||||
'lol',
|
||||
'lols',
|
||||
'meh',
|
||||
'mmm',
|
||||
'nah',
|
||||
'nope',
|
||||
'oh',
|
||||
'ohh',
|
||||
'oi',
|
||||
'ooh',
|
||||
'ooo',
|
||||
'oops',
|
||||
'ouch',
|
||||
'ow',
|
||||
'oy',
|
||||
'pff',
|
||||
'phew',
|
||||
'phooey',
|
||||
'please',
|
||||
'plz',
|
||||
'pow',
|
||||
'psst',
|
||||
'sheesh',
|
||||
'shhh',
|
||||
'shit',
|
||||
'tsk',
|
||||
'tut tut',
|
||||
'ugh',
|
||||
'uh huh',
|
||||
'uh oh',
|
||||
'uh',
|
||||
'uhh',
|
||||
'uhm',
|
||||
'voila',
|
||||
'wahoo',
|
||||
'whee',
|
||||
'whew',
|
||||
'whoa',
|
||||
'whoops',
|
||||
'word up',
|
||||
'wow',
|
||||
'wtaf',
|
||||
'wtf',
|
||||
'ya',
|
||||
'yaa',
|
||||
// 'yahoo',
|
||||
'yay',
|
||||
'yeah',
|
||||
'yep',
|
||||
'yes',
|
||||
'yikes',
|
||||
'yipee',
|
||||
'heck',
|
||||
'yippee',
|
||||
'yuck',
|
||||
'yup',
|
||||
`d'oh`,
|
||||
'shoo',
|
||||
'there now',
|
||||
'aye',
|
||||
'cmon', //come on
|
||||
'excuse me',
|
||||
'oh well',
|
||||
'oh hell',
|
||||
'oh my god',
|
||||
'oh my gosh',
|
||||
// 'thank you',
|
||||
'whatsoever',
|
||||
'btw',
|
||||
'nevertheless',
|
||||
'pls',
|
||||
'ahh',
|
||||
'sic',
|
||||
'leh',
|
||||
'wat',
|
||||
'omg',
|
||||
'aka',
|
||||
'holla',
|
||||
'very well',
|
||||
|
||||
'eureka',
|
||||
'farewell',
|
||||
'yea',
|
||||
'nay',
|
||||
'yah',
|
||||
]
|
||||
@@ -0,0 +1,72 @@
|
||||
export default [
|
||||
'about',
|
||||
'across',
|
||||
'after',
|
||||
'along',
|
||||
'amid',
|
||||
'amidst',
|
||||
'among',
|
||||
'amongst',
|
||||
'apropos',
|
||||
'around',
|
||||
'as long as',
|
||||
'as',
|
||||
'at',
|
||||
'atop',
|
||||
'barring',
|
||||
'besides',
|
||||
'between',
|
||||
'bout',
|
||||
'by',
|
||||
'chez',
|
||||
'circa',
|
||||
'despite',
|
||||
'down',
|
||||
'during',
|
||||
'except',
|
||||
'for',
|
||||
'from',
|
||||
'in',
|
||||
'into',
|
||||
'mid',
|
||||
// 'midst',
|
||||
'notwithstanding',
|
||||
'of',
|
||||
'off',
|
||||
'on',
|
||||
'onto',
|
||||
'out',
|
||||
'per',
|
||||
'qua',
|
||||
'sans',
|
||||
'since',
|
||||
'so that',
|
||||
'such as',
|
||||
'than',
|
||||
'through',
|
||||
'throughout',
|
||||
'thereby',
|
||||
'thru',
|
||||
'till',
|
||||
'toward',
|
||||
'towards',
|
||||
'unlike',
|
||||
'until',
|
||||
'up',
|
||||
'upon',
|
||||
'versus',
|
||||
'via',
|
||||
'vis a vis',
|
||||
'w/o',
|
||||
'whereas',
|
||||
'with',
|
||||
'with whom',
|
||||
'within',
|
||||
'without',
|
||||
'as a whole',
|
||||
'in part',
|
||||
'in effect',
|
||||
// `'o`,
|
||||
// `a'`,
|
||||
// `o'`,
|
||||
]
|
||||
@@ -0,0 +1,551 @@
|
||||
//professions 'lawyer' that aren't covered by verb.to_actor()
|
||||
|
||||
export default [
|
||||
'accountant',
|
||||
'acquaintance',
|
||||
'acrobat',
|
||||
'activist',
|
||||
'actor',
|
||||
'actress',
|
||||
'administrator',
|
||||
'admiral',
|
||||
'adolescent',
|
||||
'adopted',
|
||||
'adult',
|
||||
'adventurer',
|
||||
'advisor',
|
||||
'agent',
|
||||
'alien',
|
||||
'ally',
|
||||
'analyst',
|
||||
'anarchist',
|
||||
'ancestor',
|
||||
'animator',
|
||||
'announcer',
|
||||
'anybody',
|
||||
'apostle',
|
||||
'apparition',
|
||||
'apprentice',
|
||||
'archbishop',
|
||||
'aristocrat',
|
||||
'artisan',
|
||||
'artist',
|
||||
'assistant',
|
||||
'astronaut',
|
||||
'astronomer',
|
||||
'athiest',
|
||||
'athlete',
|
||||
'attendant',
|
||||
'attorney',
|
||||
'aunt',
|
||||
'auntie',
|
||||
'author',
|
||||
'autocrat',
|
||||
'ayatullah',
|
||||
'baby',
|
||||
'baker',
|
||||
'banker',
|
||||
'barber',
|
||||
'baron',
|
||||
'baroness',
|
||||
'bartender',
|
||||
'beatboxer',
|
||||
'beings',
|
||||
'creator',
|
||||
'bicyclist',
|
||||
'bishop',
|
||||
'blogger',
|
||||
'bohemian',
|
||||
'boogeyman',
|
||||
'boss',
|
||||
'boy',
|
||||
'boyfriend',
|
||||
'bricklayer',
|
||||
'bride',
|
||||
'brigadier',
|
||||
'bro',
|
||||
'broker',
|
||||
'brother',
|
||||
'buddhist',
|
||||
'buddy',
|
||||
'builder',
|
||||
'burglar',
|
||||
'businessman',
|
||||
'businessperson',
|
||||
'businesswoman',
|
||||
'butcher',
|
||||
'cadet',
|
||||
'captain',
|
||||
'carer',
|
||||
'caretaker',
|
||||
'carpenter',
|
||||
'cashier',
|
||||
'celebrity',
|
||||
'ceo',
|
||||
'cfo',
|
||||
'chairman',
|
||||
'chairwoman',
|
||||
'champion',
|
||||
'chancellor',
|
||||
'chaplain',
|
||||
'character',
|
||||
'cheerleader',
|
||||
'chef',
|
||||
'chief',
|
||||
'child',
|
||||
'chum',
|
||||
'citizen',
|
||||
'citizens',
|
||||
'cleaner',
|
||||
'cleric',
|
||||
'clerk',
|
||||
'client',
|
||||
'clown',
|
||||
'coworker',
|
||||
'colleague',
|
||||
'colonel',
|
||||
'columnist',
|
||||
'comedian',
|
||||
'commander',
|
||||
'commenter',
|
||||
'commissioner',
|
||||
'companion',
|
||||
'composer',
|
||||
'comrade',
|
||||
'confidant',
|
||||
'confidante',
|
||||
'congressman',
|
||||
'congresswoman',
|
||||
'constable',
|
||||
'consultant',
|
||||
'contact',
|
||||
'contender',
|
||||
'contributor',
|
||||
'controller',
|
||||
'cook',
|
||||
'coordinator',
|
||||
'corporal',
|
||||
'councillor',
|
||||
'count',
|
||||
'countess',
|
||||
'courier',
|
||||
'cousin',
|
||||
'cowboy',
|
||||
'critic',
|
||||
'crowd',
|
||||
'curator',
|
||||
'customer representative',
|
||||
'customer',
|
||||
'dad',
|
||||
'daddy',
|
||||
'dancer',
|
||||
'daredevil',
|
||||
'darling',
|
||||
'daughter',
|
||||
'deacon',
|
||||
'dealer',
|
||||
'decorator',
|
||||
'defenceman',
|
||||
'deity',
|
||||
'denizen',
|
||||
'deputee',
|
||||
'deputy',
|
||||
'descendant',
|
||||
'deserter',
|
||||
'designer',
|
||||
'detective',
|
||||
'developer',
|
||||
'dictator',
|
||||
'dietician',
|
||||
'dietitian',
|
||||
'diplomat',
|
||||
'director',
|
||||
'diva',
|
||||
'doctor',
|
||||
'dork',
|
||||
'drifter',
|
||||
'driver',
|
||||
'dude',
|
||||
'dutchess',
|
||||
'dweller',
|
||||
'economist',
|
||||
'editor',
|
||||
'elder',
|
||||
'electrician',
|
||||
'emcee',
|
||||
'emperor',
|
||||
'employee',
|
||||
'employer',
|
||||
'enemy',
|
||||
'engineer',
|
||||
'entrepreneur',
|
||||
'environmentalist',
|
||||
'everybody',
|
||||
'examiner',
|
||||
'excellency',
|
||||
'exile',
|
||||
'family',
|
||||
'farmer',
|
||||
'father',
|
||||
'fella',
|
||||
'fellow',
|
||||
'female',
|
||||
'fiance',
|
||||
'fighter',
|
||||
'filmmaker',
|
||||
'financier',
|
||||
'fire marshal',
|
||||
'firefighter',
|
||||
'fireman',
|
||||
'first lady',
|
||||
'fitter',
|
||||
'foe',
|
||||
'forebear',
|
||||
'foreman',
|
||||
'forerunner',
|
||||
'forester',
|
||||
'foster parent',
|
||||
'freelancer',
|
||||
'friend',
|
||||
'gal',
|
||||
'gambler',
|
||||
'gardener',
|
||||
'geek',
|
||||
'geisha',
|
||||
'genius',
|
||||
'gentleman',
|
||||
'ghost',
|
||||
'ghostwriter',
|
||||
'girl',
|
||||
'girlfriend',
|
||||
'gladiator',
|
||||
'goalie',
|
||||
'goalkeeper',
|
||||
'goaltender',
|
||||
'god',
|
||||
'goddess',
|
||||
'golfer',
|
||||
'grandchild',
|
||||
'granddaughter',
|
||||
'grandfather',
|
||||
'grandma',
|
||||
'grandmother',
|
||||
'grandpa',
|
||||
'grandparent',
|
||||
'grandson',
|
||||
'groom',
|
||||
'guard',
|
||||
'guest',
|
||||
'guru',
|
||||
'hairdresser',
|
||||
'hairstylist',
|
||||
'heir',
|
||||
'hermit',
|
||||
'hero',
|
||||
'heroine',
|
||||
'historian',
|
||||
'hobo',
|
||||
'host',
|
||||
'hostage',
|
||||
'hostess',
|
||||
'housekeeper',
|
||||
'human',
|
||||
'humanitarian',
|
||||
'hunter',
|
||||
'husband',
|
||||
'hygienist',
|
||||
'icon',
|
||||
'idol',
|
||||
'illustrator',
|
||||
'immigrant',
|
||||
'in law',
|
||||
'incel',
|
||||
'individual',
|
||||
'infant',
|
||||
'inhabitant',
|
||||
'innovator',
|
||||
'inspector',
|
||||
'installer',
|
||||
'instigator',
|
||||
'instructor',
|
||||
'intern',
|
||||
'inventor',
|
||||
'investigator',
|
||||
'jester',
|
||||
'jogger',
|
||||
'journalist',
|
||||
'judge',
|
||||
'juggler',
|
||||
'kid',
|
||||
'kin',
|
||||
'king',
|
||||
'kinsman',
|
||||
'kinswoman',
|
||||
'laborer',
|
||||
'lad',
|
||||
'lady',
|
||||
'landlord',
|
||||
'lass',
|
||||
'laureate',
|
||||
'lawyer',
|
||||
'layman',
|
||||
'leader',
|
||||
'lieutenant',
|
||||
'lord',
|
||||
'loser',
|
||||
'lover',
|
||||
'magician',
|
||||
'magistrate',
|
||||
'magnate',
|
||||
'maker',
|
||||
'male',
|
||||
'man',
|
||||
'manager',
|
||||
'maniac',
|
||||
'martyr',
|
||||
'mason',
|
||||
'master',
|
||||
'mate',
|
||||
'matriarch',
|
||||
'mayor',
|
||||
'mechanic',
|
||||
'mentor',
|
||||
'merchant',
|
||||
'minion',
|
||||
'minister',
|
||||
'misfit',
|
||||
'missus',
|
||||
'mister',
|
||||
'model',
|
||||
'moderator',
|
||||
'mogul',
|
||||
'mom',
|
||||
'mommy',
|
||||
'monarch',
|
||||
'monk',
|
||||
'mother',
|
||||
'mum',
|
||||
'mummy',
|
||||
'musician',
|
||||
'mystic',
|
||||
'nanny',
|
||||
'narrator',
|
||||
'native',
|
||||
'neice',
|
||||
'neighbor',
|
||||
'nemesis',
|
||||
'nephew',
|
||||
'nerd',
|
||||
'niece',
|
||||
'nobleman',
|
||||
'noblewoman',
|
||||
'nobody',
|
||||
'nomad',
|
||||
'novice',
|
||||
'nun',
|
||||
'nurse',
|
||||
'nurseryman',
|
||||
'occupant',
|
||||
'officer',
|
||||
'offspring',
|
||||
'operator',
|
||||
'optimist',
|
||||
'optometrist',
|
||||
'oracle',
|
||||
'organizer',
|
||||
'originator',
|
||||
'orphan',
|
||||
'outcast',
|
||||
'outlaw',
|
||||
'painter',
|
||||
'pal',
|
||||
'panellist',
|
||||
'parent',
|
||||
'parental',
|
||||
'pariah',
|
||||
'partner',
|
||||
'pastor',
|
||||
'patriarch',
|
||||
'patriot',
|
||||
'patron',
|
||||
'pawn',
|
||||
'peer',
|
||||
'performer',
|
||||
'person',
|
||||
'pessimist',
|
||||
'phantom',
|
||||
'pharmacist',
|
||||
'philosopher',
|
||||
'photographer',
|
||||
'phrase',
|
||||
'physician',
|
||||
'pilgrim',
|
||||
'pilot',
|
||||
'pioneer',
|
||||
'planner',
|
||||
'player',
|
||||
'playmate',
|
||||
'playwright',
|
||||
'plumber',
|
||||
'podcaster',
|
||||
'poet',
|
||||
'policeman',
|
||||
'political scientist',
|
||||
'politician',
|
||||
'population',
|
||||
'pornstar',
|
||||
'practitioner',
|
||||
'prankster',
|
||||
'preacher',
|
||||
'president',
|
||||
'priest',
|
||||
'priestess',
|
||||
'prime minister',
|
||||
'prince',
|
||||
'princess',
|
||||
'prisoner',
|
||||
'prodigy',
|
||||
'producer',
|
||||
'professor',
|
||||
'progenitor',
|
||||
'progeny',
|
||||
'programmer',
|
||||
'prophet',
|
||||
'prospector',
|
||||
'prostitute',
|
||||
'psychologist',
|
||||
'punk',
|
||||
'pupil',
|
||||
'quarterback',
|
||||
'queen',
|
||||
'rabbi',
|
||||
'radical',
|
||||
'rapper',
|
||||
'realist',
|
||||
'receptionist',
|
||||
'recluse',
|
||||
'recruiter',
|
||||
'refugee',
|
||||
'relative',
|
||||
'reporter',
|
||||
'researcher',
|
||||
'reverend',
|
||||
'revolutionary',
|
||||
'rival',
|
||||
'rogue',
|
||||
'role model',
|
||||
'roofer',
|
||||
'ruler',
|
||||
'runner up',
|
||||
'runningback',
|
||||
'sailor',
|
||||
'saint',
|
||||
'scholar',
|
||||
'scientist',
|
||||
'scion',
|
||||
'scout',
|
||||
'screenwriter',
|
||||
'sculptor',
|
||||
'secretary',
|
||||
'senior citizen',
|
||||
'sergeant',
|
||||
'servant',
|
||||
'servitor',
|
||||
'shaman',
|
||||
'shepherd',
|
||||
'showgirl',
|
||||
'showman',
|
||||
'showrunner',
|
||||
'sibling',
|
||||
'singer',
|
||||
'sinner',
|
||||
'sissy',
|
||||
'sister',
|
||||
'skier',
|
||||
'smuggler',
|
||||
'soldier',
|
||||
'soloist',
|
||||
'somebody',
|
||||
'someone',
|
||||
'son',
|
||||
'sorcerer',
|
||||
'sorceress',
|
||||
'soul',
|
||||
'sovereign',
|
||||
'specialist',
|
||||
'spectator',
|
||||
'spirit',
|
||||
'spokesperson',
|
||||
'spouse',
|
||||
'squatter',
|
||||
'staffer',
|
||||
'star',
|
||||
'statesman',
|
||||
'stepbrother',
|
||||
'stepchild',
|
||||
'stepfather',
|
||||
'stepmother',
|
||||
'stepsister',
|
||||
'stranger',
|
||||
'streamer',
|
||||
'student',
|
||||
'sultan',
|
||||
'superhero',
|
||||
'superhuman',
|
||||
'superintendent',
|
||||
'superstar',
|
||||
'supervisor',
|
||||
'surfer',
|
||||
'surgeon',
|
||||
'survivor',
|
||||
'sweeper',
|
||||
'sweetheart',
|
||||
'taoiseach',
|
||||
'teacher',
|
||||
'technician',
|
||||
'technologist',
|
||||
'teen',
|
||||
'teenager',
|
||||
'tenant',
|
||||
'tester',
|
||||
'therapist',
|
||||
'tiktoker',
|
||||
'toddler',
|
||||
'tourist',
|
||||
'trader',
|
||||
'tramp',
|
||||
'transcriptionist',
|
||||
'traveler',
|
||||
'trendsetter',
|
||||
'trooper',
|
||||
'tutor',
|
||||
'tycoon',
|
||||
'uncle',
|
||||
'underwriter',
|
||||
'user',
|
||||
'vagabond',
|
||||
'veteran',
|
||||
'veterinarian',
|
||||
'villain',
|
||||
'vip',
|
||||
'visionary',
|
||||
'visitor',
|
||||
'voyager',
|
||||
'wage earner',
|
||||
'waiter',
|
||||
'wanderer',
|
||||
'warrior',
|
||||
'weatherman',
|
||||
'welder',
|
||||
'wife',
|
||||
'winner',
|
||||
'witch',
|
||||
'wizard',
|
||||
'woman',
|
||||
'worker',
|
||||
'wrestler',
|
||||
'writer',
|
||||
'yogi',
|
||||
'youth',
|
||||
'youtuber',
|
||||
]
|
||||
@@ -0,0 +1,131 @@
|
||||
//adjectival forms of place names, as adjectives.
|
||||
export default [
|
||||
'afghan',
|
||||
'african',
|
||||
'albanian',
|
||||
'algerian',
|
||||
'american',
|
||||
'angolan',
|
||||
'argentine',
|
||||
'armenian',
|
||||
'asian',
|
||||
'aussie',
|
||||
'australian',
|
||||
'austrian',
|
||||
'bangladeshi',
|
||||
'belarusian',
|
||||
'belgian',
|
||||
'bolivian',
|
||||
'bosnian',
|
||||
'brazilian',
|
||||
'brit',
|
||||
'bulgarian',
|
||||
'californian',
|
||||
'cambodian',
|
||||
'cameroonian',
|
||||
'canadian',
|
||||
'chadian',
|
||||
'chilean',
|
||||
'chinese',
|
||||
'colombian',
|
||||
'congolese',
|
||||
'croat',
|
||||
'croatian',
|
||||
'cuban',
|
||||
'czech',
|
||||
'dane',
|
||||
'dominican',
|
||||
'dutch',
|
||||
'ecuadorian',
|
||||
'egyptian',
|
||||
'emirati',
|
||||
'englishman',
|
||||
'estonian',
|
||||
'ethiopian',
|
||||
'european',
|
||||
'filipino',
|
||||
'french',
|
||||
'gambian',
|
||||
'georgian',
|
||||
'german',
|
||||
'ghanaian',
|
||||
'greek',
|
||||
'guatemalan',
|
||||
'haitian',
|
||||
'hindi',
|
||||
'honduran',
|
||||
'hungarian',
|
||||
'icelandic',
|
||||
'indian',
|
||||
'indonesian',
|
||||
'iranian',
|
||||
'iraqi',
|
||||
'irishman',
|
||||
'israeli',
|
||||
'italian',
|
||||
'ivorian', // of Ivory Coast
|
||||
'jamaican',
|
||||
'japanese',
|
||||
'jordanian',
|
||||
'kazakh',
|
||||
'kenyan',
|
||||
'korean',
|
||||
'kuwaiti',
|
||||
'lao', // of Laos
|
||||
'latvian',
|
||||
'lebanese',
|
||||
'liberian',
|
||||
'libyan',
|
||||
'lithuanian',
|
||||
'macedonian',
|
||||
'malagasy', // of Madagascar
|
||||
'malaysian',
|
||||
'mexican',
|
||||
'mongolian',
|
||||
'moroccan',
|
||||
'namibian',
|
||||
'nicaraguan',
|
||||
'nigerian', // of Nigeria
|
||||
'nigerien', // of Niger
|
||||
'norwegian',
|
||||
'omani',
|
||||
'pakistani',
|
||||
'palestinian',
|
||||
'panamanian',
|
||||
'paraguayan',
|
||||
'peruvian',
|
||||
'philippine',
|
||||
'portuguese',
|
||||
'puerto rican',
|
||||
'qatari',
|
||||
'romanian',
|
||||
'russian',
|
||||
'rwandan',
|
||||
'samoan',
|
||||
'saudi',
|
||||
'scottish',
|
||||
'senegalese',
|
||||
'serbian',
|
||||
'singaporean',
|
||||
'slovak',
|
||||
'somalian',
|
||||
'spaniard',
|
||||
'sudanese',
|
||||
'swede',
|
||||
'swiss',
|
||||
'syrian',
|
||||
'taiwanese',
|
||||
'thai',
|
||||
'texan',
|
||||
'trinidadian',
|
||||
'tunisian',
|
||||
'turkmen',
|
||||
'ugandan',
|
||||
'ukrainian',
|
||||
'venezuelan',
|
||||
'vietnamese',
|
||||
'welsh',
|
||||
'zambian',
|
||||
'zimbabwean',
|
||||
// 'pole',
|
||||
]
|
||||
@@ -0,0 +1,353 @@
|
||||
//just a few named-organizations
|
||||
//no acronyms needed. no product/brand pollution.
|
||||
export default [
|
||||
// 'abc',
|
||||
'academy of sciences',
|
||||
'acer',
|
||||
'activision blizzard',
|
||||
'activision',
|
||||
'adidas',
|
||||
'aig',
|
||||
'airbnb',
|
||||
'al jazeera',
|
||||
'al qaeda',
|
||||
'alcatel lucent',
|
||||
'alcatel',
|
||||
'altair',
|
||||
'amc',
|
||||
'amd',
|
||||
'american express',
|
||||
'amt',
|
||||
'amtrak',
|
||||
'anheuser busch',
|
||||
'aol',
|
||||
'apple computers',
|
||||
'argos',
|
||||
'armco',
|
||||
'ashland oil',
|
||||
'associated press',
|
||||
'autodesk',
|
||||
'avis',
|
||||
'avon',
|
||||
'ayer',
|
||||
'baidu',
|
||||
'banana republic',
|
||||
'basf',
|
||||
'baskin robbins',
|
||||
'baxter',
|
||||
'bayer',
|
||||
'bbc',
|
||||
'bechtel',
|
||||
'berkshire hathaway',
|
||||
'bf goodrich',
|
||||
'bfgoodrich',
|
||||
'blockbuster video',
|
||||
'bloomingdale',
|
||||
'blue cross',
|
||||
'bmw',
|
||||
'bni',
|
||||
'boeing',
|
||||
'bombardier',
|
||||
'boston globe',
|
||||
'boston pizza',
|
||||
'bp',
|
||||
'cadbury',
|
||||
'capital one',
|
||||
'cbc',
|
||||
'chevron',
|
||||
'chevy',
|
||||
'chick fil a',
|
||||
'china daily',
|
||||
'cia',
|
||||
'cisco systems',
|
||||
'cisco',
|
||||
'citigroup',
|
||||
'cloudflare',
|
||||
'cnn',
|
||||
'coca cola',
|
||||
'coinbase',
|
||||
'colgate',
|
||||
'comcast',
|
||||
'compaq',
|
||||
'coors',
|
||||
'costco',
|
||||
'craigslist',
|
||||
'crossrail',
|
||||
'daimler',
|
||||
'dea',
|
||||
'dell',
|
||||
'der spiegel',
|
||||
'disney',
|
||||
'doj',
|
||||
'dow jones',
|
||||
'dunkin donuts',
|
||||
'dupont',
|
||||
'ebay',
|
||||
'esa',
|
||||
'eu',
|
||||
'exxon mobil',
|
||||
'exxonmobil',
|
||||
'facebook',
|
||||
'fannie mae',
|
||||
'fbi',
|
||||
'fda',
|
||||
'fedex',
|
||||
'fiat',
|
||||
'financial times',
|
||||
'firestone',
|
||||
'ford',
|
||||
'foxcon',
|
||||
'frito lay',
|
||||
'general electric',
|
||||
'general motors',
|
||||
'ghq',
|
||||
'github',
|
||||
'glaxo smith kline',
|
||||
'glencore',
|
||||
'gmb',
|
||||
'goldman sachs',
|
||||
'goodyear',
|
||||
'google',
|
||||
'gucci',
|
||||
'hasbro',
|
||||
'hewlett packard',
|
||||
'hitachi',
|
||||
'hizbollah',
|
||||
'home depot',
|
||||
'honda',
|
||||
'hsbc',
|
||||
'hyundai',
|
||||
'ibm',
|
||||
'ihop',
|
||||
'ing',
|
||||
'intel',
|
||||
'interpol',
|
||||
'itv',
|
||||
'jiffy lube',
|
||||
'jpmorgan chase',
|
||||
'jpmorgan',
|
||||
'jsa',
|
||||
'katv',
|
||||
'kfc',
|
||||
'kkk',
|
||||
'kmart',
|
||||
'kodak',
|
||||
'la presse',
|
||||
'la z boy',
|
||||
'labour party',
|
||||
'lenovo',
|
||||
'lexis',
|
||||
'lexmark',
|
||||
'lg',
|
||||
'little caesars',
|
||||
'mattel',
|
||||
'mazda',
|
||||
'mcdonalds',
|
||||
'medicaid',
|
||||
'medicare',
|
||||
'mercedes benz',
|
||||
'microsoft',
|
||||
'mitas',
|
||||
'mitsubishi',
|
||||
'mlb',
|
||||
'mobil',
|
||||
'monsanto',
|
||||
'motorola',
|
||||
'mtv',
|
||||
'myspace',
|
||||
'nandos',
|
||||
'nasa',
|
||||
'nascar',
|
||||
'nasdaq',
|
||||
'national academy of sciences',
|
||||
'nato',
|
||||
'natwest',
|
||||
'nba',
|
||||
'nbc',
|
||||
'nec',
|
||||
'nestle',
|
||||
'netflix',
|
||||
'new york times',
|
||||
'newsweek',
|
||||
'nfl',
|
||||
'nhl',
|
||||
'nhs',
|
||||
'nike',
|
||||
'nintendo',
|
||||
'nissan',
|
||||
'nokia',
|
||||
'notre dame',
|
||||
'novartis',
|
||||
'nsa',
|
||||
'nvidia',
|
||||
'nwa',
|
||||
'old navy',
|
||||
'opec',
|
||||
'orange julius',
|
||||
'oxfam',
|
||||
'palantir',
|
||||
'pan am',
|
||||
'panasonic',
|
||||
'panda express',
|
||||
'paypal',
|
||||
'pbs',
|
||||
'pepsico',
|
||||
'petrobras',
|
||||
'petrochina',
|
||||
'petronas',
|
||||
'peugeot',
|
||||
'pfizer',
|
||||
'philip morris',
|
||||
'pizza hut',
|
||||
'premier oil',
|
||||
'prudential',
|
||||
'quantas',
|
||||
'rbc',
|
||||
'rbs',
|
||||
'readers digest',
|
||||
'red bull',
|
||||
'red cross',
|
||||
'red lobster',
|
||||
'remax',
|
||||
'revlon',
|
||||
'royal bank',
|
||||
'royal dutch shell',
|
||||
'ryanair',
|
||||
'safeway',
|
||||
'salesforce',
|
||||
'samsung',
|
||||
'seagate',
|
||||
'sears',
|
||||
'siemens',
|
||||
'snp',
|
||||
'sony',
|
||||
'squarespace',
|
||||
'starbucks',
|
||||
'statoil',
|
||||
'subaru',
|
||||
't mobile',
|
||||
'taco bell',
|
||||
'td bank',
|
||||
'telefonica',
|
||||
'telus',
|
||||
'tencent',
|
||||
'tesco',
|
||||
'tesla motors',
|
||||
'texas instruments',
|
||||
'tgi fridays',
|
||||
'the daily mail',
|
||||
'tim hortons',
|
||||
'tmz',
|
||||
'toshiba',
|
||||
'toyota',
|
||||
'toys r us',
|
||||
'twitter',
|
||||
'uber',
|
||||
'ubs',
|
||||
'ukip',
|
||||
'unesco',
|
||||
'unilever',
|
||||
'united nations',
|
||||
'ups',
|
||||
'usa today',
|
||||
'usps',
|
||||
'verizon',
|
||||
'visa',
|
||||
'vodafone',
|
||||
'volkswagen',
|
||||
'volvo',
|
||||
'walgreens',
|
||||
'wall street journal',
|
||||
'walmart',
|
||||
'warner bros',
|
||||
'wells fargo',
|
||||
'westfield',
|
||||
'westinghouse',
|
||||
'world trade organization',
|
||||
'xiaomi',
|
||||
'yahoo!',
|
||||
'yamaha',
|
||||
'ymca',
|
||||
'yougov',
|
||||
'youtube',
|
||||
'ywca',
|
||||
// 'mercedes',
|
||||
|
||||
`applebees`,
|
||||
`applebees`,
|
||||
`arbys`,
|
||||
`carls jr`,
|
||||
`le oreal`, //l'oreal
|
||||
`macs milk`,
|
||||
`mcdonalds`,
|
||||
`quiznos`,
|
||||
`sainsburys`,
|
||||
|
||||
//some bands
|
||||
'abba',
|
||||
'ac/dc',
|
||||
'aerosmith',
|
||||
'bee gees',
|
||||
'coldplay',
|
||||
'creedence clearwater revival',
|
||||
'def leppard',
|
||||
'depeche mode',
|
||||
'duran duran',
|
||||
'fleetwood mac',
|
||||
'green day',
|
||||
'guns n roses',
|
||||
'joy division',
|
||||
'metallica',
|
||||
'moody blues',
|
||||
'motley crue',
|
||||
'new kids on the block',
|
||||
'pink floyd',
|
||||
// 'r.e.m.',
|
||||
'radiohead',
|
||||
'red hot chili peppers',
|
||||
'sex pistols',
|
||||
'soundgarden',
|
||||
'spice girls',
|
||||
'the beach boys',
|
||||
'the beatles',
|
||||
'the black eyed peas',
|
||||
'the byrds',
|
||||
'the carpenters',
|
||||
'the guess who',
|
||||
'the hollies',
|
||||
// 'the rolling stones',
|
||||
'the smashing pumpkins',
|
||||
'the supremes',
|
||||
'the who',
|
||||
'thin lizzy',
|
||||
// 'u2',
|
||||
'van halen',
|
||||
`destiny's child`,
|
||||
|
||||
// other groups
|
||||
'eurosceptics',
|
||||
'brexiteers',
|
||||
|
||||
'audi',
|
||||
'bacardi',
|
||||
'cadillac',
|
||||
'coco chanel',
|
||||
'fc barcelona',
|
||||
'fifa',
|
||||
'halliburton',
|
||||
'ikea',
|
||||
'klm',
|
||||
'lexus',
|
||||
// 'mcgill university',
|
||||
'michelin',
|
||||
'nivea',
|
||||
'pepsi',
|
||||
'philips',
|
||||
'premier league',
|
||||
'real madrid',
|
||||
'roman empire',
|
||||
'scientology',
|
||||
'smirnoff',
|
||||
'wikileaks',
|
||||
'wikipedia',
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
export default [
|
||||
// 'her', //this one is check ambiguous
|
||||
// 'hers',
|
||||
// 'his',
|
||||
'its',
|
||||
'mine',
|
||||
'my',
|
||||
// 'none',
|
||||
'our',
|
||||
'ours',
|
||||
'thy',
|
||||
// 'their',
|
||||
// 'theirs',
|
||||
// 'your',
|
||||
// 'yours',
|
||||
|
||||
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
export default [
|
||||
'it',
|
||||
'they',
|
||||
'i',
|
||||
'them',
|
||||
'you',
|
||||
'she',
|
||||
'me',
|
||||
'he',
|
||||
'him',
|
||||
'us',
|
||||
'we',
|
||||
'thou',
|
||||
'thee',
|
||||
'il',
|
||||
'elle',
|
||||
// `'em`,
|
||||
]
|
||||
@@ -0,0 +1,44 @@
|
||||
// properNouns
|
||||
export default [
|
||||
'mercedes',
|
||||
'barbie',
|
||||
'catalina',
|
||||
'christi',
|
||||
'diego',
|
||||
'elmo',
|
||||
'franco',
|
||||
'kirby',
|
||||
'mickey',
|
||||
'finn',
|
||||
'missy',
|
||||
'florence',
|
||||
'stevens',
|
||||
'abid',
|
||||
'mcgill',
|
||||
'hudson',
|
||||
'chesley',
|
||||
'carling',
|
||||
'berkeley',
|
||||
'beeton',
|
||||
'carleton',
|
||||
'ajax',
|
||||
'weston',
|
||||
'sherwood',
|
||||
'wembley',
|
||||
'hinton',
|
||||
'bentley',
|
||||
'landsdowne',
|
||||
'brock',
|
||||
'dalhousie',
|
||||
'spalding',
|
||||
'charlton',
|
||||
'rothwell',
|
||||
'gosford',
|
||||
'frampton',
|
||||
'fairview',
|
||||
// currencies
|
||||
'nis',
|
||||
'riel',
|
||||
'euro',
|
||||
'iron maiden',
|
||||
]
|
||||
@@ -0,0 +1,17 @@
|
||||
export default [
|
||||
'whatever',
|
||||
'whatsoever',
|
||||
'whichever',
|
||||
'whichsoever',
|
||||
'whoever',
|
||||
'whom',
|
||||
'whomever',
|
||||
'whomsoever',
|
||||
'whose',
|
||||
'whosesoever',
|
||||
'whosoever',
|
||||
// 'that',
|
||||
// 'when',
|
||||
// 'which',
|
||||
// 'who',
|
||||
]
|
||||
@@ -0,0 +1,435 @@
|
||||
//most nouns do not nead to be listed
|
||||
// for whatever reasons, these look like not-nouns
|
||||
// they are all inflected to add their plural form
|
||||
|
||||
export default [
|
||||
// -ic
|
||||
'medic',
|
||||
'ethic',
|
||||
'republic',
|
||||
'colic',
|
||||
'garlic',
|
||||
'picnic',
|
||||
'tunic',
|
||||
'topic',
|
||||
'fabric',
|
||||
'rhetoric',
|
||||
'tic',
|
||||
'tactic',
|
||||
'characteristic',
|
||||
'statistic',
|
||||
|
||||
// -ed
|
||||
'seabed',
|
||||
'waterbed',
|
||||
'riverbed',
|
||||
'hotbed',
|
||||
'moped',
|
||||
|
||||
'eyelid',
|
||||
'pyramid',
|
||||
'lipid',
|
||||
'grid',
|
||||
'dividend',
|
||||
'stipend',
|
||||
'way around',
|
||||
'credit card',
|
||||
'security guard',
|
||||
'tribe',
|
||||
'downside',
|
||||
'upside',
|
||||
'voltage',
|
||||
'advantage',
|
||||
'percentage',
|
||||
'shortage',
|
||||
'cottage',
|
||||
'whale',
|
||||
|
||||
// -ble
|
||||
'syllable',
|
||||
'vegetable',
|
||||
'timetable',
|
||||
'turntable',
|
||||
'crucible',
|
||||
'mandible',
|
||||
|
||||
'example',
|
||||
'home',
|
||||
'someone',
|
||||
'headphone',
|
||||
'press release',
|
||||
'premise',
|
||||
'highrise',
|
||||
'sunrise',
|
||||
'purpose',
|
||||
|
||||
// -ate
|
||||
'rebate',
|
||||
'certificate',
|
||||
'frigate',
|
||||
'surrogate',
|
||||
'opiate',
|
||||
'chocolate',
|
||||
'plate',
|
||||
'template',
|
||||
'consulate',
|
||||
'pate',
|
||||
'default rate',
|
||||
'vertebrate',
|
||||
'invertebrate',
|
||||
'carbohydrate',
|
||||
'electorate',
|
||||
'doctorate',
|
||||
'nitrate',
|
||||
'substrate',
|
||||
'acetate',
|
||||
'us state',
|
||||
'estate',
|
||||
'prostate',
|
||||
|
||||
'plebiscite',
|
||||
'luddite',
|
||||
'urbanite',
|
||||
'respite',
|
||||
'rite',
|
||||
'site',
|
||||
'appetite',
|
||||
'anecdote',
|
||||
'antidote',
|
||||
'keynote',
|
||||
'coyote',
|
||||
'flute',
|
||||
'plaque',
|
||||
'cheque',
|
||||
'communique',
|
||||
'torque',
|
||||
'mosque',
|
||||
|
||||
// -ive
|
||||
'prerogative',
|
||||
'objective',
|
||||
'disincentive',
|
||||
'motive',
|
||||
'haze',
|
||||
'egg',
|
||||
'pig',
|
||||
|
||||
// -ing
|
||||
'pudding',
|
||||
'thing',
|
||||
'nothing',
|
||||
'banking',
|
||||
'ceiling',
|
||||
'evening',
|
||||
'morning',
|
||||
'sibling',
|
||||
'inning',
|
||||
|
||||
'lunch',
|
||||
'breakthrough',
|
||||
'trough',
|
||||
'blemish',
|
||||
'skirmish',
|
||||
'garnish',
|
||||
'varnish',
|
||||
'death',
|
||||
'question mark',
|
||||
|
||||
// -al
|
||||
'accrual',
|
||||
'acquittal',
|
||||
'burial',
|
||||
'capital',
|
||||
'cathedral',
|
||||
'cereal',
|
||||
'corral',
|
||||
'decal',
|
||||
'deferral',
|
||||
'denial',
|
||||
'funeral',
|
||||
'hospital',
|
||||
'mammal',
|
||||
'material',
|
||||
'metal',
|
||||
'mineral',
|
||||
'mural',
|
||||
'ordeal',
|
||||
'pedestal',
|
||||
'petal',
|
||||
'portal',
|
||||
'rebuttal',
|
||||
'recital',
|
||||
'referral',
|
||||
'subtotal',
|
||||
'tutorial',
|
||||
'urinal',
|
||||
|
||||
'record label',
|
||||
'skill',
|
||||
'high school',
|
||||
'christmas carol',
|
||||
'handful',
|
||||
'bowl',
|
||||
'super bowl',
|
||||
'team',
|
||||
'grand slam',
|
||||
'problem',
|
||||
'ad hominem',
|
||||
'system',
|
||||
'room',
|
||||
'chrysanthemum',
|
||||
'bean',
|
||||
'ocean',
|
||||
'student loan',
|
||||
'skeleten',
|
||||
'kitten',
|
||||
'heaven',
|
||||
'raven',
|
||||
'oven',
|
||||
'cousin',
|
||||
'gelatin',
|
||||
'tax return',
|
||||
'home run',
|
||||
'cellar',
|
||||
'us dollar',
|
||||
'exemplar',
|
||||
'civil war',
|
||||
|
||||
// -er
|
||||
'number',
|
||||
'wafer',
|
||||
'glacier',
|
||||
'grenadier',
|
||||
'cahier',
|
||||
'chandelier',
|
||||
'pier',
|
||||
'copier',
|
||||
'photocopier',
|
||||
'occupier',
|
||||
'drier',
|
||||
'tier',
|
||||
'barrier',
|
||||
'carrier',
|
||||
'dossier',
|
||||
'frontier',
|
||||
'metier',
|
||||
'reformer',
|
||||
'dinner',
|
||||
|
||||
'door',
|
||||
'indices',
|
||||
'others',
|
||||
'caucus',
|
||||
'dialect',
|
||||
'aspect',
|
||||
'prospect',
|
||||
'insect',
|
||||
'intellect',
|
||||
'verdict',
|
||||
'district',
|
||||
'free market',
|
||||
'human right',
|
||||
|
||||
// -ent
|
||||
'scent',
|
||||
'ascent',
|
||||
'incident',
|
||||
'rodent',
|
||||
'student',
|
||||
'coefficient',
|
||||
'client',
|
||||
'quotient',
|
||||
'talent',
|
||||
'referent',
|
||||
'deterrent',
|
||||
'discontent',
|
||||
'extent',
|
||||
'event',
|
||||
|
||||
'head start',
|
||||
'breakfast',
|
||||
|
||||
// -ist
|
||||
'waist',
|
||||
|
||||
'bout',
|
||||
'overview',
|
||||
'tv show',
|
||||
't rex',
|
||||
'array',
|
||||
'way',
|
||||
'tragedy',
|
||||
'body',
|
||||
'doggy',
|
||||
'effigy',
|
||||
'clergy',
|
||||
'allergy',
|
||||
'energy',
|
||||
'synergy',
|
||||
|
||||
// -ly
|
||||
'anomaly',
|
||||
'gadfly',
|
||||
'firefly',
|
||||
'dragonfly',
|
||||
'butterfly',
|
||||
'mayfly',
|
||||
'family',
|
||||
'doily',
|
||||
'ally',
|
||||
'belly',
|
||||
'jelly',
|
||||
'folly',
|
||||
'gully',
|
||||
'monopoly',
|
||||
'panoply',
|
||||
|
||||
'tummy',
|
||||
'economy',
|
||||
'fanny',
|
||||
'bunny',
|
||||
'puppy',
|
||||
|
||||
// -ry
|
||||
'salary',
|
||||
'burglary',
|
||||
'vocabulary',
|
||||
'canary',
|
||||
'granary',
|
||||
'military',
|
||||
'dignitary',
|
||||
'documentary',
|
||||
'notary',
|
||||
|
||||
'city',
|
||||
'guy',
|
||||
'school',
|
||||
'bar',
|
||||
'prediction',
|
||||
'pie',
|
||||
'rerun',
|
||||
'menu',
|
||||
|
||||
'owner',
|
||||
'coke',
|
||||
'conservatory',
|
||||
'caterpillar',
|
||||
'collar',
|
||||
'fetish',
|
||||
|
||||
'attic',
|
||||
'borough',
|
||||
'adjective',
|
||||
'initiative',
|
||||
'narrative',
|
||||
'perspective',
|
||||
'incentive',
|
||||
'parish',
|
||||
'tv',
|
||||
|
||||
'stone',
|
||||
'tributary',
|
||||
'flower',
|
||||
'sandwich',
|
||||
'x ray',
|
||||
'dump truck',
|
||||
'soft serve',
|
||||
'car',
|
||||
'strategy',
|
||||
'piggy',
|
||||
'thingy',
|
||||
'peanut',
|
||||
'accident',
|
||||
'journal',
|
||||
'tribunal',
|
||||
'ritual',
|
||||
'decimal',
|
||||
'pedal',
|
||||
'canal',
|
||||
|
||||
'alien',
|
||||
'chicken',
|
||||
'haven',
|
||||
'mitten',
|
||||
'pathogen',
|
||||
'sapien',
|
||||
|
||||
'autopsy',
|
||||
'embassy',
|
||||
'pussy',
|
||||
'spin off',
|
||||
'lay up',
|
||||
'leg up',
|
||||
'poppy',
|
||||
'epidemic',
|
||||
'row',
|
||||
'drive thru',
|
||||
'hash brown',
|
||||
// 'living room',
|
||||
'seminar',
|
||||
'variety',
|
||||
'laboratory',
|
||||
'programme',
|
||||
'legend',
|
||||
'fiend',
|
||||
'cloth',
|
||||
'institute',
|
||||
'tonite',
|
||||
'paradise',
|
||||
'enterprise',
|
||||
'lime',
|
||||
'magnate',
|
||||
'hormone',
|
||||
'outspoken',
|
||||
'medal',
|
||||
'recipient',
|
||||
'heist',
|
||||
'signatory',
|
||||
'narcotic',
|
||||
'threesome',
|
||||
'foursome',
|
||||
'biopic',
|
||||
'arsenal',
|
||||
'oatmeal',
|
||||
'sabbatical',
|
||||
'missive',
|
||||
'hussy',
|
||||
'cane',
|
||||
'overtime',
|
||||
'preposition',
|
||||
'disposition',
|
||||
'stake',
|
||||
'nite',
|
||||
'prop',
|
||||
'sect',
|
||||
'mischief',
|
||||
'marsupial',
|
||||
'statute',
|
||||
'mic',
|
||||
'clinic',
|
||||
'mould',
|
||||
'peyote',
|
||||
'gypsy',
|
||||
'granny',
|
||||
'vet',
|
||||
'suite',
|
||||
'uncoordinated',
|
||||
'latch',
|
||||
'deathbed',
|
||||
'tunnel',
|
||||
'intern',
|
||||
'tribute',
|
||||
'intent',
|
||||
'undertone',
|
||||
'underestimate',
|
||||
'underwear',
|
||||
'word',
|
||||
'overview',
|
||||
'yo yo',
|
||||
'phone call',
|
||||
'brick',
|
||||
'cannibal',
|
||||
'video game',
|
||||
'layer',
|
||||
'canton',
|
||||
]
|
||||
@@ -0,0 +1,145 @@
|
||||
export default [
|
||||
//mlb
|
||||
'arizona diamondbacks',
|
||||
'atlanta braves',
|
||||
'baltimore orioles',
|
||||
'boston red sox',
|
||||
'chicago cubs',
|
||||
'chicago white sox',
|
||||
'cincinnati reds',
|
||||
'cleveland indians',
|
||||
'cleveland guardians',
|
||||
'colorado rockies',
|
||||
'detroit tigers',
|
||||
'houston astros',
|
||||
'miami marlins',
|
||||
'milwaukee brewers',
|
||||
'minnesota twins',
|
||||
'oakland athletics',
|
||||
'philadelphia phillies',
|
||||
'pittsburgh pirates',
|
||||
'seattle mariners',
|
||||
'texas rangers',
|
||||
'toronto blue jays',
|
||||
'washington nationals',
|
||||
'tampa bay rays',
|
||||
'new york mets',
|
||||
'new york yankees',
|
||||
'san diego padres',
|
||||
'kansas city royals',
|
||||
'los angeles dodgers',
|
||||
'san francisco giants',
|
||||
'st louis cardinals',
|
||||
'diamondbacks',
|
||||
'white sox',
|
||||
'astros',
|
||||
'dodgers',
|
||||
'mets',
|
||||
'yankees',
|
||||
'phillies',
|
||||
'padres',
|
||||
|
||||
//nba
|
||||
'boston celtics',
|
||||
'brooklyn nets',
|
||||
'new york knicks',
|
||||
'toronto raptors',
|
||||
'chicago bulls',
|
||||
'cleveland cavaliers',
|
||||
'detroit pistons',
|
||||
'indiana pacers',
|
||||
'milwaukee bucks',
|
||||
'atlanta hawks',
|
||||
'charlotte hornets',
|
||||
'miami heat',
|
||||
'orlando magic',
|
||||
'washington wizards',
|
||||
'dallas mavericks',
|
||||
'houston rockets',
|
||||
'memphis grizzlies',
|
||||
'denver nuggets',
|
||||
'utah jazz',
|
||||
'minnesota timberwolves',
|
||||
'new orleans pelicans',
|
||||
'san antonio spurs',
|
||||
'portland trail blazers',
|
||||
'oklahoma city thunder',
|
||||
'golden state warriors',
|
||||
'los angeles clippers',
|
||||
'los angeles lakers',
|
||||
'phoenix suns',
|
||||
'sacramento kings',
|
||||
'knicks',
|
||||
'lakers',
|
||||
'celtics',
|
||||
// 'philadelphia 76ers',
|
||||
|
||||
//nfl
|
||||
'arizona cardinals',
|
||||
'atlanta falcons',
|
||||
'baltimore ravens',
|
||||
'buffalo bills',
|
||||
'carolina panthers',
|
||||
'chicago bears',
|
||||
'cincinnati bengals',
|
||||
'cleveland browns',
|
||||
'dallas cowboys',
|
||||
'denver broncos',
|
||||
'detroit lions',
|
||||
'green bay packers',
|
||||
'houston texans',
|
||||
'indianapolis colts',
|
||||
'jacksonville jaguars',
|
||||
'kansas city chiefs',
|
||||
'miami dolphins',
|
||||
'minnesota vikings',
|
||||
'new england patriots',
|
||||
'new orleans saints',
|
||||
'new york giants',
|
||||
'new york jets',
|
||||
'oakland raiders',
|
||||
'philadelphia eagles',
|
||||
'pittsburgh steelers',
|
||||
'san diego chargers',
|
||||
// 'san francisco 49ers',
|
||||
'seattle seahawks',
|
||||
'st louis rams',
|
||||
'tampa bay buccaneers',
|
||||
'tennessee titans',
|
||||
'washington redskins',
|
||||
|
||||
//mls
|
||||
'chicago fire',
|
||||
'colorado rapids',
|
||||
'columbus crew sc',
|
||||
'fc dallas',
|
||||
'houston dynamo',
|
||||
'la galaxy',
|
||||
'montreal impact',
|
||||
'new england revolution',
|
||||
'new york red bulls',
|
||||
'philadelphia union',
|
||||
'portland timbers',
|
||||
'real salt lake',
|
||||
'san jose earthquakes',
|
||||
'seattle sounders',
|
||||
'sporting kansas city',
|
||||
'vancouver whitecaps',
|
||||
// 'new york city fc',
|
||||
// 'atlanta united',
|
||||
// 'dc united',
|
||||
// 'minnesota united',
|
||||
//premier league soccer (mostly city+fc)
|
||||
'aston villa',
|
||||
'blackburn rovers',
|
||||
'cardiff city',
|
||||
'leicester city',
|
||||
'manchester city',
|
||||
'queens park rangers',
|
||||
'stoke city',
|
||||
'tottenham hotspur',
|
||||
// 'sheffield united',
|
||||
// 'manchester united',
|
||||
// 'newcastle united',
|
||||
// 'west ham united',
|
||||
]
|
||||
@@ -0,0 +1,292 @@
|
||||
//common nouns that have no plural form. These are suprisingly rare
|
||||
//used in noun.inflect(), and added as nouns in lexicon
|
||||
export default [
|
||||
|
||||
'acid',
|
||||
'acoustics',
|
||||
'advice',
|
||||
'aerobics',
|
||||
'aerodynamics',
|
||||
'aeronautics',
|
||||
'aircraft',
|
||||
'amends',
|
||||
'amnesty',
|
||||
'anger',
|
||||
'anise',
|
||||
'anyone',
|
||||
'anything',
|
||||
'appeal court',
|
||||
'arithmetic',
|
||||
'arsenic',
|
||||
'aspirin',
|
||||
'athletics',
|
||||
'baggage',
|
||||
'bass',
|
||||
'billiards',
|
||||
'bison',
|
||||
'blood',
|
||||
'bowling',
|
||||
'bread',
|
||||
'breadth',
|
||||
'bunting',
|
||||
'butter',
|
||||
'cad',
|
||||
'cards',
|
||||
'celcius',
|
||||
'chaos',
|
||||
'cheese',
|
||||
'chewing',
|
||||
'civics',
|
||||
'classics',
|
||||
'clothes',
|
||||
'coal',
|
||||
'cold war',
|
||||
'commentary',
|
||||
'confusion',
|
||||
'cont ed',
|
||||
'coral',
|
||||
'cotton',
|
||||
'couscous',
|
||||
'currency',
|
||||
'debut',
|
||||
'demise',
|
||||
'diabetes',
|
||||
'dice',
|
||||
'dishonesty',
|
||||
'disrepute',
|
||||
'dope',
|
||||
'downstairs',
|
||||
'draughts',
|
||||
'dynasty',
|
||||
'earnings',
|
||||
'economics',
|
||||
'education',
|
||||
'electricity',
|
||||
'electronics',
|
||||
'enjoyment',
|
||||
'entertainment',
|
||||
'equipment',
|
||||
'ethics',
|
||||
'everybody',
|
||||
'everyone',
|
||||
'everything',
|
||||
'existence',
|
||||
'expertise',
|
||||
'fahrenheit',
|
||||
'fate',
|
||||
'feeling',
|
||||
'fiction',
|
||||
'fish',
|
||||
'flour',
|
||||
'food',
|
||||
'forgiveness',
|
||||
'fourier',
|
||||
'fowl',
|
||||
'furniture',
|
||||
'gene editing',
|
||||
'gene pool',
|
||||
'genetics',
|
||||
'gluten',
|
||||
'glycerin',
|
||||
'golf',
|
||||
'gore',
|
||||
'granite',
|
||||
'grass',
|
||||
'greed',
|
||||
'gum',
|
||||
'gymnastics',
|
||||
'hair',
|
||||
'halibut',
|
||||
'happiness',
|
||||
'hashish',
|
||||
'haste',
|
||||
'headquarters',
|
||||
'here',
|
||||
'hertz',
|
||||
'history',
|
||||
'hockey',
|
||||
'homework',
|
||||
'honesty',
|
||||
'honey',
|
||||
'hooky',
|
||||
'horseradish',
|
||||
'hospitality',
|
||||
'house arrest',
|
||||
'hunger',
|
||||
'ice',
|
||||
'ignorance',
|
||||
'impatience',
|
||||
'importance',
|
||||
'improv',
|
||||
'information',
|
||||
'internet',
|
||||
'interstate',
|
||||
'jazz',
|
||||
'jeans',
|
||||
'jellyfish',
|
||||
'jewelry',
|
||||
'karate',
|
||||
'kindergarten',
|
||||
'knickers',
|
||||
'knowledge',
|
||||
'laughter',
|
||||
'leather',
|
||||
'leisure',
|
||||
'less',
|
||||
'lice',
|
||||
'lightning',
|
||||
'linguistics',
|
||||
'literature',
|
||||
'liver',
|
||||
'logic',
|
||||
'logistics',
|
||||
'luck',
|
||||
'luggage',
|
||||
'machine learning',
|
||||
'machinery',
|
||||
'majesty',
|
||||
'make up',
|
||||
'mathematics',
|
||||
'measles',
|
||||
'meat',
|
||||
'mechanics',
|
||||
'merchandise',
|
||||
'metallurgy',
|
||||
'money',
|
||||
'monogamy',
|
||||
'moose',
|
||||
'mumps',
|
||||
'music',
|
||||
'nail polish',
|
||||
'national security',
|
||||
'news',
|
||||
'nowadays',
|
||||
'obstetrics',
|
||||
'overcrowding',
|
||||
'oxygen',
|
||||
'panties',
|
||||
'pants',
|
||||
'parking',
|
||||
'patience',
|
||||
'peace',
|
||||
'petrol',
|
||||
'phys ed',
|
||||
'physics',
|
||||
'plastic',
|
||||
'politics',
|
||||
'pollen',
|
||||
'polygamy',
|
||||
'pork',
|
||||
'preamble',
|
||||
'premises',
|
||||
'presense',
|
||||
'pressure',
|
||||
'pretense',
|
||||
'putty',
|
||||
'rabies',
|
||||
'recognition',
|
||||
'recreation',
|
||||
'reins',
|
||||
'relaxation',
|
||||
'research',
|
||||
'rice',
|
||||
'rickets',
|
||||
'sadness',
|
||||
'safety',
|
||||
'salmon',
|
||||
'salt',
|
||||
'sand',
|
||||
'satish',
|
||||
'scenery',
|
||||
'scissors',
|
||||
'seating',
|
||||
'self',
|
||||
'senate',
|
||||
'series',
|
||||
'sheep',
|
||||
'shingles',
|
||||
'shopping',
|
||||
'shorts',
|
||||
'silk',
|
||||
'silver',
|
||||
'skin',
|
||||
'skittles',
|
||||
'soap',
|
||||
'soccer',
|
||||
'something',
|
||||
'spacecraft',
|
||||
'species',
|
||||
'spite',
|
||||
'static',
|
||||
'statistics',
|
||||
'steam',
|
||||
'steel',
|
||||
'sugar',
|
||||
'sunshine',
|
||||
'sushi',
|
||||
'sweepstakes',
|
||||
'tea',
|
||||
'tennis',
|
||||
'there',
|
||||
'thermodynamics',
|
||||
'thunder',
|
||||
'time off',
|
||||
'tin',
|
||||
'tonight',
|
||||
'toothpaste',
|
||||
'townfolk',
|
||||
'townsfolk',
|
||||
'traffic',
|
||||
'treatise',
|
||||
'troops',
|
||||
'trouble',
|
||||
'troubleshooting',
|
||||
'trousers',
|
||||
'trout',
|
||||
'true north',
|
||||
'tuna',
|
||||
'tungsten',
|
||||
'tyranny',
|
||||
'vernacular',
|
||||
'vinegar',
|
||||
'violence',
|
||||
'vitae',
|
||||
'warmth',
|
||||
'water',
|
||||
'whisky',
|
||||
'wildlife',
|
||||
'wine',
|
||||
'wood',
|
||||
'wool',
|
||||
'you guys',
|
||||
'nutella',
|
||||
'vanilla',
|
||||
'venus',
|
||||
'earth',
|
||||
'mars',
|
||||
'jupiter',
|
||||
'saturn',
|
||||
'uranus',
|
||||
'neptune',
|
||||
'pluto',
|
||||
'vapor',
|
||||
'magic',
|
||||
'melancholy',
|
||||
|
||||
|
||||
// 'art',
|
||||
// 'cash',
|
||||
// 'clothing',
|
||||
// 'gold',
|
||||
// 'ground',
|
||||
// 'justice',
|
||||
// 'kelvin',
|
||||
// 'mail',
|
||||
// 'power',
|
||||
// 'progress',
|
||||
// 'snow',
|
||||
// 'speed',
|
||||
// 'spite',
|
||||
// 'time',
|
||||
// 'vanilla',
|
||||
]
|
||||
@@ -0,0 +1,36 @@
|
||||
export default [
|
||||
'zero',
|
||||
'one',
|
||||
'two',
|
||||
'three',
|
||||
'four',
|
||||
'five',
|
||||
'six',
|
||||
'seven',
|
||||
'eight',
|
||||
'nine',
|
||||
'ten',
|
||||
'eleven',
|
||||
'twelve',
|
||||
'thirteen',
|
||||
'fourteen',
|
||||
'fifteen',
|
||||
'sixteen',
|
||||
'seventeen',
|
||||
'eighteen',
|
||||
'nineteen',
|
||||
'twenty',
|
||||
'thirty',
|
||||
'forty',
|
||||
'fourty',
|
||||
'fifty',
|
||||
'sixty',
|
||||
'seventy',
|
||||
'eighty',
|
||||
'ninety',
|
||||
// plural-multiples
|
||||
'thousands',
|
||||
'millions',
|
||||
'billions',
|
||||
'trillions',
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
export default [
|
||||
'hundred',
|
||||
'thousand',
|
||||
'million',
|
||||
'billion',
|
||||
'trillion',
|
||||
'quadrillion',
|
||||
'quintillion',
|
||||
'sextillion',
|
||||
'septillion',
|
||||
]
|
||||
@@ -0,0 +1,31 @@
|
||||
export default [
|
||||
'zeroth',
|
||||
'first',
|
||||
'second',
|
||||
'third',
|
||||
'fourth',
|
||||
'fifth',
|
||||
'sixth',
|
||||
'seventh',
|
||||
'eighth',
|
||||
'ninth',
|
||||
'tenth',
|
||||
'eleventh',
|
||||
'twelfth',
|
||||
'thirteenth',
|
||||
'fourteenth',
|
||||
'fifteenth',
|
||||
'sixteenth',
|
||||
'seventeenth',
|
||||
'eighteenth',
|
||||
'nineteenth',
|
||||
'twentieth',
|
||||
'thirtieth',
|
||||
'fortieth',
|
||||
'fourtieth',
|
||||
'fiftieth',
|
||||
'sixtieth',
|
||||
'seventieth',
|
||||
'eightieth',
|
||||
'ninetieth',
|
||||
]
|
||||
@@ -0,0 +1,143 @@
|
||||
// ambigous units are in ../switches/unit-noun.js
|
||||
// units that are also abbreviations are in ../abbrev/units.js
|
||||
export default [
|
||||
'°c',
|
||||
'celsius',
|
||||
'°f',
|
||||
'fahrenheit',
|
||||
'kelvins',
|
||||
'°n',
|
||||
'm³',
|
||||
'dm³',
|
||||
'cm³',
|
||||
'litre',
|
||||
'litres',
|
||||
'liter',
|
||||
'liters',
|
||||
'deciliter',
|
||||
'deciliters',
|
||||
'centiliter',
|
||||
'centiliters',
|
||||
'milliliter',
|
||||
'milliliters',
|
||||
'in³',
|
||||
'ft³',
|
||||
'yd³',
|
||||
'gallon',
|
||||
'gallons',
|
||||
'bbl',
|
||||
'pint',
|
||||
'pints',
|
||||
'quart',
|
||||
'quarts',
|
||||
'fl oz',
|
||||
// 'fluid ounce',
|
||||
// 'fluid ounces',
|
||||
'kilometer',
|
||||
'kilometers',
|
||||
'meter',
|
||||
'meters',
|
||||
'decimeter',
|
||||
'decimeters',
|
||||
'centimeter',
|
||||
'centimeters',
|
||||
'millimeter',
|
||||
'millimeters',
|
||||
'mile',
|
||||
'tonne',
|
||||
'tonnes',
|
||||
'kilo',
|
||||
'kilos',
|
||||
'kilogram',
|
||||
'kilograms',
|
||||
'hectogram',
|
||||
'hectograms',
|
||||
'gram',
|
||||
'grams',
|
||||
'decigram',
|
||||
'decigrams',
|
||||
'centigram',
|
||||
'centigrams',
|
||||
'milligram',
|
||||
'milligrams',
|
||||
'µg',
|
||||
'microgram',
|
||||
'micrograms',
|
||||
'carat',
|
||||
'carats',
|
||||
'ounce',
|
||||
'ounces',
|
||||
'ton',
|
||||
'km²',
|
||||
'm²',
|
||||
'dm²',
|
||||
'cm²',
|
||||
'mm²',
|
||||
'hectare',
|
||||
'hectares',
|
||||
'mile²',
|
||||
'in²',
|
||||
'yd²',
|
||||
'ft²',
|
||||
'sq ft',
|
||||
'acre',
|
||||
'acres',
|
||||
'hertz',
|
||||
'hertzs',
|
||||
'km/h',
|
||||
'kmph',
|
||||
'm/s',
|
||||
'mi/h',
|
||||
'knot',
|
||||
'knots',
|
||||
'byte',
|
||||
'bytes',
|
||||
'kilobyte',
|
||||
'kilobytes',
|
||||
'megabyte',
|
||||
'megabytes',
|
||||
'gigabyte',
|
||||
'gigabytes',
|
||||
'terabyte',
|
||||
'terabytes',
|
||||
'petabyte',
|
||||
'petabytes',
|
||||
'exabyte',
|
||||
'exabytes',
|
||||
'zettabyte',
|
||||
'zettabytes',
|
||||
'yottabyte',
|
||||
'yottabytes',
|
||||
'kbps',
|
||||
'bbps',
|
||||
'gbps',
|
||||
'joule',
|
||||
'joules',
|
||||
'pascals',
|
||||
'watt',
|
||||
'watts',
|
||||
'wb',
|
||||
'coulomb',
|
||||
'coulombs',
|
||||
'volts',
|
||||
'farad',
|
||||
'farads',
|
||||
'ohms',
|
||||
'lux',
|
||||
'lumen',
|
||||
'lumens',
|
||||
'µs',
|
||||
'microsecond',
|
||||
'microseconds',
|
||||
'nanosecond',
|
||||
'nanoseconds',
|
||||
'picosecond',
|
||||
'picoseconds',
|
||||
'femtosecond',
|
||||
'femtoseconds',
|
||||
'attosecond',
|
||||
'attoseconds',
|
||||
'percent',
|
||||
'year old',
|
||||
'years old',
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,73 @@
|
||||
//ambiguously-gendered firstnames
|
||||
//names commonly used in either gender
|
||||
export default [
|
||||
'alexis',
|
||||
'andra',
|
||||
'aubrey',
|
||||
'blair',
|
||||
'casey',
|
||||
'cassidy',
|
||||
'charlie',
|
||||
'cheyenne',
|
||||
'devan',
|
||||
'devon',
|
||||
'jamie',
|
||||
'jammie',
|
||||
'jessie',
|
||||
'jude',
|
||||
'kiran',
|
||||
'kasey',
|
||||
'kelsey',
|
||||
'kenyatta',
|
||||
'kerry',
|
||||
'kris',
|
||||
'lashawn',
|
||||
'marion',
|
||||
'marlo',
|
||||
'mel',
|
||||
'mina',
|
||||
'morgan',
|
||||
'nelly',
|
||||
'quinn',
|
||||
'regan',
|
||||
'rene',
|
||||
'shay',
|
||||
'shea',
|
||||
'shelby',
|
||||
'shiloh',
|
||||
'andrea',
|
||||
'gabriele',
|
||||
'hinata',
|
||||
'jie',
|
||||
'luca',
|
||||
'manaia',
|
||||
'melokuhle',
|
||||
'sumit',
|
||||
'gaby',
|
||||
'jaime',
|
||||
'kendall',
|
||||
'syd',
|
||||
'kai',
|
||||
'kiril',
|
||||
'leif',
|
||||
'mads',
|
||||
'matti',
|
||||
'matty',
|
||||
'maxime',
|
||||
'nico',
|
||||
'niko',
|
||||
'nikos',
|
||||
'adrien',
|
||||
'alexei',
|
||||
'andi',
|
||||
'andrey',
|
||||
'avi',
|
||||
'darcy',
|
||||
'ilya',
|
||||
'werner',
|
||||
'francois',
|
||||
'friedrich',
|
||||
'akira',
|
||||
'alfie',
|
||||
'alois',
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
export default [
|
||||
'lieutenant general',
|
||||
'field marshal',
|
||||
'rear admiral',
|
||||
'vice admiral',
|
||||
'sergeant major',
|
||||
'director general',
|
||||
]
|
||||
@@ -0,0 +1,926 @@
|
||||
//a random copy+paste job from around the internet
|
||||
//(dont mean to step on any toes)
|
||||
//some countries have a higher lastname-signal than others
|
||||
//this list is further augmented by some regexps, over in ./data/punct_rules.js
|
||||
// https://en.wikipedia.org/wiki/List_of_most_common_surnames_in_Europe
|
||||
export default [
|
||||
'acosta',
|
||||
'adams',
|
||||
'aguilar',
|
||||
'akhtar',
|
||||
'aleksejev',
|
||||
'aliyev',
|
||||
'almeida',
|
||||
'alvarez',
|
||||
'alves',
|
||||
'andersen',
|
||||
'anderson',
|
||||
'andersson',
|
||||
'andov',
|
||||
'andreassen',
|
||||
'andrejev',
|
||||
'angelov',
|
||||
'angelova',
|
||||
'araujo',
|
||||
'araya',
|
||||
'arslan',
|
||||
'aslan',
|
||||
'ayala',
|
||||
'aydin',
|
||||
'babic',
|
||||
'bach',
|
||||
'baez',
|
||||
'bahk',
|
||||
'bahng',
|
||||
'bailey',
|
||||
'bakker',
|
||||
'bandara',
|
||||
'bandyopadhyay',
|
||||
'banik',
|
||||
'barbieri',
|
||||
'barbosa',
|
||||
'barnes',
|
||||
'barnier',
|
||||
'barua',
|
||||
'bauer',
|
||||
'becker',
|
||||
'beckham',
|
||||
'beethoven',
|
||||
'begu',
|
||||
'bektashi',
|
||||
'bengtsson',
|
||||
'benitez',
|
||||
'bennett',
|
||||
'berger',
|
||||
'bergmann',
|
||||
'berisha',
|
||||
'bernasconi',
|
||||
'berndsen',
|
||||
'bhak',
|
||||
'bhang',
|
||||
'bhoumik',
|
||||
'bhowmik',
|
||||
'bhuiyan',
|
||||
'bianchi',
|
||||
'bishwas',
|
||||
'blanco',
|
||||
'blazevic',
|
||||
'blondal',
|
||||
'bogdanov',
|
||||
'bondarenko',
|
||||
'bonik',
|
||||
'boruya',
|
||||
'bosu',
|
||||
'bouchard',
|
||||
'boyko',
|
||||
'bozic',
|
||||
'bozinov',
|
||||
'brankov',
|
||||
'briem',
|
||||
'brooks',
|
||||
'bryant',
|
||||
'byrne',
|
||||
'bytyqi',
|
||||
'caceres',
|
||||
'calderon',
|
||||
'campbell',
|
||||
'cardoso',
|
||||
'cardozo',
|
||||
'carter',
|
||||
'caruso',
|
||||
'carvalho',
|
||||
'castillo',
|
||||
'castro',
|
||||
'cavadini',
|
||||
'ceban',
|
||||
'cebotari',
|
||||
'celik',
|
||||
'cengic',
|
||||
'cereghetti',
|
||||
'cerna',
|
||||
'cerny',
|
||||
'chakma',
|
||||
'chakraborty',
|
||||
'chan',
|
||||
'chand',
|
||||
'chang',
|
||||
'chatterjee',
|
||||
'chapman',
|
||||
'chavez',
|
||||
'che',
|
||||
'chen',
|
||||
'cheon',
|
||||
'cheong',
|
||||
'cheung',
|
||||
'chiu',
|
||||
'choi',
|
||||
'chong',
|
||||
'choung',
|
||||
'chow',
|
||||
'chowdhury',
|
||||
'choy',
|
||||
'christensen',
|
||||
'christiansen',
|
||||
'chung',
|
||||
'chwe',
|
||||
'ciobanu',
|
||||
'clark',
|
||||
'clarke',
|
||||
'cohen',
|
||||
'coleman',
|
||||
'collins',
|
||||
'conti',
|
||||
'contreras',
|
||||
'cooke',
|
||||
'cooper',
|
||||
'corbyn',
|
||||
'correa',
|
||||
'correia',
|
||||
'costa',
|
||||
'cox',
|
||||
'crivelli',
|
||||
'cruz',
|
||||
'dahl',
|
||||
'damcevski',
|
||||
'danielsen',
|
||||
'dankula',
|
||||
'datta',
|
||||
'davidov',
|
||||
'davies',
|
||||
'davis',
|
||||
'de boer',
|
||||
'de groot',
|
||||
'de jong',
|
||||
'de la cruz',
|
||||
'de leon',
|
||||
'de luca',
|
||||
'de silva',
|
||||
'de vries',
|
||||
'debnath',
|
||||
'delgado',
|
||||
'delic',
|
||||
'demir',
|
||||
'demirovic',
|
||||
'dervishi',
|
||||
'devi',
|
||||
'dewan',
|
||||
'dias',
|
||||
'diaz',
|
||||
'dimitrov',
|
||||
'dimitrova',
|
||||
'dissanayake',
|
||||
'djurhuus',
|
||||
'dogan',
|
||||
'doherty',
|
||||
'dominguez',
|
||||
'donev',
|
||||
'dordevic',
|
||||
'dotto',
|
||||
'driscoll',
|
||||
'duarte',
|
||||
'dubois',
|
||||
'dumitru',
|
||||
'durand',
|
||||
'duric',
|
||||
'dutta',
|
||||
'dvorak',
|
||||
'dvorakova',
|
||||
'eder',
|
||||
'edison',
|
||||
'edwards',
|
||||
'einstein',
|
||||
'eriksen',
|
||||
'eriksson',
|
||||
'escobar',
|
||||
'espinoza',
|
||||
'esposito',
|
||||
'estrada',
|
||||
'evans',
|
||||
'faber',
|
||||
'ferhatovic',
|
||||
'fernandes',
|
||||
'fernandez',
|
||||
'ferrara',
|
||||
'ferrari',
|
||||
'ferreira',
|
||||
'filipov',
|
||||
'filipovic',
|
||||
'fischer',
|
||||
'fjeldsted',
|
||||
'flores',
|
||||
'fontana',
|
||||
'fortin',
|
||||
'fournier',
|
||||
// 'franco',
|
||||
'friedman',
|
||||
'fuchs',
|
||||
'fuentes',
|
||||
'fujita',
|
||||
'gagne',
|
||||
'gagnon',
|
||||
'galeano',
|
||||
'gallagher',
|
||||
'galli',
|
||||
'gallo',
|
||||
'gamage',
|
||||
'gandhi',
|
||||
'gao',
|
||||
'garcia',
|
||||
'garza',
|
||||
'gashi',
|
||||
'gauthier',
|
||||
'georgiev',
|
||||
'georgieva',
|
||||
'gheorghe',
|
||||
'gibson',
|
||||
'gil',
|
||||
'gimenez',
|
||||
'giordano',
|
||||
'gjonaj',
|
||||
'gjoni',
|
||||
'gorbachev',
|
||||
'golubev',
|
||||
'gomes',
|
||||
'gomez',
|
||||
'goncalves',
|
||||
'gonzales',
|
||||
'gonzalez',
|
||||
'goode',
|
||||
'goodman',
|
||||
'grayling',
|
||||
'grgic',
|
||||
'griffiths',
|
||||
'gruber',
|
||||
'guo',
|
||||
'gustafsson',
|
||||
'gutierrez',
|
||||
'guzman',
|
||||
'gwon',
|
||||
'hadzic',
|
||||
'hagen',
|
||||
'halvorsen',
|
||||
'hamalainen',
|
||||
'hansen',
|
||||
'hansson',
|
||||
'haque',
|
||||
'harris',
|
||||
'hasani',
|
||||
'hasanov',
|
||||
'hasanovic',
|
||||
'hashimoto',
|
||||
'haugen',
|
||||
'haung',
|
||||
'hayashi',
|
||||
'hayes',
|
||||
'heikkila',
|
||||
'heikkinen',
|
||||
'heinonen',
|
||||
'hemingway',
|
||||
'henderson',
|
||||
'henriksen',
|
||||
'hernandez',
|
||||
'herrera',
|
||||
'hitchcock',
|
||||
'hjaltalin',
|
||||
'hoang',
|
||||
'hodzic',
|
||||
'hofer',
|
||||
'hoffmann',
|
||||
'hojgaard',
|
||||
'hok',
|
||||
'horak',
|
||||
'horakova',
|
||||
'horvat',
|
||||
'hoxha',
|
||||
'hristov',
|
||||
'hristova',
|
||||
'hu',
|
||||
'huaman',
|
||||
'huang',
|
||||
'huber',
|
||||
'hughes',
|
||||
'huynh',
|
||||
'ibrahimovic',
|
||||
'iglesias',
|
||||
'ikeda',
|
||||
'iliev',
|
||||
'ilieva',
|
||||
'inoue',
|
||||
'ionescu',
|
||||
'ishikawa',
|
||||
'ito',
|
||||
'ivanou',
|
||||
'ivanov',
|
||||
'ivanova',
|
||||
'jackson',
|
||||
'jacobsen',
|
||||
'jakobsson',
|
||||
'jansen',
|
||||
'janssen',
|
||||
'janssens',
|
||||
'jansson',
|
||||
'jarvinen',
|
||||
'jenkins',
|
||||
'jensen',
|
||||
'jhang',
|
||||
'jimenez',
|
||||
'joensen',
|
||||
'johannesen',
|
||||
'johannessen',
|
||||
'johansen',
|
||||
'johansson',
|
||||
'johnsen',
|
||||
'johnson',
|
||||
'johnston',
|
||||
'jones',
|
||||
'jonsson',
|
||||
'jorgensen',
|
||||
'joung',
|
||||
'jovanovic',
|
||||
'jung',
|
||||
'juric',
|
||||
'kahn',
|
||||
'kalloe',
|
||||
'kaminski',
|
||||
'karjalainen',
|
||||
'karlsen',
|
||||
'karlsson',
|
||||
'kastrati',
|
||||
'kato',
|
||||
'kaur',
|
||||
'kaya',
|
||||
'kayser',
|
||||
'kazlov',
|
||||
'kennedy',
|
||||
'khan',
|
||||
'kieffer',
|
||||
'kilic',
|
||||
'kimura',
|
||||
'kinnunen',
|
||||
'klein',
|
||||
'kluivert',
|
||||
'knezevic',
|
||||
'kobayashi',
|
||||
'korhonen',
|
||||
'koskinen',
|
||||
'kovac',
|
||||
'kovacevic',
|
||||
'kovacic',
|
||||
'kovacs',
|
||||
'koval',
|
||||
'kovalchuk',
|
||||
'kovalenko',
|
||||
'kowalczyk',
|
||||
'kowalski',
|
||||
'kozlov',
|
||||
'krasniqi',
|
||||
'kravchenko',
|
||||
'kremer',
|
||||
'kristensen',
|
||||
'kristiansen',
|
||||
'kryeziu',
|
||||
'kucera',
|
||||
'kucerova',
|
||||
'kumar',
|
||||
'kumara',
|
||||
'kuznetsov',
|
||||
'kvaran',
|
||||
'kwok',
|
||||
'kwon',
|
||||
'laine',
|
||||
'laitinen',
|
||||
'lammy',
|
||||
'larsen',
|
||||
'larsson',
|
||||
'lau',
|
||||
'lavoie',
|
||||
'lebedev',
|
||||
'lefebvre',
|
||||
'lefevre',
|
||||
'lehtinen',
|
||||
'lehtonen',
|
||||
'leitner',
|
||||
'leka',
|
||||
'lekaj',
|
||||
'lenin',
|
||||
'leroy',
|
||||
'lewis',
|
||||
'li',
|
||||
'lincoln',
|
||||
'lindberg',
|
||||
'lindholm',
|
||||
'liu',
|
||||
'liyanage',
|
||||
'lombardi',
|
||||
'lopes',
|
||||
'lopez',
|
||||
'lovric',
|
||||
'lukic',
|
||||
'lund',
|
||||
'lungu',
|
||||
'luo',
|
||||
'ly',
|
||||
'lynch',
|
||||
'madrigal',
|
||||
'madsen',
|
||||
'maeda',
|
||||
'magnusson',
|
||||
'maier',
|
||||
'majerus',
|
||||
'makela',
|
||||
'makinen',
|
||||
'mamani',
|
||||
'mammadov',
|
||||
'mancini',
|
||||
'mariani',
|
||||
'maric',
|
||||
'marin',
|
||||
'marino',
|
||||
'markovic',
|
||||
'marques',
|
||||
'marroquin',
|
||||
'martinez',
|
||||
'martins',
|
||||
'matei',
|
||||
'matic',
|
||||
'matsumoto',
|
||||
'mayer',
|
||||
'mayr',
|
||||
'mccarthy',
|
||||
'mclaughlin',
|
||||
'mehmedovic',
|
||||
'mehmeti',
|
||||
'meijer',
|
||||
'mejia',
|
||||
'melnyk',
|
||||
'melo',
|
||||
'mendes',
|
||||
'mendez',
|
||||
'mercier',
|
||||
'messi',
|
||||
'messier',
|
||||
'meyer',
|
||||
'meyers',
|
||||
'micrachi',
|
||||
'mihhailov',
|
||||
'mikkelsen',
|
||||
'miller',
|
||||
'mohan',
|
||||
'molina',
|
||||
'moller',
|
||||
'moore',
|
||||
'mora',
|
||||
'morales',
|
||||
'moreau',
|
||||
'moreira',
|
||||
'moreno',
|
||||
'monroe',
|
||||
'moretti',
|
||||
'mori',
|
||||
'morin',
|
||||
'morina',
|
||||
'morozov',
|
||||
'morris',
|
||||
'mortensen',
|
||||
'moser',
|
||||
'moss',
|
||||
'mozart',
|
||||
'mulder',
|
||||
'muller',
|
||||
'munoz',
|
||||
'munteanu',
|
||||
'murati',
|
||||
'muratovic',
|
||||
'murphy',
|
||||
'murray',
|
||||
'mussolini',
|
||||
'nagy',
|
||||
'nakajima',
|
||||
'nakamura',
|
||||
'nakashima',
|
||||
'narayan',
|
||||
'navarro',
|
||||
'neilson',
|
||||
'nemcova',
|
||||
'nemec',
|
||||
'nguyen',
|
||||
'nielsen',
|
||||
'niemi',
|
||||
'nieminen',
|
||||
'nikolic',
|
||||
'nikolov',
|
||||
'nikolova',
|
||||
'nilsen',
|
||||
'nilsson',
|
||||
'nixon',
|
||||
'norodahl',
|
||||
'novak',
|
||||
'novakova',
|
||||
'novikov',
|
||||
'novotna',
|
||||
'novotny',
|
||||
'nowak',
|
||||
'nunes',
|
||||
'nunez',
|
||||
'nyman',
|
||||
'obama',
|
||||
'obrien',
|
||||
'oconnor',
|
||||
'ogawa',
|
||||
'oliveira',
|
||||
'oliynyk',
|
||||
'olofsson',
|
||||
'olsen',
|
||||
'olsson',
|
||||
'oneill',
|
||||
'orellana',
|
||||
'ortega',
|
||||
'ortiz',
|
||||
'orwell',
|
||||
'ozdemir',
|
||||
'ozturk',
|
||||
'pahk',
|
||||
'pahng',
|
||||
'pak',
|
||||
'parker',
|
||||
'patel',
|
||||
'patterson',
|
||||
'pavic',
|
||||
'pavlov',
|
||||
'pavlovic',
|
||||
'pedersen',
|
||||
'peeters',
|
||||
'pena',
|
||||
'pereira',
|
||||
'perera',
|
||||
'peretz',
|
||||
'perez',
|
||||
'peric',
|
||||
'persson',
|
||||
'petersen',
|
||||
'peterson',
|
||||
'petrov',
|
||||
'petrova',
|
||||
'petrovic',
|
||||
'pettersen',
|
||||
'pettersson',
|
||||
'phak',
|
||||
'pham',
|
||||
'phan',
|
||||
'phang',
|
||||
'phillips',
|
||||
'picasso',
|
||||
'pichler',
|
||||
'piero',
|
||||
'pinas',
|
||||
'pinto',
|
||||
'polishchuk',
|
||||
'popescu',
|
||||
'popov',
|
||||
'popovic',
|
||||
'portillo',
|
||||
'poulsen',
|
||||
'powell',
|
||||
'prasad',
|
||||
'prifti',
|
||||
'prochazka',
|
||||
'prochazkova',
|
||||
'putin',
|
||||
'quispe',
|
||||
'radic',
|
||||
'radu',
|
||||
'ramirez',
|
||||
'ramos',
|
||||
'rantanen',
|
||||
'rasmussen',
|
||||
'ravelli',
|
||||
'reagan',
|
||||
'rees',
|
||||
'reiter',
|
||||
'reuter',
|
||||
'reyes',
|
||||
'ribeiro',
|
||||
'ricci',
|
||||
'richardson',
|
||||
'ries',
|
||||
'rivas',
|
||||
'rivera',
|
||||
'rizzo',
|
||||
'roberts',
|
||||
'robertson',
|
||||
'robinson',
|
||||
'rocha',
|
||||
'rodrigues',
|
||||
'rodriguez',
|
||||
'rogers',
|
||||
'rojas',
|
||||
'romano',
|
||||
'romero',
|
||||
'roosevelt',
|
||||
'rossi',
|
||||
'rotari',
|
||||
'roux',
|
||||
'rowling',
|
||||
'rubio',
|
||||
'ruiz',
|
||||
'russo',
|
||||
'rusu',
|
||||
'ryang',
|
||||
'ryoo',
|
||||
'ryu',
|
||||
'saarinen',
|
||||
'sahin',
|
||||
'saito',
|
||||
'salas',
|
||||
'salihovic',
|
||||
'salminen',
|
||||
'salo',
|
||||
'salonen',
|
||||
'sanchez',
|
||||
'sanders',
|
||||
'santana',
|
||||
'sante',
|
||||
'santos',
|
||||
'sanz',
|
||||
'saric',
|
||||
'sasaki',
|
||||
'sato',
|
||||
'savic',
|
||||
'scheving',
|
||||
'schiltz',
|
||||
'schmid',
|
||||
'schmidt',
|
||||
'schmit',
|
||||
'schmitz',
|
||||
'schneider',
|
||||
'schroeder',
|
||||
'schulz',
|
||||
'schwarz',
|
||||
'seinfeld',
|
||||
'segura',
|
||||
'semjonov',
|
||||
'semyonov',
|
||||
'seoh',
|
||||
'sepulveda',
|
||||
'serrano',
|
||||
'shala',
|
||||
'sharma',
|
||||
'shehu',
|
||||
'shevchenko',
|
||||
'shevchuk',
|
||||
'shimizu',
|
||||
'silva',
|
||||
'simmons',
|
||||
'simonsen',
|
||||
'sinatra',
|
||||
'singh',
|
||||
'sirbu',
|
||||
'smirnov',
|
||||
'smit',
|
||||
'smith',
|
||||
'smyth',
|
||||
'sokolov',
|
||||
'solovyov',
|
||||
'sorensen',
|
||||
'sosa',
|
||||
'soto',
|
||||
'soung',
|
||||
'sousa',
|
||||
'stalin',
|
||||
'starmer',
|
||||
'steiner',
|
||||
'stoica',
|
||||
'stojanovic',
|
||||
'stoyanov',
|
||||
'stoyanova',
|
||||
'suarez',
|
||||
'subotic',
|
||||
'sullivan',
|
||||
'suzuki',
|
||||
'svensson',
|
||||
'svoboda',
|
||||
'svobodova',
|
||||
'szabo',
|
||||
'tahirovic',
|
||||
'takahashi',
|
||||
'tanaka',
|
||||
'teixeira',
|
||||
'thatcher',
|
||||
'thill',
|
||||
'thompson',
|
||||
'thomsen',
|
||||
'thomson',
|
||||
'thorarensen',
|
||||
'thorlacius',
|
||||
'tian',
|
||||
'tjin',
|
||||
'tkachenko',
|
||||
'todorov',
|
||||
'todorova',
|
||||
'tolstoy',
|
||||
'tomic',
|
||||
'torres',
|
||||
'toth',
|
||||
'tran',
|
||||
'tremblay',
|
||||
'tryniski',
|
||||
'tsui',
|
||||
'tuominen',
|
||||
'turcan',
|
||||
'turner',
|
||||
'turunen',
|
||||
'valenzuela',
|
||||
'valverde',
|
||||
'van den berg',
|
||||
'van dijk',
|
||||
'van dyk',
|
||||
'vargas',
|
||||
'vasilyev',
|
||||
'vasquez',
|
||||
'vassiljev',
|
||||
'vazquez',
|
||||
'velasquez',
|
||||
'vesela',
|
||||
'vesely',
|
||||
'vidovic',
|
||||
'villalba',
|
||||
'villalobos',
|
||||
'vinogradov',
|
||||
'virtanen',
|
||||
'visser',
|
||||
'vivaldi',
|
||||
'volkov',
|
||||
'vorobyov',
|
||||
'vukovic',
|
||||
'waage',
|
||||
'wagner',
|
||||
'walker',
|
||||
'walsh',
|
||||
// 'wang',
|
||||
'watanabe',
|
||||
'weber',
|
||||
'weiss',
|
||||
'welter',
|
||||
'williams',
|
||||
'wilson',
|
||||
'wimmer',
|
||||
'winkler',
|
||||
'wisniewski',
|
||||
'wojcik',
|
||||
'wong',
|
||||
'wright',
|
||||
'wu',
|
||||
'xiao',
|
||||
'xu',
|
||||
'yamada',
|
||||
'yamaguchi',
|
||||
'yamamoto',
|
||||
'yamasaki',
|
||||
'yamashita',
|
||||
'yamazaki',
|
||||
'yang',
|
||||
'yeun',
|
||||
'yeung',
|
||||
'yi',
|
||||
'yildirim',
|
||||
'yildiz',
|
||||
'yilmaz',
|
||||
'yoshida',
|
||||
'yun',
|
||||
'zaytsev',
|
||||
'zhang',
|
||||
'zhao',
|
||||
'zhou',
|
||||
'zhu',
|
||||
'atchison',
|
||||
'dickinson',
|
||||
|
||||
'stevens',
|
||||
'watson',
|
||||
'koch',
|
||||
'peters',
|
||||
'jacobs',
|
||||
'abbas',
|
||||
'richards',
|
||||
'fisher',
|
||||
'kapoor',
|
||||
'andrews',
|
||||
'holmes',
|
||||
'dixon',
|
||||
'matthews',
|
||||
'keller',
|
||||
'armstrong',
|
||||
'gibson',
|
||||
'krishna',
|
||||
'burns',
|
||||
'browne',
|
||||
'lang',
|
||||
'mann',
|
||||
'burke',
|
||||
'davidson',
|
||||
'reynolds',
|
||||
'greene',
|
||||
'roth',
|
||||
'williamson',
|
||||
'webb',
|
||||
'choudhury',
|
||||
'gardner',
|
||||
'hart',
|
||||
'morrison',
|
||||
'carr',
|
||||
'cunningham',
|
||||
'lehmann',
|
||||
'freeman',
|
||||
'crawford',
|
||||
'dunn',
|
||||
'daniels',
|
||||
'sakamoto',
|
||||
'morton',
|
||||
'agarwal',
|
||||
'zimmermann',
|
||||
'hawkins',
|
||||
'kikuchi',
|
||||
'ansari',
|
||||
'carlsson',
|
||||
'pearson',
|
||||
'jennings',
|
||||
'stephens',
|
||||
'chopra',
|
||||
'yokoyama',
|
||||
'myers',
|
||||
'saunders',
|
||||
'papadopoulos',
|
||||
'higgins',
|
||||
'webster',
|
||||
'wilkinson',
|
||||
'kramer',
|
||||
'bergman',
|
||||
'meier',
|
||||
'baldwin',
|
||||
'stein',
|
||||
'hopkins',
|
||||
'stevenson',
|
||||
'rosenberg',
|
||||
'lindstrom',
|
||||
'hoffman',
|
||||
'mclean',
|
||||
'wolff',
|
||||
'vidal',
|
||||
'kaplan',
|
||||
'lawson',
|
||||
'perkins',
|
||||
'hofmann',
|
||||
'krause',
|
||||
'harper',
|
||||
'bashir',
|
||||
'bates',
|
||||
'atkinson',
|
||||
'walters',
|
||||
'guerra',
|
||||
'benson',
|
||||
'nicholson',
|
||||
'schmitt',
|
||||
'schubert',
|
||||
'holt',
|
||||
'kane',
|
||||
'fleming',
|
||||
'gunnarsson',
|
||||
'montgomery',
|
||||
'hess',
|
||||
'fowler',
|
||||
'vogt',
|
||||
'tavares',
|
||||
'sinclair',
|
||||
'milosevic',
|
||||
'chattopadhyay',
|
||||
'rowe',
|
||||
'fuller',
|
||||
'norris',
|
||||
'jankovic',
|
||||
'owens',
|
||||
'adler',
|
||||
'nash',
|
||||
'steele',
|
||||
'fitzgerald',
|
||||
'lowe',
|
||||
'osborne',
|
||||
'kraus',
|
||||
'tate',
|
||||
'reis',
|
||||
'buchanan',
|
||||
'makarov',
|
||||
'harding',
|
||||
'goldberg',
|
||||
'sandberg',
|
||||
'griffith',
|
||||
'guerrero',
|
||||
'bartlett',
|
||||
'zakharov',
|
||||
'walton',
|
||||
'farrell',
|
||||
'olson',
|
||||
'howe',
|
||||
'goldstein',
|
||||
'chaudhry',
|
||||
'nichols',
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,221 @@
|
||||
export default [
|
||||
//famous people with names that are hard to recognize independendtly
|
||||
//male
|
||||
'hitler',
|
||||
'ronaldo',
|
||||
'ashton kutcher',
|
||||
'barack obama',
|
||||
'cardinal wolsey',
|
||||
'carson palmer',
|
||||
'denzel washington',
|
||||
'dick wolf',
|
||||
'emeril lagasse',
|
||||
'hulk hogan',
|
||||
'kanye west',
|
||||
'kiefer sutherland',
|
||||
'kobe bryant',
|
||||
'lebron james',
|
||||
'messiaen',
|
||||
'mitt romney',
|
||||
'mubarek',
|
||||
'ray romano',
|
||||
'rod stewart',
|
||||
'ronaldinho',
|
||||
'rush limbaugh',
|
||||
'saddam hussain',
|
||||
'slobodan milosevic',
|
||||
'tiger woods',
|
||||
'valentino rossi',
|
||||
'van gogh',
|
||||
'niles crane',
|
||||
'run dmc',
|
||||
|
||||
// one-named artists/athletes
|
||||
'dante',
|
||||
'keats',
|
||||
'shakespeare',
|
||||
'poe',
|
||||
'rumi',
|
||||
'chaucer',
|
||||
'bronte',
|
||||
'voltaire',
|
||||
'plato',
|
||||
'socrates',
|
||||
'aristotle',
|
||||
'confucius',
|
||||
'beyonce',
|
||||
'liberace',
|
||||
'beck',
|
||||
'nas',
|
||||
'nostradamus',
|
||||
'xzibit',
|
||||
'moby',
|
||||
'coolio',
|
||||
'banksy',
|
||||
'sinbad',
|
||||
'kesha',
|
||||
'nelly',
|
||||
'monet',
|
||||
'moliere',
|
||||
'rembrandt',
|
||||
'warhol',
|
||||
'degas',
|
||||
'rothko',
|
||||
'morrissey',
|
||||
'bono',
|
||||
'chyna',
|
||||
'puff daddy',
|
||||
'drake',
|
||||
'enya',
|
||||
'gotye',
|
||||
'macklemore',
|
||||
'ne yo',
|
||||
'pele',
|
||||
'raffi',
|
||||
'rihanna',
|
||||
'rivaldo',
|
||||
'eminem',
|
||||
'rupaul',
|
||||
'rza',
|
||||
'santigold',
|
||||
'timbaland',
|
||||
'yanni',
|
||||
// 'will.i.am',
|
||||
|
||||
//tricky female names
|
||||
'halle berry',
|
||||
'jk rowling',
|
||||
'oprah winfrey',
|
||||
'paris hilton',
|
||||
'reese witherspoon',
|
||||
'scarlett johansson',
|
||||
'theresa may',
|
||||
'tyra banks',
|
||||
'wednesday adams',
|
||||
'miranda july',
|
||||
'lady gaga',
|
||||
|
||||
//sometimes firstname, sometimes lastname
|
||||
'brock',
|
||||
'carson',
|
||||
'clinton',
|
||||
'dalton',
|
||||
'harrison',
|
||||
'tatum',
|
||||
'effie',
|
||||
'ezekiel',
|
||||
'gaston',
|
||||
'inez',
|
||||
'jefferson',
|
||||
'lee',
|
||||
'nettie',
|
||||
'ora',
|
||||
'palmer',
|
||||
'piper',
|
||||
'humphrey',
|
||||
'raisa',
|
||||
// 'sung',
|
||||
'taylor',
|
||||
'reilly',
|
||||
'warren',
|
||||
'woode',
|
||||
|
||||
'al capone',
|
||||
'al pacino',
|
||||
'archimedes',
|
||||
'avril lavigne',
|
||||
'ayn rand',
|
||||
'benazir bhutto',
|
||||
'bill gates',
|
||||
'bing crosby',
|
||||
'captain beefheart',
|
||||
'chopin',
|
||||
'christian bale',
|
||||
'conan',
|
||||
'cthulhu',
|
||||
'dalai lama',
|
||||
'darth vader',
|
||||
'demi lovato',
|
||||
'diego maradona',
|
||||
'doctor who',
|
||||
'emile zatopek',
|
||||
'florence nightingale',
|
||||
'frederic chopin',
|
||||
'haile selassie',
|
||||
'harrison ford',
|
||||
'he man',
|
||||
'henry ford',
|
||||
'humphrey bogart',
|
||||
'iron man',
|
||||
'jrr tolkien',
|
||||
'jfk',
|
||||
'jack the ripper',
|
||||
'jawaharlal nehru',
|
||||
'jay z',
|
||||
'kid cudi',
|
||||
'lech walesa',
|
||||
'mata hari',
|
||||
'maya angelou',
|
||||
'merlin',
|
||||
'napoleon',
|
||||
'pocahontas',
|
||||
'rachmaninoff',
|
||||
'ringo starr',
|
||||
'robin hood',
|
||||
'santa claus',
|
||||
'sherlock holmes',
|
||||
'shia labeouf',
|
||||
'snoop dogg',
|
||||
'snow white',
|
||||
'spider man',
|
||||
'spiderman',
|
||||
'superman',
|
||||
'thor',
|
||||
'tupac shakur',
|
||||
'usain bolt',
|
||||
'vin diesel',
|
||||
'virginia woolf',
|
||||
'walt disney',
|
||||
'will ferrell',
|
||||
'wiz khalifa',
|
||||
'yoko onen',
|
||||
'yoko ono',
|
||||
|
||||
// first+last names
|
||||
'bertil',
|
||||
'camillo',
|
||||
'eustace',
|
||||
'hedwig',
|
||||
'hilde',
|
||||
'ilias',
|
||||
'oleg',
|
||||
'pilar',
|
||||
'reilley',
|
||||
'reinhold',
|
||||
'siegfried',
|
||||
'swami',
|
||||
'takashi',
|
||||
'tatyana',
|
||||
'tripp',
|
||||
'tully',
|
||||
'wolfram',
|
||||
'yuji',
|
||||
'yvan',
|
||||
'yves',
|
||||
'frans',
|
||||
'franz',
|
||||
'giannis',
|
||||
'ferguson',
|
||||
'rashid',
|
||||
'newman',
|
||||
'goodwin',
|
||||
'bhatt',
|
||||
'lu',
|
||||
'markov',
|
||||
'husain',
|
||||
'hammond',
|
||||
'hamid',
|
||||
'perry',
|
||||
'mason',
|
||||
// '',
|
||||
]
|
||||
@@ -0,0 +1,502 @@
|
||||
export default [
|
||||
'aalborg',
|
||||
'aarhus',
|
||||
'abidjan',
|
||||
'abu dhabi',
|
||||
'ahmedabad',
|
||||
'almaty',
|
||||
'amman',
|
||||
'amsterdam',
|
||||
'ankara',
|
||||
'antwerp',
|
||||
'aqaba',
|
||||
'ashdod',
|
||||
'ashgabat',
|
||||
'athens',
|
||||
'auckland',
|
||||
'baku',
|
||||
'bangalore',
|
||||
'bangkok',
|
||||
'banja luka',
|
||||
'barcelona',
|
||||
'barranquilla',
|
||||
'basel',
|
||||
'beijing',
|
||||
'beirut',
|
||||
'belgrade',
|
||||
'bergen',
|
||||
'berlin',
|
||||
'bern',
|
||||
'birmingham',
|
||||
'bogota',
|
||||
'brasilia',
|
||||
'bratislava',
|
||||
'brisbane',
|
||||
'brussels',
|
||||
'bucharest',
|
||||
'budapest',
|
||||
'buenos aires',
|
||||
'burgas',
|
||||
'bursa',
|
||||
'busan',
|
||||
'cairo',
|
||||
'calgary',
|
||||
'cape town',
|
||||
'caracas',
|
||||
'cebu',
|
||||
'chennai',
|
||||
'chiang mai',
|
||||
'chicago',
|
||||
'chittagong',
|
||||
'christchurch',
|
||||
'cologne',
|
||||
'colombo',
|
||||
'constanta',
|
||||
'copenhagen',
|
||||
'cork',
|
||||
'craiova',
|
||||
'curitiba',
|
||||
'daegu',
|
||||
'daejeon',
|
||||
'dakar',
|
||||
'damascus',
|
||||
'daugavpils',
|
||||
'dhaka',
|
||||
'doha',
|
||||
'dublin',
|
||||
'durban',
|
||||
'dushanbe',
|
||||
'edmonton',
|
||||
'eindhoven',
|
||||
'fes',
|
||||
'frankfurt',
|
||||
'galway',
|
||||
'gdansk',
|
||||
'geneva',
|
||||
'genoa',
|
||||
'ghent',
|
||||
'giza',
|
||||
'gothenburg',
|
||||
'graz',
|
||||
'guadalajara',
|
||||
'guangzhou',
|
||||
'haifa',
|
||||
'hamburg',
|
||||
// 'hamilton',
|
||||
'hanoi',
|
||||
'havana',
|
||||
'helsinki',
|
||||
'heraklion',
|
||||
'ho chi minh',
|
||||
'homs',
|
||||
// 'houston',
|
||||
'incheon',
|
||||
'istanbul',
|
||||
'jakarta',
|
||||
'kabul',
|
||||
'kampala',
|
||||
'kandy',
|
||||
'kaohsiung',
|
||||
'karachi',
|
||||
'karaj',
|
||||
'kaunas',
|
||||
'kharkiv',
|
||||
'kiev',
|
||||
'kingston',
|
||||
'klaipeda',
|
||||
// 'kobe',
|
||||
'kopavogur',
|
||||
'kosice',
|
||||
'krakow',
|
||||
'kuala lumpur',
|
||||
'la plata',
|
||||
'lausanne',
|
||||
'liege',
|
||||
'lima',
|
||||
'limassol',
|
||||
'linz',
|
||||
'lisbon',
|
||||
'liverpool',
|
||||
'london',
|
||||
'los angeles',
|
||||
'lviv',
|
||||
'lyon',
|
||||
'madrid',
|
||||
'malmo',
|
||||
'manchester',
|
||||
'mandalay',
|
||||
'manila',
|
||||
'maribor',
|
||||
'marseille',
|
||||
'medellin',
|
||||
'melbourne',
|
||||
'milan',
|
||||
'minsk',
|
||||
'miskolc',
|
||||
'montevideo',
|
||||
'montreal',
|
||||
'moscow',
|
||||
'mumbai',
|
||||
'munich',
|
||||
'nagoya',
|
||||
'nantes',
|
||||
'naples',
|
||||
'navan',
|
||||
'new delhi',
|
||||
'new taipei',
|
||||
'new york',
|
||||
'odessa',
|
||||
'osaka',
|
||||
'oslo',
|
||||
'ottawa',
|
||||
'palermo',
|
||||
'paris',
|
||||
'patras',
|
||||
'perth',
|
||||
'petah tikva',
|
||||
'philadelphia',
|
||||
'phnom penh',
|
||||
'phoenix',
|
||||
'pilsen',
|
||||
'piraeus',
|
||||
'port elizabeth',
|
||||
'porto',
|
||||
'poznan',
|
||||
'prague',
|
||||
'pretoria',
|
||||
'puebla',
|
||||
'pyongyang',
|
||||
'quito',
|
||||
'reykjavik',
|
||||
'riga',
|
||||
'rio de janeiro',
|
||||
'rome',
|
||||
'rosario',
|
||||
'rotterdam',
|
||||
'saint petersburg',
|
||||
// 'salvador',
|
||||
'salzburg',
|
||||
'san jose',
|
||||
'san salvador',
|
||||
// 'santiago',
|
||||
'sapporo',
|
||||
'seoul',
|
||||
'seville',
|
||||
'shanghai',
|
||||
'shenzhen',
|
||||
'skopje',
|
||||
'stockholm',
|
||||
'stuttgart',
|
||||
// 'sydney',
|
||||
'taichung',
|
||||
'tainan',
|
||||
'taipei',
|
||||
'tallinn',
|
||||
'tampere',
|
||||
'tangier',
|
||||
'tartu',
|
||||
'tbilisi',
|
||||
'tegucigalpa',
|
||||
'tehran',
|
||||
'tel aviv',
|
||||
'the hague',
|
||||
'thessaloniki',
|
||||
'tianjin',
|
||||
'tilburg',
|
||||
'timisoara',
|
||||
'tirana',
|
||||
'tokyo',
|
||||
'toronto',
|
||||
'toulouse',
|
||||
'trondheim',
|
||||
'tunis',
|
||||
'turin',
|
||||
'turku',
|
||||
'ulan bator',
|
||||
'utrecht',
|
||||
'valencia',
|
||||
'vancouver',
|
||||
'vaughn',
|
||||
'varna',
|
||||
'vernon',
|
||||
'vienna',
|
||||
'vilnius',
|
||||
'warsaw',
|
||||
'wellington',
|
||||
'wexford',
|
||||
'wicklow',
|
||||
'winnipeg',
|
||||
'winterthur',
|
||||
'wroclaw',
|
||||
'yangon',
|
||||
'yekaterinburg',
|
||||
'yerevan',
|
||||
'yokohama',
|
||||
'zagreb',
|
||||
'zurich',
|
||||
|
||||
'delhi',
|
||||
'sao paulo',
|
||||
'wuhan',
|
||||
'lagos',
|
||||
'nyc',
|
||||
'dongguan',
|
||||
'kinshasa',
|
||||
'chongqing',
|
||||
'chengdu',
|
||||
'baghdad',
|
||||
'nanjing',
|
||||
'nanchong',
|
||||
'xian',
|
||||
'lahore',
|
||||
'shenyang',
|
||||
'hangzhou',
|
||||
'rio',
|
||||
'harbin',
|
||||
'taian',
|
||||
'suzhou',
|
||||
'shantou',
|
||||
'bengaluru',
|
||||
'kolkata',
|
||||
'jinan',
|
||||
'zhengzhou',
|
||||
'riyadh',
|
||||
'changchun',
|
||||
'dalian',
|
||||
'chattogram',
|
||||
'kunming',
|
||||
'qingdao',
|
||||
'kano',
|
||||
'foshan',
|
||||
'puyang',
|
||||
'ibadan',
|
||||
'wuxi',
|
||||
'xiamen',
|
||||
'tianshui',
|
||||
'ningbo',
|
||||
'shiyan',
|
||||
'taiyuan',
|
||||
'tangshan',
|
||||
'hefei',
|
||||
'zibo',
|
||||
'zhongshan',
|
||||
'changsha',
|
||||
'urumqi',
|
||||
'dubai',
|
||||
'surat',
|
||||
'jeddah',
|
||||
'shijiazhuang',
|
||||
'kanpur',
|
||||
'kyiv',
|
||||
'luanda',
|
||||
'quezon',
|
||||
'addis ababa',
|
||||
'nairobi',
|
||||
'jaipur',
|
||||
'dar es salaam',
|
||||
'lanzhou',
|
||||
'yunfu',
|
||||
'basrah',
|
||||
'mogadishu',
|
||||
'faisalabad',
|
||||
'izmir',
|
||||
'izmir',
|
||||
'lucknow',
|
||||
'fortaleza',
|
||||
'surabaya',
|
||||
'belo horizonte',
|
||||
'nanchang',
|
||||
'mashhad',
|
||||
'nagpur',
|
||||
'maracaibo',
|
||||
'santo domingo',
|
||||
'al mawsil al jadidah',
|
||||
'johannesburg',
|
||||
'kowloon',
|
||||
'al basrah al qadimah',
|
||||
'dadonghai',
|
||||
'medellin',
|
||||
'tashkent',
|
||||
'algiers',
|
||||
'khartoum',
|
||||
'accra',
|
||||
'guayaquil',
|
||||
'ordos',
|
||||
'sanaa',
|
||||
'jilin',
|
||||
'camayenne',
|
||||
'indore',
|
||||
'iztapalapa',
|
||||
'conakry',
|
||||
'bayan nur',
|
||||
'maracay',
|
||||
'medan',
|
||||
'rawalpindi',
|
||||
'mosul',
|
||||
'bandung',
|
||||
'soweto',
|
||||
'kallakurichi',
|
||||
'rabat',
|
||||
'aleppo',
|
||||
'kunshan',
|
||||
'patna',
|
||||
'bhopal',
|
||||
'manaus',
|
||||
'xinyang',
|
||||
'kaduna',
|
||||
'isfahan',
|
||||
'ludhiana',
|
||||
'san diego',
|
||||
|
||||
'port au prince',
|
||||
'brazzaville',
|
||||
'baotou',
|
||||
'tijuana',
|
||||
'dallas',
|
||||
'medina',
|
||||
'tripoli',
|
||||
'volgograd',
|
||||
'omsk',
|
||||
'mecca',
|
||||
'makassar',
|
||||
'asuncion',
|
||||
'recife',
|
||||
'san antonio',
|
||||
'changzhou',
|
||||
'mendoza',
|
||||
'marrakesh',
|
||||
'san francisco',
|
||||
'la paz',
|
||||
'jerusalem',
|
||||
'fort worth',
|
||||
'indianapolis',
|
||||
'sarajevo',
|
||||
'muscat',
|
||||
'salem',
|
||||
'sheffield',
|
||||
'seattle',
|
||||
'denver',
|
||||
'el paso',
|
||||
'detroit',
|
||||
'islamabad',
|
||||
'kirkuk',
|
||||
'mississauga',
|
||||
'boston',
|
||||
'nantong',
|
||||
'guadalupe',
|
||||
'bristol',
|
||||
'milwaukee',
|
||||
'kyoto',
|
||||
'cancun',
|
||||
'portland',
|
||||
'cordoba',
|
||||
'tabriz',
|
||||
'novosibirsk',
|
||||
'benghazi',
|
||||
'memphis',
|
||||
'oran',
|
||||
'glasgow',
|
||||
'gold coast',
|
||||
'zhangzhou',
|
||||
'libreville',
|
||||
'dortmund',
|
||||
'vladivostok',
|
||||
'irkutsk',
|
||||
'duesseldorf',
|
||||
'albuquerque',
|
||||
'port said',
|
||||
'nashville',
|
||||
'macau',
|
||||
'fresno',
|
||||
'hannover',
|
||||
'leicester',
|
||||
'leipzig',
|
||||
'sacramento',
|
||||
'santa fe',
|
||||
'dresden',
|
||||
'tomsk',
|
||||
'long beach',
|
||||
'staten island',
|
||||
'kawaguchi',
|
||||
'cardiff',
|
||||
'san juan',
|
||||
'edinburgh',
|
||||
'atlanta',
|
||||
'miami',
|
||||
'santa marta',
|
||||
'oakland',
|
||||
'nagasaki',
|
||||
'gaza',
|
||||
'newcastle',
|
||||
'zanzibar',
|
||||
'tulsa',
|
||||
'kandahar',
|
||||
'wichita',
|
||||
'new orleans',
|
||||
'arlington',
|
||||
'cleveland',
|
||||
'fukuyama',
|
||||
'bakersfield',
|
||||
'honolulu',
|
||||
'canberra',
|
||||
'halifax',
|
||||
'nagano',
|
||||
'anaheim',
|
||||
'raleigh',
|
||||
'santa ana',
|
||||
'islington',
|
||||
'anapolis',
|
||||
'saint louis',
|
||||
'butuan',
|
||||
'pittsburgh',
|
||||
'gujrat',
|
||||
'anchorage',
|
||||
'windsor',
|
||||
'strasbourg',
|
||||
'belfast',
|
||||
'san pedro',
|
||||
'windhoek',
|
||||
'chengzhong',
|
||||
'wuzhou',
|
||||
'peking',
|
||||
|
||||
// india state-capitals
|
||||
'agartala',
|
||||
'aizawl',
|
||||
'amaravati',
|
||||
'bhubaneshwar',
|
||||
'dehradun',
|
||||
'dispur',
|
||||
'gandhinagar',
|
||||
'gangtok',
|
||||
'hyderabad',
|
||||
'imphal',
|
||||
'itanagar',
|
||||
'kohima',
|
||||
'panaji',
|
||||
'raipur',
|
||||
'ranchi',
|
||||
'shillong',
|
||||
'shimla',
|
||||
|
||||
// relevant european cities
|
||||
'venice',
|
||||
'bari',
|
||||
'catania',
|
||||
'verona',
|
||||
'messina',
|
||||
'padua',
|
||||
'prato',
|
||||
'trieste',
|
||||
'cagliari',
|
||||
'ancona',
|
||||
'rennes',
|
||||
'reims',
|
||||
'toulon',
|
||||
'montpellier',
|
||||
'le mans',
|
||||
'dunkirk',
|
||||
'versailles',
|
||||
|
||||
'salt lake city',
|
||||
]
|
||||
@@ -0,0 +1,251 @@
|
||||
export default [
|
||||
'afghanistan',
|
||||
'albania',
|
||||
'algeria',
|
||||
'america',
|
||||
'andorra',
|
||||
'angola',
|
||||
'anguilla',
|
||||
'antarctica',
|
||||
'antigua and barbuda',
|
||||
'argentina',
|
||||
'armenia',
|
||||
'aruba',
|
||||
'australia',
|
||||
'austria',
|
||||
'azerbaijan',
|
||||
'bahamas',
|
||||
'bahrain',
|
||||
'bangladesh',
|
||||
'barbados',
|
||||
'belarus',
|
||||
'belgium',
|
||||
'belize',
|
||||
'benin',
|
||||
'bermuda',
|
||||
'bhutan',
|
||||
'bolivia',
|
||||
'bonaire',
|
||||
'bosnia and herzegovina',
|
||||
'botswana',
|
||||
'bouvet island',
|
||||
'brazil',
|
||||
'british virgin islands',
|
||||
'brunei',
|
||||
'bulgaria',
|
||||
'burkina faso',
|
||||
'burma',
|
||||
'burundi',
|
||||
'cambodia',
|
||||
'cameroon',
|
||||
'canada',
|
||||
'cape verde',
|
||||
'cayman islands',
|
||||
'central african republic',
|
||||
'chile',
|
||||
'china',
|
||||
'christmas island',
|
||||
'cocos islands',
|
||||
'colombia',
|
||||
'comoros',
|
||||
'congo brazzaville',
|
||||
'cook islands',
|
||||
'costa rica',
|
||||
'croatia',
|
||||
'cuba',
|
||||
'curacao',
|
||||
'cyprus',
|
||||
'czech republic',
|
||||
'czechia',
|
||||
'denmark',
|
||||
'djibouti',
|
||||
'dominica',
|
||||
'dominican republic',
|
||||
'dr congo',
|
||||
'east timor',
|
||||
'ecuador',
|
||||
'egypt',
|
||||
'el salvador',
|
||||
'england',
|
||||
'equatorial guinea',
|
||||
'eritrea',
|
||||
'estonia',
|
||||
'ethiopia',
|
||||
'falkland islands',
|
||||
'faroe islands',
|
||||
'fiji',
|
||||
'finland',
|
||||
'france',
|
||||
'french guiana',
|
||||
'french polynesia',
|
||||
'gabon',
|
||||
'gambia',
|
||||
'georgia',
|
||||
'germany',
|
||||
'ghana',
|
||||
'gibraltar',
|
||||
'greece',
|
||||
'greenland',
|
||||
'grenada',
|
||||
'guadeloupe',
|
||||
'guam',
|
||||
'guatemala',
|
||||
'guernsey',
|
||||
'guinea bissau',
|
||||
'guinea',
|
||||
'guyana',
|
||||
'haiti',
|
||||
'honduras',
|
||||
'hong kong',
|
||||
'hungary',
|
||||
'iceland',
|
||||
'india',
|
||||
'indonesia',
|
||||
'iran',
|
||||
'iraq',
|
||||
'ireland',
|
||||
'isle of man',
|
||||
'israel',
|
||||
'italy',
|
||||
'ivory coast',
|
||||
'jamaica',
|
||||
'japan',
|
||||
'jersey',
|
||||
'kazakhstan',
|
||||
'keeling islands',
|
||||
'kenya',
|
||||
'kiribati',
|
||||
'kosovo',
|
||||
'kuwait',
|
||||
'kyrgyzstan',
|
||||
'laos',
|
||||
'latvia',
|
||||
'lebanon',
|
||||
'lesotho',
|
||||
'liberia',
|
||||
'libya',
|
||||
'liechtenstein',
|
||||
'lithuania',
|
||||
'luxembourg',
|
||||
'macao',
|
||||
'macedonia',
|
||||
'madagascar',
|
||||
'malawi',
|
||||
'malaysia',
|
||||
'maldives',
|
||||
'mali',
|
||||
'malta',
|
||||
'marshall islands',
|
||||
'martinique',
|
||||
'mauritania',
|
||||
'mauritius',
|
||||
'mayotte',
|
||||
'mexico',
|
||||
'micronesia',
|
||||
'moldova',
|
||||
'monaco',
|
||||
'mongolia',
|
||||
'montenegro',
|
||||
'montserrat',
|
||||
'morocco',
|
||||
'mozambique',
|
||||
'myanmar',
|
||||
'namibia',
|
||||
'nauru',
|
||||
'nepal',
|
||||
'netherlands',
|
||||
'new zealand',
|
||||
'nicaragua',
|
||||
'niger',
|
||||
'nigeria',
|
||||
'niue',
|
||||
'norfolk island',
|
||||
'north korea',
|
||||
'northern mariana islands',
|
||||
'norway',
|
||||
'oman',
|
||||
'pakistan',
|
||||
'palau',
|
||||
'palestine',
|
||||
'panama',
|
||||
'papua new guinea',
|
||||
'paraguay',
|
||||
'peru',
|
||||
'philippines',
|
||||
'pitcairn islands',
|
||||
'poland',
|
||||
'portugal',
|
||||
'puerto rico',
|
||||
'qatar',
|
||||
'republic of ireland',
|
||||
'romania',
|
||||
'russia',
|
||||
'rwanda',
|
||||
'saint helena',
|
||||
'saint lucia',
|
||||
'saint martin',
|
||||
'samoa',
|
||||
'san marino',
|
||||
'saudi arabia',
|
||||
'scotland',
|
||||
'senegal',
|
||||
'serbia',
|
||||
'seychelles',
|
||||
'sierra leone',
|
||||
'singapore',
|
||||
'sint maarten',
|
||||
'slovakia',
|
||||
'slovenia',
|
||||
'solomon islands',
|
||||
'somalia',
|
||||
'south africa',
|
||||
'south korea',
|
||||
'korea',
|
||||
'south sudan',
|
||||
'spain',
|
||||
'sri lanka',
|
||||
'sudan',
|
||||
'suriname',
|
||||
'swaziland',
|
||||
'sweden',
|
||||
'switzerland',
|
||||
'syria',
|
||||
'taiwan',
|
||||
'tajikistan',
|
||||
'tanzania',
|
||||
'thailand',
|
||||
'timor leste',
|
||||
'togo',
|
||||
'tokelau',
|
||||
'tonga',
|
||||
'trinidad and tobago',
|
||||
'trinidad tobago',
|
||||
'tunisia',
|
||||
'turkey',
|
||||
'turkmenistan',
|
||||
'turks and caicos islands',
|
||||
'tuvalu',
|
||||
'uk',
|
||||
'us virgin islands',
|
||||
'uganda',
|
||||
'ukraine',
|
||||
'united arab emirates',
|
||||
'united kingdom',
|
||||
'united states of america',
|
||||
'united states',
|
||||
'uruguay',
|
||||
'usa',
|
||||
'ussr',
|
||||
'uzbekistan',
|
||||
'vanuatu',
|
||||
'vatican city',
|
||||
'venezuela',
|
||||
'vietnam',
|
||||
'wales',
|
||||
'wallis and futuna',
|
||||
'yemen',
|
||||
'zambia',
|
||||
'zimbabwe',
|
||||
`cote de ivoire`,
|
||||
// 'jordan', //... or a name?
|
||||
]
|
||||
@@ -0,0 +1,348 @@
|
||||
export default [
|
||||
//some of the busiest airports in the world from
|
||||
//https://www.world-airport-codes.com/world-top-30-airports.html
|
||||
'ams',
|
||||
'atl',
|
||||
'bcn',
|
||||
'bkk',
|
||||
'cdg',
|
||||
'cgk',
|
||||
'clt',
|
||||
'den',
|
||||
'dfw',
|
||||
'dxb',
|
||||
'fco',
|
||||
'fra',
|
||||
'hkg',
|
||||
'hnd',
|
||||
'iax',
|
||||
'icn',
|
||||
'ist',
|
||||
'jfk',
|
||||
'kul',
|
||||
'las',
|
||||
'lax',
|
||||
'lgw',
|
||||
'lhr',
|
||||
'mco',
|
||||
'muc',
|
||||
'ord',
|
||||
'pek',
|
||||
'phl',
|
||||
'phx',
|
||||
'sfo',
|
||||
'syd',
|
||||
'yyz',
|
||||
|
||||
// bodies of water
|
||||
'antarctic ocean',
|
||||
'arctic ocean',
|
||||
'atlantic ocean',
|
||||
'everglades',
|
||||
'great britain',
|
||||
'great lakes',
|
||||
'indian ocean',
|
||||
'new england',
|
||||
'pacific ocean',
|
||||
'red sea',
|
||||
'adriadic',
|
||||
|
||||
// rivers
|
||||
'nile',
|
||||
'ganges',
|
||||
'mekong',
|
||||
'thames',
|
||||
'danube',
|
||||
'yangtze',
|
||||
'orinoco',
|
||||
'seine',
|
||||
'rio grande',
|
||||
'godavari',
|
||||
|
||||
//continents
|
||||
'africa',
|
||||
'europe',
|
||||
'americas',
|
||||
'asia',
|
||||
|
||||
//some notable neighbourhoods (just #Place)
|
||||
'midtown',
|
||||
'downtown',
|
||||
'uptown',
|
||||
'the bronx',
|
||||
'brooklyn',
|
||||
'manhattan',
|
||||
'greenwich',
|
||||
'soho',
|
||||
'harlem',
|
||||
'chinatown',
|
||||
'the hamptons',
|
||||
'beverly hills',
|
||||
'bel air',
|
||||
'malibu',
|
||||
'gay village',
|
||||
'orange county',
|
||||
'sunderland',
|
||||
|
||||
// places with their own timezones
|
||||
'tahiti',
|
||||
'chatham',
|
||||
'pitcairn',
|
||||
'azores',
|
||||
'magadan',
|
||||
'hovd',
|
||||
'vostok',
|
||||
'wake island',
|
||||
'anadyr',
|
||||
'ulaanbaatar',
|
||||
'krasnoyarsk',
|
||||
'indochina',
|
||||
'yakutsk',
|
||||
'chamorro',
|
||||
'chuuk',
|
||||
'kosrae',
|
||||
'sakhalin',
|
||||
|
||||
// US national monuments
|
||||
'alhambra',
|
||||
'arc de triomphe',
|
||||
'browns canyon',
|
||||
'carrizo plain',
|
||||
'cedar breaks',
|
||||
'cedar falls',
|
||||
'chichen itza',
|
||||
'chimney rock',
|
||||
'chiricahua',
|
||||
'colosseum',
|
||||
'hovenweep',
|
||||
'kazan kremlin',
|
||||
'lincoln memorial',
|
||||
'machu picchu',
|
||||
'neuschwanstein',
|
||||
'papahanaumokuakea',
|
||||
'parthenon',
|
||||
'pompeii',
|
||||
'taj mahal',
|
||||
'teotihuacan',
|
||||
'tonto',
|
||||
'tsarskoe selo',
|
||||
'tulum',
|
||||
'tuzigoot',
|
||||
'virgin islands',
|
||||
'wupatki',
|
||||
'cedar breaks',
|
||||
'scotts bluff',
|
||||
'saint lawrence river',
|
||||
|
||||
// generic place names
|
||||
'west end',
|
||||
'east end',
|
||||
'north end',
|
||||
'south end',
|
||||
'west side',
|
||||
'east side',
|
||||
'north side',
|
||||
'south side',
|
||||
'brookside',
|
||||
'brookstone',
|
||||
'centerville',
|
||||
'clearwater',
|
||||
'cedar grove',
|
||||
'fairhaven',
|
||||
'green acres',
|
||||
'highland',
|
||||
'highlands',
|
||||
'hillcrest',
|
||||
'lakefront',
|
||||
'lowlands',
|
||||
'lowland',
|
||||
'maplewood',
|
||||
'meadowlands',
|
||||
'midlands',
|
||||
'oakmont',
|
||||
'pinecrest',
|
||||
'riverbend',
|
||||
'riverfront',
|
||||
'riverside',
|
||||
'springhill',
|
||||
'springwood',
|
||||
'willowbrook',
|
||||
'sunset hills',
|
||||
'oakwood',
|
||||
'parkside',
|
||||
'green valley',
|
||||
'maple grove',
|
||||
'pine ridge',
|
||||
'greenfield',
|
||||
|
||||
//misc notable british
|
||||
'abbotsford',
|
||||
'abingdon',
|
||||
'acton',
|
||||
'agincourt',
|
||||
'alberton',
|
||||
'aldershot',
|
||||
'alliston',
|
||||
'ancaster',
|
||||
'andover',
|
||||
'ashcroft',
|
||||
'aylesford',
|
||||
'baltimore',
|
||||
'barnsley',
|
||||
'battersea',
|
||||
'beaconsfield',
|
||||
'bedford',
|
||||
'bellingham',
|
||||
'berwick',
|
||||
'bexhill',
|
||||
'bingley',
|
||||
'blackburn',
|
||||
'blackpool',
|
||||
'blackwall',
|
||||
'bolton',
|
||||
'bracebridge',
|
||||
'bramley',
|
||||
'brampton',
|
||||
'bridgenorth',
|
||||
'bridgetown',
|
||||
'brigham',
|
||||
'brighton',
|
||||
'brockton',
|
||||
'buckingham',
|
||||
'caldwell',
|
||||
'cambridge',
|
||||
'campbellford',
|
||||
'carlisle',
|
||||
'caversham',
|
||||
'charlottetown',
|
||||
'chelmsford',
|
||||
'cheltenham',
|
||||
'colchester',
|
||||
'collingwood',
|
||||
'compton',
|
||||
'cornwall',
|
||||
'croydon',
|
||||
'darlington',
|
||||
'dartford',
|
||||
'dartmoor',
|
||||
'denham',
|
||||
'derry',
|
||||
'devonport',
|
||||
'digby',
|
||||
'doncaster',
|
||||
'dorchester',
|
||||
'dover',
|
||||
'dryden',
|
||||
'dumfries',
|
||||
'dunstable',
|
||||
'durham',
|
||||
'dutton',
|
||||
'earlscourt',
|
||||
'eglinton',
|
||||
'enfield',
|
||||
'epping',
|
||||
'euston',
|
||||
'everton',
|
||||
'exeter',
|
||||
'exford',
|
||||
'gravenhurst',
|
||||
'grimsby',
|
||||
'guelph',
|
||||
'haliburton',
|
||||
'hampstead',
|
||||
'hampton',
|
||||
'harford',
|
||||
'harrow',
|
||||
'hastings',
|
||||
'hereford',
|
||||
'hertford',
|
||||
'heywood',
|
||||
'highbury',
|
||||
'huntingdon',
|
||||
'ilford',
|
||||
'inglewood',
|
||||
'inverness',
|
||||
'ipswich',
|
||||
'kensington',
|
||||
'keswick',
|
||||
'kitchener',
|
||||
'lambeth',
|
||||
'lancaster',
|
||||
'langford',
|
||||
'langley',
|
||||
'langton',
|
||||
'lansing',
|
||||
'leaside',
|
||||
'lewes',
|
||||
'lindley',
|
||||
'lyndhurst',
|
||||
'maidstone',
|
||||
'malton',
|
||||
'malvern',
|
||||
'mansfield',
|
||||
'markham',
|
||||
'millington',
|
||||
'newark',
|
||||
'newham',
|
||||
'newmarket',
|
||||
'newport',
|
||||
'northampton',
|
||||
'norwich',
|
||||
'nottingham',
|
||||
'orford',
|
||||
'oxford',
|
||||
'oxley',
|
||||
'parkwood',
|
||||
'pelham',
|
||||
'pembroke',
|
||||
'pennington',
|
||||
'penzance',
|
||||
'perth',
|
||||
'pickering',
|
||||
'picton',
|
||||
'putnam',
|
||||
'rayleigh',
|
||||
'redcliffe',
|
||||
'redhill',
|
||||
'richmond',
|
||||
'rochester',
|
||||
'seaforth',
|
||||
'seaton',
|
||||
'sherbrooke',
|
||||
'southampton',
|
||||
'southwold',
|
||||
'stafford',
|
||||
'stockwell',
|
||||
'stratford',
|
||||
'stroud',
|
||||
'sudbury',
|
||||
'sunderland',
|
||||
'sydenham',
|
||||
'taunton',
|
||||
'thornhill',
|
||||
'tiverton',
|
||||
'torquay',
|
||||
'tottenham',
|
||||
'truro',
|
||||
'upton',
|
||||
'uxbridge',
|
||||
'vauxhall',
|
||||
'wakefield',
|
||||
'warwick',
|
||||
'waterford',
|
||||
'watford',
|
||||
'weedon',
|
||||
'wentworth',
|
||||
'whitby',
|
||||
'whitchurch',
|
||||
'wickham',
|
||||
'winchester',
|
||||
'wingham',
|
||||
'woking',
|
||||
'woodbridge',
|
||||
'woodside',
|
||||
'woodstock',
|
||||
'woolwich',
|
||||
'wycombe',
|
||||
'york',
|
||||
]
|
||||
@@ -0,0 +1,236 @@
|
||||
//some major 'second-level' administrative divisions
|
||||
export default [
|
||||
'alabama',
|
||||
'alaska',
|
||||
'arizona',
|
||||
'arkansas',
|
||||
'california',
|
||||
'colorado',
|
||||
'connecticut',
|
||||
'delaware',
|
||||
'florida',
|
||||
'georgia',
|
||||
'hawaii',
|
||||
'idaho',
|
||||
'illinois',
|
||||
'indiana',
|
||||
'iowa',
|
||||
'kansas',
|
||||
'kentucky',
|
||||
'louisiana',
|
||||
'maine',
|
||||
'maryland',
|
||||
'massachusetts',
|
||||
'michigan',
|
||||
'minnesota',
|
||||
'mississippi',
|
||||
'missouri',
|
||||
'montana',
|
||||
'nebraska',
|
||||
'nevada',
|
||||
'new hampshire',
|
||||
'new jersey',
|
||||
'new mexico',
|
||||
'new york state',
|
||||
'new york',
|
||||
'north carolina',
|
||||
'north dakota',
|
||||
'ohio',
|
||||
'oklahoma',
|
||||
'oregon',
|
||||
'pennsylvania',
|
||||
'rhode island',
|
||||
'south carolina',
|
||||
'south dakota',
|
||||
'tennessee',
|
||||
'texas',
|
||||
'utah',
|
||||
'vermont',
|
||||
'virginia',
|
||||
'washington dc',
|
||||
'washington',
|
||||
'west virginia',
|
||||
'wisconsin',
|
||||
'wyoming',
|
||||
|
||||
//canada
|
||||
'alberta',
|
||||
'british columbia',
|
||||
'manitoba',
|
||||
'new brunswick',
|
||||
'newfoundland',
|
||||
'newfoundland and labrador',
|
||||
'nova scotia',
|
||||
'nunavut',
|
||||
'ontario',
|
||||
'prince edward island',
|
||||
'pei',
|
||||
'quebec',
|
||||
'saskatchewan',
|
||||
'yukon',
|
||||
|
||||
//australia
|
||||
'norfolk',
|
||||
'queensland',
|
||||
'tasmania',
|
||||
// 'victoria',
|
||||
|
||||
//china
|
||||
'qinghai',
|
||||
'sichuan',
|
||||
'gansu',
|
||||
'hunan',
|
||||
'guangdong',
|
||||
'guizhou',
|
||||
'fujian',
|
||||
'jiangxi',
|
||||
|
||||
//india
|
||||
'andhra pradesh',
|
||||
'arunachal pradesh',
|
||||
'assam',
|
||||
'bihar',
|
||||
'chhattisgarh',
|
||||
'goa',
|
||||
'gujarat',
|
||||
'haryana',
|
||||
'himachal pradesh',
|
||||
'jharkhand',
|
||||
'karnataka',
|
||||
'kerala',
|
||||
'madhya pradesh',
|
||||
'maharashtra',
|
||||
'manipur',
|
||||
'meghalaya',
|
||||
'mizoram',
|
||||
'nagaland',
|
||||
'odisha',
|
||||
'punjab',
|
||||
'rajasthan',
|
||||
'sikkim',
|
||||
'tamil nadu',
|
||||
'telangana',
|
||||
'tripura',
|
||||
'uttar pradesh',
|
||||
'uttarakhand',
|
||||
'west bengal',
|
||||
|
||||
//mexico
|
||||
'aguascalientes',
|
||||
'baja california',
|
||||
'campeche',
|
||||
'chiapas',
|
||||
'chihuahua',
|
||||
'coahuila',
|
||||
'colima',
|
||||
'durango',
|
||||
'guanajuato',
|
||||
'guerrero',
|
||||
'hidalgo',
|
||||
'jalisco',
|
||||
'michoacan',
|
||||
'morelos',
|
||||
'nayarit',
|
||||
'nuevo leon',
|
||||
'oaxaca',
|
||||
'queretaro',
|
||||
'quintana roo',
|
||||
'san luis potosi',
|
||||
'sinaloa',
|
||||
'sonora',
|
||||
'tabasco',
|
||||
'tamaulipas',
|
||||
'tlaxcala',
|
||||
'veracruz',
|
||||
'yucatan',
|
||||
'zacatecas',
|
||||
|
||||
//western-europe
|
||||
'basque',
|
||||
'bavaria',
|
||||
'bremen',
|
||||
'buckinghamshire',
|
||||
'cambridgeshire',
|
||||
'corsica',
|
||||
'coventry',
|
||||
'cumbria',
|
||||
'derbyshire',
|
||||
'dorset',
|
||||
'essex',
|
||||
'gloucestershire',
|
||||
'hampshire',
|
||||
'hertfordshire',
|
||||
'lancashire',
|
||||
'leeds',
|
||||
'leicestershire',
|
||||
'lincolnshire',
|
||||
'midlands',
|
||||
'normandy',
|
||||
'north yorkshire',
|
||||
'northamptonshire',
|
||||
'nottinghamshire',
|
||||
'oxfordshire',
|
||||
'saxony',
|
||||
'sicily',
|
||||
'somerset',
|
||||
'staffordshire',
|
||||
'suffolk',
|
||||
'surrey',
|
||||
'sussex',
|
||||
'tuscany',
|
||||
'warwickshire',
|
||||
'yorkshire',
|
||||
|
||||
//bangladesh
|
||||
'rajshahi',
|
||||
'rangpur',
|
||||
'khulna',
|
||||
'sylhet',
|
||||
|
||||
//brazil
|
||||
'minas gerais',
|
||||
'bahia',
|
||||
'parana',
|
||||
'pernambuco',
|
||||
'ceara',
|
||||
'para',
|
||||
'maranhao',
|
||||
'santa catarina',
|
||||
|
||||
//russia
|
||||
'siberia',
|
||||
'adygea',
|
||||
'altai',
|
||||
'bashkortostan',
|
||||
'buryatia',
|
||||
'dagestan',
|
||||
'ingushetia',
|
||||
'kabardino',
|
||||
'balkaria',
|
||||
'kalmykia',
|
||||
'karachay',
|
||||
'cherkessia',
|
||||
'karelia',
|
||||
'komi',
|
||||
'mari el',
|
||||
'mordovia',
|
||||
'yakutia',
|
||||
'ossetia',
|
||||
'tatarstan',
|
||||
'tuva',
|
||||
'udmurtia',
|
||||
'khakassia',
|
||||
'chechnya',
|
||||
'chuvashia',
|
||||
'crimea',
|
||||
|
||||
// malaysia
|
||||
'penang',
|
||||
'pahang',
|
||||
'perak',
|
||||
'sarawak',
|
||||
'selangor',
|
||||
'malacca',
|
||||
'kedah',
|
||||
'kelantan',
|
||||
]
|
||||
@@ -0,0 +1,43 @@
|
||||
// actor like 'the coach' or verb like 'coach a team'
|
||||
// use noun-verb for sometimes-actors, like 'target', or 'star'
|
||||
export default [
|
||||
'addict',
|
||||
'architect',
|
||||
'advocate',
|
||||
'affiliate',
|
||||
'bitch',
|
||||
'bully',
|
||||
'boss',
|
||||
'champion',
|
||||
'chauffeur',
|
||||
'coach',
|
||||
'cook',
|
||||
'doctor',
|
||||
'butcher',
|
||||
'delegate',
|
||||
'engineer',
|
||||
'fool',
|
||||
'geek',
|
||||
'goof',
|
||||
'graduate',
|
||||
'groom',
|
||||
'guide',
|
||||
'host',
|
||||
'judge',
|
||||
'man',
|
||||
'mime',
|
||||
'master',
|
||||
'nerd',
|
||||
'parent',
|
||||
'pilot',
|
||||
'recruit',
|
||||
'scout',
|
||||
'sponsor',
|
||||
'spy',
|
||||
'suspect',
|
||||
'usher',
|
||||
'volunteer',
|
||||
'conscript',
|
||||
'wimp',
|
||||
'witness',
|
||||
]
|
||||
@@ -0,0 +1,295 @@
|
||||
// rallying the troops
|
||||
// her rallying cry
|
||||
export default [
|
||||
'absorbing',
|
||||
'accelerating',
|
||||
'accompanying',
|
||||
'aching',
|
||||
'aging',
|
||||
'agonizing',
|
||||
'agonzing',
|
||||
'alarming',
|
||||
'alluring',
|
||||
'amazing',
|
||||
'amusing',
|
||||
'annoying',
|
||||
'appealing',
|
||||
'arresting',
|
||||
'aspiring',
|
||||
'assuring',
|
||||
'astonishing',
|
||||
'astounding',
|
||||
'baffling',
|
||||
'becoming',
|
||||
'bewildering',
|
||||
'bewitching',
|
||||
'binding',
|
||||
'blinding',
|
||||
'boiling',
|
||||
'booming',
|
||||
'boring',
|
||||
'bouncing',
|
||||
'breathtaking',
|
||||
'bruising',
|
||||
'budding',
|
||||
'bustling',
|
||||
'calming',
|
||||
'captivating',
|
||||
'caring',
|
||||
'challenging',
|
||||
'changing',
|
||||
'charming',
|
||||
'chilling',
|
||||
'climbing',
|
||||
'closing',
|
||||
'comforting',
|
||||
'commanding',
|
||||
'compelling',
|
||||
'competing',
|
||||
'compromising',
|
||||
'concerning',
|
||||
'conflicting',
|
||||
'confusing',
|
||||
'conspiring',
|
||||
'continuing',
|
||||
'contrasting',
|
||||
'contributing',
|
||||
'controlling',
|
||||
'convincing',
|
||||
'corresponding',
|
||||
'crippling',
|
||||
'cutting',
|
||||
'damaging',
|
||||
'daring',
|
||||
'dashing',
|
||||
'daunting',
|
||||
'dazzling',
|
||||
'debilitating',
|
||||
'decaying',
|
||||
'deceiving',
|
||||
'declining',
|
||||
'decreasing',
|
||||
'defining',
|
||||
'degrading',
|
||||
'delighting',
|
||||
'demanding',
|
||||
'demeaning',
|
||||
'demoralizing',
|
||||
'depressing',
|
||||
'deserving',
|
||||
'devastating',
|
||||
'developing',
|
||||
'disappointing',
|
||||
'disarming',
|
||||
'disgusting',
|
||||
'disheartening',
|
||||
'dissenting',
|
||||
'distracting',
|
||||
'distressing',
|
||||
'disturbing',
|
||||
'dizzying',
|
||||
'drifting',
|
||||
'electrifying',
|
||||
'embarrassing',
|
||||
'emerging',
|
||||
'empowering',
|
||||
'enabling',
|
||||
'enchanting',
|
||||
'encouraging',
|
||||
'enduring',
|
||||
'energizing',
|
||||
'engaging',
|
||||
'enlivening',
|
||||
'enriching',
|
||||
'ensuing',
|
||||
'enthralling',
|
||||
'enticing',
|
||||
'exacting',
|
||||
'exasperating',
|
||||
'exciting',
|
||||
'exhausting',
|
||||
'exhilarating',
|
||||
'existing',
|
||||
'expanding',
|
||||
'exploding',
|
||||
'fading',
|
||||
'fascinating',
|
||||
'fetching',
|
||||
'fitting',
|
||||
'flaming',
|
||||
'flattering',
|
||||
'floating',
|
||||
'flowering',
|
||||
'flowing',
|
||||
'foreboding',
|
||||
'forthcoming',
|
||||
'founding',
|
||||
'freezing',
|
||||
'frightening',
|
||||
'frustrating',
|
||||
'fulfilling',
|
||||
'glaring',
|
||||
'gleaming',
|
||||
'gratifying',
|
||||
'grating',
|
||||
'gripping',
|
||||
'groundbreaking',
|
||||
'growing',
|
||||
'grueling',
|
||||
'gruelling',
|
||||
'guiding',
|
||||
'harrowing',
|
||||
'healing',
|
||||
'heartwarming',
|
||||
'horrifying',
|
||||
'humiliating',
|
||||
'illuminating',
|
||||
'imposing',
|
||||
'incorporating',
|
||||
'increasing',
|
||||
'infuriating',
|
||||
'inspiring',
|
||||
'insulting',
|
||||
'interesting',
|
||||
'intimidating',
|
||||
'intoxicating',
|
||||
'intriguing',
|
||||
'invigorating',
|
||||
'inviting',
|
||||
'irritating',
|
||||
'judging',
|
||||
'lacking',
|
||||
'lagging',
|
||||
'lasting',
|
||||
'laughing',
|
||||
'leaning',
|
||||
'leading',
|
||||
'learning',
|
||||
'lifesaving',
|
||||
'limiting',
|
||||
'living',
|
||||
'loving',
|
||||
'maddening',
|
||||
'maturing',
|
||||
'meandering',
|
||||
'melting',
|
||||
'mending',
|
||||
'mesmerizing',
|
||||
// 'mind-altering',
|
||||
'boggling',
|
||||
'numbing',
|
||||
'missing',
|
||||
'mitigating',
|
||||
'motivating',
|
||||
'moving',
|
||||
'mumbling',
|
||||
'mystifying',
|
||||
'nurturing',
|
||||
'offending',
|
||||
'offsetting',
|
||||
'opposing',
|
||||
'outgoing',
|
||||
'outlying',
|
||||
'outstanding',
|
||||
'overarching',
|
||||
'overlapping',
|
||||
'overpowering',
|
||||
'overriding',
|
||||
'overwhelming',
|
||||
'owing',
|
||||
'paying',
|
||||
'pending',
|
||||
'perplexing',
|
||||
'piercing',
|
||||
'plunging',
|
||||
'preceding',
|
||||
'pressing',
|
||||
'prevailing',
|
||||
'promising',
|
||||
'provoking',
|
||||
'punishing',
|
||||
'raging',
|
||||
'rallying',
|
||||
'rambling',
|
||||
'raving',
|
||||
'reassuring',
|
||||
'redefining',
|
||||
'refreshing',
|
||||
'reigning',
|
||||
'rejuvenating',
|
||||
'relaxing',
|
||||
'remaining',
|
||||
'resting',
|
||||
'revealing',
|
||||
'revitalising',
|
||||
'revitalizing',
|
||||
'revolving',
|
||||
'rewarding',
|
||||
'riveting',
|
||||
'roaring',
|
||||
'rolling',
|
||||
'running',
|
||||
'rushing',
|
||||
'saddening',
|
||||
'satisfying',
|
||||
'screaming',
|
||||
'screeching',
|
||||
'sentencing',
|
||||
'shining',
|
||||
'shocking',
|
||||
'skyrocketing',
|
||||
'sloping',
|
||||
'smiling',
|
||||
'soaking',
|
||||
'soaring',
|
||||
'soothing',
|
||||
'sparkling',
|
||||
'speeding',
|
||||
'spellbinding',
|
||||
'sprawling',
|
||||
'staggering',
|
||||
'startling',
|
||||
'starving',
|
||||
'steaming',
|
||||
'stimulating',
|
||||
'stirring',
|
||||
'striking',
|
||||
'stunning',
|
||||
'supporting',
|
||||
'surging',
|
||||
'surprising',
|
||||
'surrounding',
|
||||
'sweeping',
|
||||
'swelling',
|
||||
'tantalizing',
|
||||
'taxing',
|
||||
'teasing',
|
||||
'telling',
|
||||
'tempting',
|
||||
'terrifying',
|
||||
'threatening',
|
||||
'thrilling',
|
||||
'thriving',
|
||||
'tiring',
|
||||
'touching',
|
||||
'trembling',
|
||||
'troubling',
|
||||
'trusting',
|
||||
'trying',
|
||||
'twisting',
|
||||
'unfolding',
|
||||
'unnerving',
|
||||
'unsettling',
|
||||
'uplifting',
|
||||
'upsetting',
|
||||
'varying',
|
||||
'vexing',
|
||||
'willing',
|
||||
'working',
|
||||
'worrying',
|
||||
'yielding',
|
||||
'accommodating',
|
||||
'trifling',
|
||||
'endearing',
|
||||
// prefixes
|
||||
]
|
||||
@@ -0,0 +1,167 @@
|
||||
// the commercial market
|
||||
// watching the commercial
|
||||
export default [
|
||||
'academic',
|
||||
'adolescent',
|
||||
'adult',
|
||||
'alert',
|
||||
'alternative',
|
||||
'antarctic',
|
||||
'arab',
|
||||
'arctic',
|
||||
'back',
|
||||
'best',
|
||||
'blank',
|
||||
'bottom',
|
||||
'bourgeois',
|
||||
'brief',
|
||||
'brute',
|
||||
'chief',
|
||||
'classic',
|
||||
'comic',
|
||||
'commercial',
|
||||
'communist',
|
||||
'companion',
|
||||
'complex',
|
||||
'concrete',
|
||||
'content',
|
||||
'constituent',
|
||||
'contemporary',
|
||||
'convertable',
|
||||
'cooperative',
|
||||
'crude',
|
||||
'cunning',
|
||||
'dark',
|
||||
'darling',
|
||||
'demographic',
|
||||
'derivative',
|
||||
'elder',
|
||||
'elite',
|
||||
'epic',
|
||||
'excess',
|
||||
'executive',
|
||||
'expert',
|
||||
'fair',
|
||||
'fat',
|
||||
'favorite',
|
||||
'favourite',
|
||||
'fellow',
|
||||
'female',
|
||||
'feminist',
|
||||
'fine',
|
||||
'firm',
|
||||
'fluid',
|
||||
'fugitive',
|
||||
'future',
|
||||
'general',
|
||||
'genious',
|
||||
'gold',
|
||||
'graphic',
|
||||
'grave',
|
||||
'half',
|
||||
'hobby',
|
||||
'homeless',
|
||||
'humdrum',
|
||||
'ideal',
|
||||
'impressionist',
|
||||
'incumbent',
|
||||
'individual',
|
||||
'innocent',
|
||||
'instant',
|
||||
'interim',
|
||||
'justice',
|
||||
'juvenile',
|
||||
'last',
|
||||
'latter',
|
||||
'left',
|
||||
'liberal',
|
||||
'light',
|
||||
'liquid',
|
||||
'lush',
|
||||
'male',
|
||||
'marine',
|
||||
'median',
|
||||
'medium',
|
||||
'metric',
|
||||
'miniature',
|
||||
// 'major',
|
||||
// 'minor',
|
||||
'mobile',
|
||||
'modernist',
|
||||
'moral',
|
||||
'mortal',
|
||||
'nagging',
|
||||
'novel',
|
||||
'nuts',
|
||||
'offensive',
|
||||
'official',
|
||||
'opposite',
|
||||
'oval',
|
||||
'parallel',
|
||||
'past',
|
||||
'patient',
|
||||
'periodical',
|
||||
'pet',
|
||||
'plastic',
|
||||
// 'poor',
|
||||
'potential',
|
||||
'premier',
|
||||
'premium',
|
||||
'present',
|
||||
'principal',
|
||||
'pro',
|
||||
'professional',
|
||||
'racist',
|
||||
'rash',
|
||||
'rear',
|
||||
'rebel',
|
||||
'relative',
|
||||
'rental',
|
||||
'representative',
|
||||
'republican',
|
||||
'resident',
|
||||
// 'rich',
|
||||
'right',
|
||||
'round',
|
||||
'routine',
|
||||
'rubbish',
|
||||
'sage',
|
||||
'secret',
|
||||
'senior',
|
||||
'serial',
|
||||
'silver',
|
||||
'slack',
|
||||
'socialist',
|
||||
'sole',
|
||||
'solvent',
|
||||
'sound',
|
||||
'sovereign',
|
||||
'square',
|
||||
'squat',
|
||||
'stable',
|
||||
'standard',
|
||||
'subject',
|
||||
'subordinate',
|
||||
'superior',
|
||||
'swell',
|
||||
'taboo',
|
||||
'tan',
|
||||
'teen',
|
||||
'terminal',
|
||||
'terrorist',
|
||||
'token',
|
||||
'top',
|
||||
'total',
|
||||
'trial',
|
||||
'undergraduate',
|
||||
'underground',
|
||||
'upstairs',
|
||||
'vagabond',
|
||||
'vanilla',
|
||||
'variable',
|
||||
'variant',
|
||||
'visionary',
|
||||
'void',
|
||||
'watershed',
|
||||
'welcome',
|
||||
]
|
||||
@@ -0,0 +1,352 @@
|
||||
// clues: [adj, past],
|
||||
// fallback: 'Adjective',
|
||||
export default [
|
||||
'abandoned',
|
||||
'absorbed',
|
||||
'accepted',
|
||||
'acknowledged',
|
||||
'adjusted',
|
||||
'adopted',
|
||||
'advanced',
|
||||
'affected',
|
||||
'aged',
|
||||
'alarmed',
|
||||
'alleged',
|
||||
'altered',
|
||||
'amazed',
|
||||
'animated',
|
||||
'anticipated',
|
||||
'applied',
|
||||
'appreciated',
|
||||
'armed',
|
||||
'associated',
|
||||
'assumed',
|
||||
'assured',
|
||||
'augmented',
|
||||
'authorized',
|
||||
'awarded',
|
||||
'baffled',
|
||||
'baked', //baked goods
|
||||
'balanced',
|
||||
'based', //modern slang
|
||||
'battered',
|
||||
'bewildered',
|
||||
'biased',
|
||||
'blessed',
|
||||
'blinded',
|
||||
'boiled',
|
||||
'bored',
|
||||
'bottled',
|
||||
'bound',
|
||||
'broken',
|
||||
'bruised',
|
||||
'burned',
|
||||
'burnt',
|
||||
'caged',
|
||||
'calculated',
|
||||
'celebrated',
|
||||
'centralized',
|
||||
'certified',
|
||||
'charged',
|
||||
'charmed',
|
||||
'chilled',
|
||||
'classified',
|
||||
'closed',
|
||||
'cluttered',
|
||||
'coded',
|
||||
'colored',
|
||||
'coloured',
|
||||
'combined',
|
||||
'complicated',
|
||||
'concentrated',
|
||||
'confused',
|
||||
'considered',
|
||||
'consolidated',
|
||||
'controlled',
|
||||
'cooked',
|
||||
'covered',
|
||||
'cracked',
|
||||
'cramped',
|
||||
'crowded',
|
||||
'crushed',
|
||||
'cultivated',
|
||||
'cured',
|
||||
'customized',
|
||||
'damaged',
|
||||
'dampened',
|
||||
'dated',
|
||||
'dazed',
|
||||
'dazzled',
|
||||
'decayed',
|
||||
'decentralized',
|
||||
'decorated',
|
||||
'dedicated',
|
||||
'deferred',
|
||||
'defined',
|
||||
'deformed',
|
||||
'delayed',
|
||||
'delighted',
|
||||
'depressed',
|
||||
'deranged',
|
||||
'detailed',
|
||||
'determined',
|
||||
'developed',
|
||||
'devoted',
|
||||
'dignified',
|
||||
'diminished',
|
||||
'directed',
|
||||
'disabled',
|
||||
'disciplined',
|
||||
'discounted',
|
||||
'discouraged',
|
||||
'disgruntled',
|
||||
'distorted',
|
||||
'distressed',
|
||||
'disturbed',
|
||||
'drained',
|
||||
'dried',
|
||||
'edified',
|
||||
'educated',
|
||||
'elated',
|
||||
'emaciated',
|
||||
'embarrassed',
|
||||
'enchanted',
|
||||
'engaged',
|
||||
'enhanced',
|
||||
'ensured',
|
||||
'equipped',
|
||||
'escaped',
|
||||
'established',
|
||||
'exaggerated',
|
||||
'excited',
|
||||
'expanded',
|
||||
'expected',
|
||||
'experienced',
|
||||
'exposed',
|
||||
'extended',
|
||||
'faded',
|
||||
'failed',
|
||||
'fascinated',
|
||||
'feared',
|
||||
'finished',
|
||||
'fitted',
|
||||
'fixed',
|
||||
'flavored',
|
||||
'flavoured',
|
||||
'flustered',
|
||||
'focused',
|
||||
'fractured',
|
||||
'fragmented',
|
||||
'framed',
|
||||
'fried',
|
||||
'frozen',
|
||||
'gifted',
|
||||
'gratified',
|
||||
'grilled',
|
||||
'grown',
|
||||
'guarded',
|
||||
'guided',
|
||||
'hammered',
|
||||
'harmed',
|
||||
'heated',
|
||||
'hooked',
|
||||
'horrified',
|
||||
'humbled',
|
||||
'illuminated',
|
||||
'implied',
|
||||
'imported',
|
||||
'improved',
|
||||
'inbred',
|
||||
'increased',
|
||||
'indebted',
|
||||
'infected',
|
||||
'inflated',
|
||||
'informed',
|
||||
'infuriated',
|
||||
'injured',
|
||||
'inspired',
|
||||
'integrated',
|
||||
'intended',
|
||||
'intensified',
|
||||
'interested',
|
||||
'intoxicated',
|
||||
'invited',
|
||||
'involved',
|
||||
'isolated',
|
||||
'jagged',
|
||||
'joined',
|
||||
'judged',
|
||||
'justified',
|
||||
'knotted',
|
||||
'known',
|
||||
'lay',
|
||||
'lead',
|
||||
'left',
|
||||
'leveled',
|
||||
'licensed',
|
||||
'limited',
|
||||
'listed',
|
||||
'loaded',
|
||||
'locked',
|
||||
'lost',
|
||||
'loved',
|
||||
'managed',
|
||||
'manufactured',
|
||||
'marked',
|
||||
'measured',
|
||||
'melted',
|
||||
'mixed',
|
||||
'modified',
|
||||
'motivated',
|
||||
'mounted',
|
||||
'muted',
|
||||
'mystified',
|
||||
'nagged',
|
||||
'needed',
|
||||
'neglected',
|
||||
'noted',
|
||||
'nourished',
|
||||
'observed',
|
||||
'occupied',
|
||||
'oppressed',
|
||||
'organized',
|
||||
'overlooked',
|
||||
'overwhelmed',
|
||||
'packed',
|
||||
'painted',
|
||||
'paralleled',
|
||||
'parked',
|
||||
'pasted',
|
||||
'perfected',
|
||||
'picked',
|
||||
'pierced',
|
||||
'pissed',
|
||||
'planned',
|
||||
'pleased',
|
||||
'plugged',
|
||||
'pointed',
|
||||
'polished',
|
||||
'preferred',
|
||||
'preoccupied',
|
||||
'prepared',
|
||||
'pressed',
|
||||
'printed',
|
||||
'processed',
|
||||
'produced',
|
||||
'prolonged',
|
||||
'pronounced',
|
||||
'proposed',
|
||||
'protected',
|
||||
'proved',
|
||||
'pumped',
|
||||
'puzzled',
|
||||
'qualified',
|
||||
'quoted',
|
||||
'rained',
|
||||
'rallied',
|
||||
'ratified',
|
||||
'received',
|
||||
'recommended',
|
||||
'recorded',
|
||||
'recovered',
|
||||
'recycled',
|
||||
'reduced',
|
||||
'refined',
|
||||
'registered',
|
||||
'regulated',
|
||||
'rejected',
|
||||
'related',
|
||||
'released',
|
||||
'removed',
|
||||
'renewed',
|
||||
'repeated',
|
||||
'replaced',
|
||||
'requested',
|
||||
'required',
|
||||
'reserved',
|
||||
'respected',
|
||||
'restored',
|
||||
'restricted',
|
||||
'rotted',
|
||||
'satisfied',
|
||||
'saturated',
|
||||
'sauted',
|
||||
'scared',
|
||||
'scattered',
|
||||
'scorched',
|
||||
'scratched',
|
||||
'screened',
|
||||
'sealed',
|
||||
'seasoned',
|
||||
'seated',
|
||||
'secured',
|
||||
'selected',
|
||||
'settled',
|
||||
'shaded',
|
||||
'shared',
|
||||
'shocked',
|
||||
'shut',
|
||||
'simplified',
|
||||
'simulated',
|
||||
'smoked',
|
||||
'soaked',
|
||||
'specialized',
|
||||
'specified',
|
||||
'spiked',
|
||||
'spotted',
|
||||
'stained',
|
||||
'stated',
|
||||
'steamed',
|
||||
'stereotyped',
|
||||
'stirred',
|
||||
'stoked',
|
||||
'strengthened',
|
||||
'striped',
|
||||
'stripped',
|
||||
'stuffed',
|
||||
'stumped',
|
||||
'stunned',
|
||||
'subsidized',
|
||||
'suggested',
|
||||
'suspected',
|
||||
'suspended',
|
||||
'sustained',
|
||||
'tamed',
|
||||
'tanned',
|
||||
'targeted',
|
||||
'tarnished',
|
||||
'teased',
|
||||
'threatened',
|
||||
'thrilled',
|
||||
'tied',
|
||||
'tired',
|
||||
'touched',
|
||||
'tracked',
|
||||
'trained',
|
||||
'trapped',
|
||||
'trimmed',
|
||||
'troubled',
|
||||
'turned',
|
||||
'twisted',
|
||||
'uncovered',
|
||||
'understood',
|
||||
'unified',
|
||||
'united',
|
||||
'updated',
|
||||
'uplifted',
|
||||
'upset',
|
||||
'used',
|
||||
'varied',
|
||||
'verified',
|
||||
'warped',
|
||||
'washed',
|
||||
'watched',
|
||||
'weakened',
|
||||
'weathered',
|
||||
'wet',
|
||||
'worn',
|
||||
'worried',
|
||||
'wounded',
|
||||
'wrinkled',
|
||||
'yellowed',
|
||||
]
|
||||
@@ -0,0 +1,87 @@
|
||||
// 'would mean' vs 'is mean'
|
||||
export default [
|
||||
'approximate',
|
||||
'blunt',
|
||||
'clean',
|
||||
'complete',
|
||||
'conjugate',
|
||||
'cool',
|
||||
'correct',
|
||||
'damp',
|
||||
'deliberate',
|
||||
'diffuse',
|
||||
'direct',
|
||||
'double',
|
||||
'dry',
|
||||
'elaborate',
|
||||
'empty',
|
||||
'firm',
|
||||
'free',
|
||||
'hollow',
|
||||
'idle',
|
||||
'lay',//lay-people
|
||||
'lean',
|
||||
// 'light',
|
||||
'live',
|
||||
'mature',
|
||||
'mean',
|
||||
'moderate',
|
||||
// 'near',
|
||||
'narrow',
|
||||
'obscure',
|
||||
'open',
|
||||
'own',
|
||||
'pale',
|
||||
'present',
|
||||
'prime',
|
||||
'prompt',
|
||||
'quack',
|
||||
'replicate',
|
||||
'right',
|
||||
'secure',
|
||||
'sedate',
|
||||
'select',
|
||||
'separate',
|
||||
'slick',
|
||||
'slow',
|
||||
'smooth',
|
||||
'sour',
|
||||
'spare',
|
||||
'sure',
|
||||
'suspect',
|
||||
'thin',
|
||||
'top',//top the chart
|
||||
'total',
|
||||
'utter',
|
||||
'warm',
|
||||
'wet',
|
||||
'wound',
|
||||
'wrong',
|
||||
'express',
|
||||
'elicit',
|
||||
'fringe',
|
||||
'consummate',
|
||||
'defuse',
|
||||
'wrought',
|
||||
'counterfeit',
|
||||
'alight',
|
||||
'tender',
|
||||
'lower',
|
||||
'close',
|
||||
'last',
|
||||
'faint',
|
||||
'bankrupt',
|
||||
'corrupt',
|
||||
'fast',
|
||||
'short',
|
||||
'foul',
|
||||
'fake',
|
||||
'fancy',
|
||||
'clear',
|
||||
'calm',
|
||||
'dull',
|
||||
'stray',
|
||||
'perfect',
|
||||
'exempt',
|
||||
'articulate',
|
||||
]
|
||||
@@ -0,0 +1,295 @@
|
||||
// gerunds can be adjectives 'striking example'
|
||||
// or nouns 'arguing', or 'operating room'
|
||||
export default [
|
||||
'abandoning',
|
||||
'accounting',
|
||||
'acting',
|
||||
'advertising',
|
||||
'aging',
|
||||
'approaching',
|
||||
'arguing',
|
||||
'assuming',
|
||||
'attracting',
|
||||
'babysitting',
|
||||
'backing',
|
||||
'baking',
|
||||
'battling',
|
||||
'beginning',
|
||||
'belonging',
|
||||
'betting',
|
||||
'bitching',
|
||||
'biting',
|
||||
'blessing',
|
||||
'bloating',
|
||||
'boating',
|
||||
'bombing',
|
||||
'booking',
|
||||
'bookkeeping',
|
||||
'branding',
|
||||
'breathing',
|
||||
'broadcasting',
|
||||
'budgeting',
|
||||
'building',
|
||||
'bullying',
|
||||
'burping',
|
||||
'camping',
|
||||
'carving',
|
||||
'casting',
|
||||
'catering',
|
||||
'celebrating',
|
||||
'chanting',
|
||||
'chatting',
|
||||
'cheering',
|
||||
'clapping',
|
||||
'cleaning',
|
||||
'clearing',
|
||||
'climbing',
|
||||
'cloning',
|
||||
'clothing',
|
||||
'clubbing',
|
||||
'coaching',
|
||||
'coating',
|
||||
'coding',
|
||||
'collecting',
|
||||
'coloring',
|
||||
'communicating',
|
||||
'complaining',
|
||||
'composing',
|
||||
'conducting',
|
||||
'constructing',
|
||||
'consulting',
|
||||
'convincing',
|
||||
'cooking',
|
||||
'coping',
|
||||
'covering',
|
||||
'crafting',
|
||||
'crawling',
|
||||
'crossing',
|
||||
'crying',
|
||||
'curling',
|
||||
'cycling',
|
||||
'dancing',
|
||||
'dating',
|
||||
'debating',
|
||||
'decorating',
|
||||
'delegating',
|
||||
'delivering',
|
||||
'developing',
|
||||
'directing',
|
||||
'discovering',
|
||||
'diving',
|
||||
'doubting',
|
||||
'drawing',
|
||||
'dreaming',
|
||||
'dressing',
|
||||
'dribbling',
|
||||
'drinking',
|
||||
'driving',
|
||||
'dumping',
|
||||
'dwelling',
|
||||
'eating',
|
||||
'educating',
|
||||
'enchanting',
|
||||
'ending',
|
||||
'engineering',
|
||||
'exercising',
|
||||
'exploring',
|
||||
'farming',
|
||||
'fascinating',
|
||||
'feeling',
|
||||
'fencing',
|
||||
'fighting',
|
||||
'filing',
|
||||
'filling',
|
||||
// 'filming',
|
||||
'financing',
|
||||
'finding',
|
||||
'fishing',
|
||||
'flirting',
|
||||
'flooding',
|
||||
'forecasting',
|
||||
'formatting',
|
||||
'frosting',
|
||||
'funding',
|
||||
'gardening',
|
||||
'gathering',
|
||||
'generating',
|
||||
'gliding',
|
||||
'greeting',
|
||||
'grieving',
|
||||
'guiding',
|
||||
'handling',
|
||||
'harrowing',
|
||||
'harvesting',
|
||||
'heating',
|
||||
'hiking',
|
||||
'hiring',
|
||||
'holding',
|
||||
'howling',
|
||||
'hunting',
|
||||
'icing',
|
||||
'illustrating',
|
||||
// 'imaging',
|
||||
'imagining',
|
||||
'imploding',
|
||||
'innovating',
|
||||
'inspecting',
|
||||
'interacting',
|
||||
'interviewing',
|
||||
'inventing',
|
||||
'ironing',
|
||||
'jogging',
|
||||
'judging',
|
||||
'juggling',
|
||||
'justifying',
|
||||
'kicking',
|
||||
'killing',
|
||||
'kneading',
|
||||
'knitting',
|
||||
'landing',
|
||||
'laughing',
|
||||
'learning',
|
||||
'leasing',
|
||||
'licensing',
|
||||
'lifting',
|
||||
'limiting',
|
||||
'listening',
|
||||
'listing',
|
||||
'lodging',
|
||||
'lying',
|
||||
'maintaining',
|
||||
'manifesting',
|
||||
'manufacturing',
|
||||
'marketing',
|
||||
'meaning',
|
||||
'meditating',
|
||||
'meeting',
|
||||
'messaging',
|
||||
'mining',
|
||||
'modeling',
|
||||
'monitoring',
|
||||
'navigating',
|
||||
'negotiating',
|
||||
'networking',
|
||||
'nursing',
|
||||
'offering',
|
||||
'opening',
|
||||
'operating',
|
||||
'organising',
|
||||
'organizing',
|
||||
'overcoming',
|
||||
'ovulating',
|
||||
'packaging',
|
||||
'painting',
|
||||
'parking',
|
||||
'partying',
|
||||
'peacekeeping',
|
||||
'planning',
|
||||
'playing',
|
||||
'poisoning',
|
||||
'positioning',
|
||||
'praying',
|
||||
'pretending',
|
||||
'printing',
|
||||
'processing',
|
||||
'publishing',
|
||||
'questioning',
|
||||
'rapping',
|
||||
'rating',
|
||||
'reading',
|
||||
'reasoning',
|
||||
'recording',
|
||||
'recycling',
|
||||
'rehearsing',
|
||||
'relaxing',
|
||||
'rendering',
|
||||
'reporting',
|
||||
'responding',
|
||||
'restructruing',
|
||||
'restructuring',
|
||||
'riding',
|
||||
'roofing',
|
||||
'rowing',
|
||||
'ruling',
|
||||
'running',
|
||||
'sailing',
|
||||
'saying',
|
||||
'scheduling',
|
||||
'schooling',
|
||||
'scoring',
|
||||
'screaming',
|
||||
'screening',
|
||||
'sculpting',
|
||||
'seating',
|
||||
'serving',
|
||||
'setting',
|
||||
'shipping',
|
||||
'shopping',
|
||||
'shortening',
|
||||
'shouting',
|
||||
'signaling',
|
||||
'signing',
|
||||
'singing',
|
||||
'sitting',
|
||||
'skateboarding',
|
||||
'skating',
|
||||
'sleeping',
|
||||
'smoking',
|
||||
'snowboarding',
|
||||
'snowing',
|
||||
'spelling',
|
||||
'spending',
|
||||
'staging',
|
||||
'storytelling',
|
||||
'stretching',
|
||||
'struggling',
|
||||
'studying',
|
||||
'stuffing',
|
||||
'subtracting',
|
||||
'suffering',
|
||||
'surfing',
|
||||
'surveying',
|
||||
'surviving',
|
||||
'swearing',
|
||||
'swimming',
|
||||
'talking',
|
||||
'tanning',
|
||||
'tasting',
|
||||
'teaching',
|
||||
'teasing',
|
||||
'testing',
|
||||
'thinking',
|
||||
'timing',
|
||||
'tipping',
|
||||
'tracking',
|
||||
'trading',
|
||||
'training',
|
||||
'traveling',
|
||||
'travelling',
|
||||
'typing',
|
||||
'understanding',
|
||||
'undertaking',
|
||||
'visualizing',
|
||||
'volunteering',
|
||||
'voting',
|
||||
'waiting',
|
||||
// 'walking',
|
||||
'warning',
|
||||
'washing',
|
||||
'watching',
|
||||
'wedding',
|
||||
'whispering',
|
||||
'wiring',
|
||||
'wondering',
|
||||
'working',
|
||||
'worrying',
|
||||
'wrapping',
|
||||
'wrestling',
|
||||
'writing',
|
||||
'yawning',
|
||||
'yearning',
|
||||
'yelling',
|
||||
'zeroing',
|
||||
'zoning',
|
||||
'zooming',
|
||||
]
|
||||
@@ -0,0 +1,932 @@
|
||||
// words that can be infinitives or nouns
|
||||
export default [
|
||||
'abuse',
|
||||
'accent',
|
||||
'access',
|
||||
'accord',
|
||||
'account',
|
||||
'ace',
|
||||
'ache',
|
||||
'act',
|
||||
'address',
|
||||
'advance',
|
||||
'advocate',
|
||||
'age',
|
||||
'aid',
|
||||
'aim',
|
||||
'air',
|
||||
'alarm',
|
||||
'alter',
|
||||
'anchor',
|
||||
'anger',
|
||||
'answer',
|
||||
'appeal',
|
||||
'approach',
|
||||
'arch',
|
||||
'archive',
|
||||
'arm',
|
||||
'armour',
|
||||
'ask',
|
||||
'assist',
|
||||
'associate',
|
||||
'attack',
|
||||
'attempt',
|
||||
'auction',
|
||||
'award',
|
||||
'back',
|
||||
'bail',
|
||||
'balance',
|
||||
'ban',
|
||||
'band',
|
||||
'bang',
|
||||
'bank',
|
||||
'bar',
|
||||
'bargain',
|
||||
'barge',
|
||||
'bark',
|
||||
'base',
|
||||
'bash',
|
||||
'battle',
|
||||
'bear',
|
||||
'beat',
|
||||
'beef',
|
||||
'belt',
|
||||
'bend',
|
||||
'benefit',
|
||||
'bet',
|
||||
'bias',
|
||||
'bid',
|
||||
'bike',
|
||||
'bill',
|
||||
'bind',
|
||||
'biopsy',
|
||||
'bit',
|
||||
'bitch',
|
||||
'bite',
|
||||
'blame',
|
||||
'blend',
|
||||
'blink',
|
||||
'blitz',
|
||||
'block',
|
||||
'blur',
|
||||
'board',
|
||||
'boast',
|
||||
'bog',
|
||||
'bomb',
|
||||
'bond',
|
||||
'bone',
|
||||
'book',
|
||||
'boost',
|
||||
'boot',
|
||||
'border',
|
||||
'bottle',
|
||||
'box',
|
||||
'boycott',
|
||||
'branch',
|
||||
'brand',
|
||||
'breach',
|
||||
'break',
|
||||
'breed',
|
||||
'bribe',
|
||||
'bridge',
|
||||
'broadcast',
|
||||
'bruise',
|
||||
'brush',
|
||||
'bubble',
|
||||
'buckle',
|
||||
'budget',
|
||||
'buffer',
|
||||
'bump',
|
||||
'burden',
|
||||
'burn',
|
||||
'bust',
|
||||
'buzz',
|
||||
'bypass',
|
||||
'cake',
|
||||
'call',
|
||||
'camp',
|
||||
'canoe',
|
||||
'cap',
|
||||
'capture',
|
||||
'card',
|
||||
'care',
|
||||
'cash',
|
||||
'cast',
|
||||
'catalog',
|
||||
'catch',
|
||||
'cause',
|
||||
'caution',
|
||||
'cave',
|
||||
'center',
|
||||
'centre',
|
||||
'chain',
|
||||
'chair',
|
||||
'challenge',
|
||||
'change',
|
||||
'channel',
|
||||
'charge',
|
||||
'charm',
|
||||
'chart',
|
||||
'chase',
|
||||
'cheat',
|
||||
'check',
|
||||
'cheer',
|
||||
'chip',
|
||||
'circle',
|
||||
'claim',
|
||||
'claw',
|
||||
'click',
|
||||
'clip',
|
||||
'cloud',
|
||||
'club',
|
||||
'coat',
|
||||
'code',
|
||||
'coin',
|
||||
'collapse',
|
||||
'color',
|
||||
'colour',
|
||||
'combat',
|
||||
'combine',
|
||||
'comfort',
|
||||
'command',
|
||||
'comment',
|
||||
'commit',
|
||||
'commute',
|
||||
'complement',
|
||||
'compound',
|
||||
'compromise',
|
||||
'concentrate',
|
||||
'concern',
|
||||
'conduct',
|
||||
'conflict',
|
||||
'conglomerate',
|
||||
'consent',
|
||||
'construct',
|
||||
'contact',
|
||||
'contrast',
|
||||
'control',
|
||||
'convert',
|
||||
'coordinate',
|
||||
'copy',
|
||||
'core',
|
||||
'cost',
|
||||
'cough',
|
||||
'counsel',
|
||||
'count',
|
||||
'couple',
|
||||
'court',
|
||||
'cover',
|
||||
'crack',
|
||||
'craft',
|
||||
'crash',
|
||||
'credit',
|
||||
'creep',
|
||||
'crop',
|
||||
'cross',
|
||||
'crowd',
|
||||
'crush',
|
||||
'cry',
|
||||
'cube',
|
||||
'cue',
|
||||
'curb',
|
||||
'cure',
|
||||
'curl',
|
||||
'curve',
|
||||
'cut',
|
||||
'dab',
|
||||
'damage',
|
||||
'dance',
|
||||
'dare',
|
||||
'dart',
|
||||
'date',
|
||||
'deal',
|
||||
'debate',
|
||||
'debut',
|
||||
'decline',
|
||||
'decrease',
|
||||
'defeat',
|
||||
'defect',
|
||||
'delay',
|
||||
'delegate',
|
||||
'delight',
|
||||
'demand',
|
||||
'deposit',
|
||||
'desert',
|
||||
'design',
|
||||
'desire',
|
||||
'detail',
|
||||
'digest',
|
||||
'dip',
|
||||
'discharge',
|
||||
'disguise',
|
||||
'dish',
|
||||
'dislike',
|
||||
'dispatch',
|
||||
'display',
|
||||
'dispute',
|
||||
'ditch',
|
||||
'dive',
|
||||
'divide',
|
||||
'divorce',
|
||||
'dock',
|
||||
'document',
|
||||
'dodge',
|
||||
'doubt',
|
||||
'download',
|
||||
'draft',
|
||||
'drag',
|
||||
'drain',
|
||||
'dream',
|
||||
'dress',
|
||||
'drift',
|
||||
'drill',
|
||||
'drink',
|
||||
'drip',
|
||||
'drive',
|
||||
'drone',
|
||||
'drop',
|
||||
'dub',
|
||||
'duel',
|
||||
'dump',
|
||||
'duplicate',
|
||||
'dye',
|
||||
'echo',
|
||||
'edge',
|
||||
'effect',
|
||||
'encounter',
|
||||
'end',
|
||||
'envy',
|
||||
'escape',
|
||||
'estimate',
|
||||
'excel',
|
||||
'exchange',
|
||||
'excuse',
|
||||
'exercise',
|
||||
'exhaust',
|
||||
'exhibit',
|
||||
'experience',
|
||||
'experiment',
|
||||
'export',
|
||||
'extract',
|
||||
'eye',
|
||||
'eyeball',
|
||||
'face',
|
||||
'fail',
|
||||
'fall',
|
||||
'farm',
|
||||
'favour',
|
||||
'fear',
|
||||
'feature',
|
||||
'feed',
|
||||
'feel',
|
||||
'fence',
|
||||
'field',
|
||||
'fight',
|
||||
'figure',
|
||||
'file',
|
||||
'film',
|
||||
'filter',
|
||||
'finance',
|
||||
'finish',
|
||||
'fire',
|
||||
'fish',
|
||||
'fit',
|
||||
'fix',
|
||||
'flag',
|
||||
'flake',
|
||||
'flame',
|
||||
'flare',
|
||||
'flash',
|
||||
'flavor',
|
||||
'flavour',
|
||||
'flesh',
|
||||
'flip',
|
||||
'float',
|
||||
'flock',
|
||||
'flood',
|
||||
'flow',
|
||||
'flower',
|
||||
'fly',
|
||||
'focus',
|
||||
'fog',
|
||||
'foil',
|
||||
'fold',
|
||||
'foot',
|
||||
'force',
|
||||
'forecast',
|
||||
'form',
|
||||
'format',
|
||||
'forward',
|
||||
'fracture',
|
||||
'fragment',
|
||||
'frame',
|
||||
'franchise',
|
||||
'frost',
|
||||
'frown',
|
||||
'fry',
|
||||
'fuck',
|
||||
'fuel',
|
||||
'function',
|
||||
'fund',
|
||||
'fuss',
|
||||
'fuzz',
|
||||
'gag',
|
||||
'gain',
|
||||
'game',
|
||||
'gang',
|
||||
'gas',
|
||||
'gate',
|
||||
'gaze',
|
||||
'gear',
|
||||
'gift',
|
||||
'glare',
|
||||
'gloss',
|
||||
'glow',
|
||||
'glue',
|
||||
'gossip',
|
||||
'grade',
|
||||
'grasp',
|
||||
'grill',
|
||||
'grind',
|
||||
'grip',
|
||||
'ground',
|
||||
'growth',
|
||||
'grumble',
|
||||
'guarantee',
|
||||
'guard',
|
||||
'guess',
|
||||
'gulp',
|
||||
'gun',
|
||||
'hack',
|
||||
'ham',
|
||||
'hammer',
|
||||
'hand',
|
||||
'handle',
|
||||
'harbour',
|
||||
'harm',
|
||||
'harness',
|
||||
'harvest',
|
||||
'hash',
|
||||
'hatch',
|
||||
'hate',
|
||||
'haunt',
|
||||
'head',
|
||||
'heat',
|
||||
'hedge',
|
||||
'help',
|
||||
'highlight',
|
||||
'hike',
|
||||
'hint',
|
||||
'hire',
|
||||
'hit',
|
||||
'hold',
|
||||
'hole',
|
||||
'honor',
|
||||
'honour',
|
||||
'hook',
|
||||
'hop',
|
||||
'hope',
|
||||
'horse',
|
||||
'house',
|
||||
'hug',
|
||||
'hunt',
|
||||
'impact',
|
||||
'implement',
|
||||
'incline',
|
||||
'increase',
|
||||
'index',
|
||||
'influence',
|
||||
'inhale',
|
||||
'ink',
|
||||
'insert',
|
||||
'intent',
|
||||
'interest',
|
||||
'interface',
|
||||
'interview',
|
||||
'invoice',
|
||||
'iron',
|
||||
'issue',
|
||||
'jam',
|
||||
'jazz',
|
||||
'joke',
|
||||
'juice',
|
||||
'jump',
|
||||
'keel',
|
||||
'key',
|
||||
'kick',
|
||||
'kid',
|
||||
'kill',
|
||||
'kiss',
|
||||
'knock',
|
||||
'label',
|
||||
'labor',
|
||||
'labour',
|
||||
'lace',
|
||||
'lack',
|
||||
'land',
|
||||
'lap',
|
||||
'latch',
|
||||
'laugh',
|
||||
'launch',
|
||||
'leach',
|
||||
'lead',
|
||||
'leak',
|
||||
'leap',
|
||||
'lease',
|
||||
'lecture',
|
||||
'leech',
|
||||
'level',
|
||||
'levy',
|
||||
'license',
|
||||
'lick',
|
||||
'lift',
|
||||
'limit',
|
||||
'line',
|
||||
'link',
|
||||
'list',
|
||||
'load',
|
||||
'loan',
|
||||
'lobby',
|
||||
'lock',
|
||||
'log',
|
||||
'look',
|
||||
'loot',
|
||||
'love',
|
||||
'lump',
|
||||
'lust',
|
||||
'mail',
|
||||
'mandate',
|
||||
'manner',
|
||||
'manoeuvre',
|
||||
'map',
|
||||
'market',
|
||||
'mash',
|
||||
'mask',
|
||||
'master',
|
||||
'match',
|
||||
'matter',
|
||||
'measure',
|
||||
'mention',
|
||||
'merge',
|
||||
'merit',
|
||||
'mess',
|
||||
'milk',
|
||||
'mind',
|
||||
'mine',
|
||||
'mirror',
|
||||
'miss',
|
||||
'mistake',
|
||||
'mix',
|
||||
'mock',
|
||||
'model',
|
||||
'mold',
|
||||
'monitor',
|
||||
'monkey',
|
||||
'mop',
|
||||
'mount',
|
||||
'mouth',
|
||||
'move',
|
||||
'murder',
|
||||
'name',
|
||||
'need',
|
||||
'neglect',
|
||||
'net',
|
||||
'network',
|
||||
'nod',
|
||||
'note',
|
||||
'notice',
|
||||
'nurse',
|
||||
'object',
|
||||
'offer',
|
||||
'oil',
|
||||
'ooze',
|
||||
'orbit',
|
||||
'order',
|
||||
'orient',
|
||||
'outline',
|
||||
'overpass',
|
||||
'pack',
|
||||
'package',
|
||||
'paint',
|
||||
'pair',
|
||||
'paise',
|
||||
'pan',
|
||||
'panic',
|
||||
'park',
|
||||
'part',
|
||||
'party',
|
||||
'pass',
|
||||
'paste',
|
||||
'patch',
|
||||
'patent',
|
||||
'pause',
|
||||
'pay',
|
||||
'peak',
|
||||
'pee',
|
||||
'peel',
|
||||
'peer',
|
||||
'pen',
|
||||
'pencil',
|
||||
'perfume',
|
||||
'permit',
|
||||
'pet',
|
||||
'phase',
|
||||
'phone',
|
||||
'photograph',
|
||||
'pick',
|
||||
'pile',
|
||||
'pin',
|
||||
'pine',
|
||||
'pipe',
|
||||
'pit',
|
||||
'pity',
|
||||
'pivot',
|
||||
'place',
|
||||
'plan',
|
||||
'plant',
|
||||
'play',
|
||||
'plce',
|
||||
'plead',
|
||||
'plug',
|
||||
'plump',
|
||||
'plunge',
|
||||
'point',
|
||||
'poison',
|
||||
'police',
|
||||
'polish',
|
||||
'poll',
|
||||
'pool',
|
||||
'poop',
|
||||
'pop',
|
||||
'pore',
|
||||
'pose',
|
||||
'position',
|
||||
'post',
|
||||
'pound',
|
||||
'power',
|
||||
'practice',
|
||||
'praise',
|
||||
'preserve',
|
||||
'press',
|
||||
'prey',
|
||||
'price',
|
||||
'pride',
|
||||
'print',
|
||||
'probe',
|
||||
'proceed',
|
||||
'process',
|
||||
'produce',
|
||||
'profile',
|
||||
'program',
|
||||
'programme',
|
||||
'progress',
|
||||
'project',
|
||||
'promise',
|
||||
'prop',
|
||||
'protest',
|
||||
'prune',
|
||||
'psych',
|
||||
'pump',
|
||||
'punch',
|
||||
'purchase',
|
||||
'push',
|
||||
'question',
|
||||
'quiver',
|
||||
'race',
|
||||
'rack',
|
||||
'rage',
|
||||
'rain',
|
||||
'raise',
|
||||
'rake',
|
||||
'rally',
|
||||
'range',
|
||||
'rank',
|
||||
'rant',
|
||||
'rap',
|
||||
'rape',
|
||||
'rat',
|
||||
'rate',
|
||||
'reach',
|
||||
'reason',
|
||||
'recall',
|
||||
'record',
|
||||
'redo',
|
||||
'reel',
|
||||
'refactor',
|
||||
'reference',
|
||||
'reform',
|
||||
'refund',
|
||||
'refuse',
|
||||
'regard',
|
||||
'register',
|
||||
'regret',
|
||||
'reject',
|
||||
'release',
|
||||
'relish',
|
||||
'remake',
|
||||
'remark',
|
||||
'remedy',
|
||||
'rendezvous',
|
||||
'rent',
|
||||
'reorder',
|
||||
'repair',
|
||||
'repeal',
|
||||
'repeat',
|
||||
'reply',
|
||||
'report',
|
||||
'request',
|
||||
'reserve',
|
||||
'resolve',
|
||||
'resort',
|
||||
'respect',
|
||||
'rest',
|
||||
'restart',
|
||||
'result',
|
||||
'resume',
|
||||
'return',
|
||||
'reveal',
|
||||
'reverse',
|
||||
'review',
|
||||
'reward',
|
||||
'rhyme',
|
||||
'ride',
|
||||
'ring',
|
||||
'riot',
|
||||
'rip',
|
||||
'rise',
|
||||
'risk',
|
||||
'roast',
|
||||
'rock',
|
||||
'roll',
|
||||
'roof',
|
||||
'root',
|
||||
'rope',
|
||||
'route',
|
||||
'rub',
|
||||
'ruin',
|
||||
'rule',
|
||||
'run',
|
||||
'rush',
|
||||
'rust',
|
||||
'sack',
|
||||
'sacrifice',
|
||||
'safeguard',
|
||||
'sail',
|
||||
'sample',
|
||||
'scale',
|
||||
'scan',
|
||||
'scar',
|
||||
'scare',
|
||||
'schedule',
|
||||
'score',
|
||||
'scrape',
|
||||
'scratch',
|
||||
'screen',
|
||||
'screw',
|
||||
'scribble',
|
||||
'scroll',
|
||||
'seal',
|
||||
'search',
|
||||
'seat',
|
||||
'seed',
|
||||
'sense',
|
||||
'sentence',
|
||||
'serve',
|
||||
'service',
|
||||
'set',
|
||||
'shack',
|
||||
'shade',
|
||||
'shape',
|
||||
'share',
|
||||
'shave',
|
||||
'shed',
|
||||
'sheild',
|
||||
'shelter',
|
||||
'shift',
|
||||
'ship',
|
||||
'shiver',
|
||||
'shock',
|
||||
'shop',
|
||||
'shore',
|
||||
'show',
|
||||
'shuffle',
|
||||
'side',
|
||||
'sign',
|
||||
'signal',
|
||||
'silence',
|
||||
'sink',
|
||||
'sip',
|
||||
'size',
|
||||
'skateboard',
|
||||
'ski',
|
||||
'skip',
|
||||
'sleep',
|
||||
'slice',
|
||||
'slip',
|
||||
'slit',
|
||||
'slouch',
|
||||
'smash',
|
||||
'smell',
|
||||
'smile',
|
||||
'smirk',
|
||||
'smoke',
|
||||
'snake',
|
||||
'snap',
|
||||
'sneeze',
|
||||
'snow',
|
||||
'sob',
|
||||
'sound',
|
||||
'spam',
|
||||
'span',
|
||||
'spark',
|
||||
'speed',
|
||||
'spell',
|
||||
'spill',
|
||||
'spin',
|
||||
'spiral',
|
||||
'spite',
|
||||
'splash',
|
||||
'split',
|
||||
'sponsor',
|
||||
'spot',
|
||||
'spray',
|
||||
'spread',
|
||||
'spring',
|
||||
'sprinkle',
|
||||
'spruce',
|
||||
'spur',
|
||||
'spy',
|
||||
'square',
|
||||
'stack',
|
||||
'staff',
|
||||
'stage',
|
||||
'stain',
|
||||
'stake',
|
||||
'stalk',
|
||||
'stall',
|
||||
'stamp',
|
||||
'stand',
|
||||
'staple',
|
||||
'star',
|
||||
'stare',
|
||||
'start',
|
||||
'state',
|
||||
'stay',
|
||||
'steer',
|
||||
'stem',
|
||||
'step',
|
||||
'stick',
|
||||
'stink',
|
||||
'stitch',
|
||||
'stocking',
|
||||
'stockpile',
|
||||
'stoop',
|
||||
'stop',
|
||||
'store',
|
||||
'storm',
|
||||
'strain',
|
||||
'stream',
|
||||
'stress',
|
||||
'stretch',
|
||||
'strike',
|
||||
'string',
|
||||
'stroke',
|
||||
'struggle',
|
||||
'study',
|
||||
'stuff',
|
||||
'stumble',
|
||||
'style',
|
||||
'sub',
|
||||
'subject',
|
||||
'suit',
|
||||
'sum',
|
||||
'supplement',
|
||||
'supply',
|
||||
'support',
|
||||
'surface',
|
||||
'surge',
|
||||
'surprise',
|
||||
'survey',
|
||||
'swear',
|
||||
'sweat',
|
||||
'swing',
|
||||
'swipe',
|
||||
'switch',
|
||||
'tag',
|
||||
'talk',
|
||||
'tally',
|
||||
'tangle',
|
||||
'target',
|
||||
'taste',
|
||||
'tax',
|
||||
'tear',
|
||||
'tee',
|
||||
'tell',
|
||||
'temper',
|
||||
'test',
|
||||
'text',
|
||||
'thread',
|
||||
'throw',
|
||||
'thrust',
|
||||
'tick',
|
||||
'tide',
|
||||
'tie',
|
||||
'tile',
|
||||
'time',
|
||||
'tip',
|
||||
'tire',
|
||||
'toll',
|
||||
'tone',
|
||||
'top',
|
||||
'torture',
|
||||
'toss',
|
||||
'total',
|
||||
'touch',
|
||||
'tour',
|
||||
'track',
|
||||
'trade',
|
||||
'train',
|
||||
'transfer',
|
||||
'transition',
|
||||
'trap',
|
||||
'travel',
|
||||
'treat',
|
||||
'trek',
|
||||
'trend',
|
||||
'tribute',
|
||||
'trick',
|
||||
'trickle',
|
||||
'trigger',
|
||||
'trim',
|
||||
'trip',
|
||||
'trot',
|
||||
'trouble',
|
||||
'trust',
|
||||
'tune',
|
||||
'tunnel',
|
||||
'turn',
|
||||
'twin',
|
||||
'twist',
|
||||
'type',
|
||||
'update',
|
||||
'upgrade',
|
||||
'upload',
|
||||
'urge',
|
||||
'vacuum',
|
||||
'value',
|
||||
'venture',
|
||||
'vibe',
|
||||
'view',
|
||||
'visit',
|
||||
'voice',
|
||||
'void',
|
||||
'vomit',
|
||||
'vote',
|
||||
'vow',
|
||||
'wait',
|
||||
'walk',
|
||||
'war',
|
||||
'warehouse',
|
||||
'warrant',
|
||||
'wash',
|
||||
'waste',
|
||||
'watch',
|
||||
'wave',
|
||||
'wax',
|
||||
'wear',
|
||||
'weather',
|
||||
'weed',
|
||||
'welcome',
|
||||
'wheel',
|
||||
'whip',
|
||||
'whisk',
|
||||
'whisper',
|
||||
'whistle',
|
||||
'wick',
|
||||
'win',
|
||||
'wind',
|
||||
'wing',
|
||||
'wipe',
|
||||
'wire',
|
||||
'wish',
|
||||
'wonder',
|
||||
'work',
|
||||
'workshop',
|
||||
'worry',
|
||||
'worship',
|
||||
'worth',
|
||||
'wound',
|
||||
'wrap',
|
||||
'wreck',
|
||||
'wrinkle',
|
||||
'yawn',
|
||||
'yell',
|
||||
'yield',
|
||||
'zip',
|
||||
'zone',
|
||||
'zoom',
|
||||
'lie',
|
||||
// 'average',
|
||||
// 'fast',
|
||||
// 'try',
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
export default [
|
||||
'misty',
|
||||
'rusty',
|
||||
'dusty',
|
||||
'rich',
|
||||
'randy',
|
||||
'sandy',
|
||||
'earnest',
|
||||
'frank',
|
||||
// 'young',
|
||||
'brown',
|
||||
'bella',
|
||||
'woody'
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
// person-names that can be dates
|
||||
export default [
|
||||
// clues: [person, date],
|
||||
// fallback: 'Month',
|
||||
'april', 'august', 'jan', 'january', 'june', 'sep', 'avril',
|
||||
// 'may'
|
||||
]
|
||||
|
||||
@@ -0,0 +1,107 @@
|
||||
// person-names that can be dates
|
||||
export default [
|
||||
// clues: [person, noun],
|
||||
// fallback: 'Singular',
|
||||
// words: [
|
||||
'alfredo',
|
||||
'alma',
|
||||
'art',
|
||||
'baker',
|
||||
'benedict',
|
||||
'berg',
|
||||
'bill',
|
||||
'brandy',
|
||||
'brook',
|
||||
'cam',
|
||||
'charity',
|
||||
'chin',
|
||||
'christian',
|
||||
'cliff',
|
||||
'crystal',
|
||||
'daisy',
|
||||
'dawn',
|
||||
'dean',
|
||||
'deja',
|
||||
'dick',
|
||||
'dixie',
|
||||
'dolly',
|
||||
'earl',
|
||||
'eddy',
|
||||
'emir',
|
||||
'eula',
|
||||
'eve',
|
||||
'faith',
|
||||
'fern',
|
||||
'flo',
|
||||
'gail',
|
||||
'gene',
|
||||
'grant',
|
||||
"guy",
|
||||
'hall',
|
||||
'hazel',
|
||||
'hill',
|
||||
'holly',
|
||||
// 'hope',
|
||||
'jade',
|
||||
'jasmine',
|
||||
'jay',
|
||||
'jean',
|
||||
'jewel',
|
||||
'jolie',
|
||||
'joy',
|
||||
'kelvin',
|
||||
'king',
|
||||
'kitty',
|
||||
'lane',
|
||||
'leo',
|
||||
'lily',
|
||||
'max',
|
||||
'maya',
|
||||
'melody',
|
||||
'miles',
|
||||
'olive',
|
||||
'patsy',
|
||||
'page',
|
||||
'pearl',
|
||||
'penny',
|
||||
'pol',
|
||||
'ray',
|
||||
'reed',
|
||||
'rex',
|
||||
'robin',
|
||||
'rod',
|
||||
'rose',
|
||||
'ruby',
|
||||
'sky',
|
||||
'sonny',
|
||||
'summer',
|
||||
'trinity',
|
||||
'van',
|
||||
'viola',
|
||||
'violet',
|
||||
'wang',
|
||||
'ward',
|
||||
'venus',
|
||||
"dj",
|
||||
"paddy",
|
||||
"herb",
|
||||
"fanny",
|
||||
"norm",
|
||||
"bo",
|
||||
"bud",
|
||||
"finn",
|
||||
"mat",
|
||||
"mats",
|
||||
"nat",
|
||||
"hunter",
|
||||
"ward",
|
||||
"dean",
|
||||
"gill",
|
||||
"chambers",
|
||||
"watts",
|
||||
"banks",
|
||||
"fields",
|
||||
"miles",
|
||||
"potter",
|
||||
]
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
// cities
|
||||
export default [
|
||||
'alexandria',
|
||||
'austin',
|
||||
'darwin',
|
||||
'diego',
|
||||
'hamilton',
|
||||
'houston',
|
||||
'jordan',
|
||||
'kent',
|
||||
'kobe',
|
||||
'orlando',
|
||||
'salvador',
|
||||
'samara',
|
||||
'santiago',
|
||||
'sydney',
|
||||
'victoria',
|
||||
'virginia',
|
||||
]
|
||||
@@ -0,0 +1,39 @@
|
||||
// words that can be a verb or a person's name
|
||||
export default [
|
||||
// clues: [person, verb],
|
||||
// fallback: 'PresentTense', //maybe?
|
||||
'biff',
|
||||
'blaze',
|
||||
'blossom',
|
||||
'bob',
|
||||
'buck',
|
||||
'chase',
|
||||
'chuck',
|
||||
'drew',
|
||||
'foster',
|
||||
'grace',
|
||||
'grant',
|
||||
'jack',
|
||||
'lance',
|
||||
'mack',
|
||||
'mark',
|
||||
'marshal',
|
||||
'nick',
|
||||
'ollie',
|
||||
'pat',
|
||||
'peg',
|
||||
'pierce',
|
||||
'rob',
|
||||
'spike',
|
||||
'stew',
|
||||
'sue',
|
||||
'skip',
|
||||
'wade',
|
||||
// 'hope',
|
||||
// 'trace',
|
||||
// 'bill',
|
||||
// 'will',
|
||||
// 'sung'
|
||||
// 'may'
|
||||
// 'peter',
|
||||
]
|
||||
@@ -0,0 +1,51 @@
|
||||
export default [
|
||||
'cm',
|
||||
'cup',
|
||||
'cups',
|
||||
'feet',
|
||||
'foot',
|
||||
'ft',
|
||||
'gal',
|
||||
'gb',
|
||||
'hg',
|
||||
'inch',
|
||||
'inches',
|
||||
'k',
|
||||
'kb',
|
||||
'kelvin',
|
||||
'kg',
|
||||
'kb',
|
||||
'km',
|
||||
'lb',
|
||||
'm',
|
||||
'mb',
|
||||
'mg',
|
||||
'mi',
|
||||
'hz',
|
||||
'mps',
|
||||
'mph',
|
||||
'miles',
|
||||
'ml',
|
||||
'mm',
|
||||
'mph',
|
||||
'newton',
|
||||
'newtons',
|
||||
'oz',
|
||||
'pa',
|
||||
// 'pound',
|
||||
// 'pounds',
|
||||
'pt',
|
||||
'px',
|
||||
'qt',
|
||||
'tablespoon',
|
||||
'tablespoons',
|
||||
'tb',
|
||||
'tbl',
|
||||
'tbsp',
|
||||
'teaspoon',
|
||||
'teaspoons',
|
||||
'tsp',
|
||||
'yard',
|
||||
'yards',
|
||||
'yd',
|
||||
]
|
||||
@@ -0,0 +1,792 @@
|
||||
export default [
|
||||
'abandon',
|
||||
'abet',
|
||||
'abide',
|
||||
'abolish',
|
||||
'abort',
|
||||
'abound',
|
||||
'abscond',
|
||||
'absolve',
|
||||
'accept',
|
||||
'acclimate',
|
||||
'accommodate',
|
||||
'accompany',
|
||||
'accomplish',
|
||||
'accost',
|
||||
'accrue',
|
||||
'accuse',
|
||||
'accustom',
|
||||
'achieve',
|
||||
'acknowledge',
|
||||
'acquiesce',
|
||||
'acquire',
|
||||
'activate',
|
||||
'adapt',
|
||||
'adjourn',
|
||||
'adjust',
|
||||
'administer',
|
||||
'admit',
|
||||
'adopt',
|
||||
'adorn',
|
||||
'adsorb',
|
||||
'affix',
|
||||
'afford',
|
||||
'agree',
|
||||
'align',
|
||||
'allege',
|
||||
'allot',
|
||||
'allow',
|
||||
'allude',
|
||||
'amalgamate',
|
||||
'amaze',
|
||||
'amuse',
|
||||
'analyse',
|
||||
'animate',
|
||||
'anneal',
|
||||
'announce',
|
||||
'annoy',
|
||||
'annul',
|
||||
'anticipate',
|
||||
'appear',
|
||||
'appease',
|
||||
'apply',
|
||||
'appoint',
|
||||
'appraise',
|
||||
'approve',
|
||||
'argue',
|
||||
'arise',
|
||||
'arouse',
|
||||
'arrange',
|
||||
'arrive',
|
||||
'aspire',
|
||||
'assail',
|
||||
'assemble',
|
||||
'assert',
|
||||
'assess',
|
||||
'assign',
|
||||
'assure',
|
||||
'astonish',
|
||||
'attach',
|
||||
'attest',
|
||||
'attract',
|
||||
'augment',
|
||||
'automate',
|
||||
'avert',
|
||||
'avoid',
|
||||
'await',
|
||||
'awaken',
|
||||
'babysit',
|
||||
'backfire',
|
||||
'baffle',
|
||||
'bathe',
|
||||
'be',
|
||||
'become',
|
||||
'beg',
|
||||
'begin',
|
||||
'beguile',
|
||||
'behave',
|
||||
'behead',
|
||||
'behold',
|
||||
'believe',
|
||||
'belittle',
|
||||
'bequeath',
|
||||
'bestow',
|
||||
'betray',
|
||||
'bewilder',
|
||||
'bide',
|
||||
'bleed',
|
||||
'blow',
|
||||
'boil',
|
||||
'bolster',
|
||||
'bombard',
|
||||
'borrow',
|
||||
'bother',
|
||||
'brake',
|
||||
'breastfeed',
|
||||
'breathe',
|
||||
'bring',
|
||||
'broaden',
|
||||
'build',
|
||||
'burst',
|
||||
'bury',
|
||||
'buy',
|
||||
'cancel',
|
||||
'careen',
|
||||
'cater',
|
||||
'caulk',
|
||||
'cease',
|
||||
'cherish',
|
||||
'chew',
|
||||
'chirp',
|
||||
'choose',
|
||||
'chop',
|
||||
'circumvent',
|
||||
'cite',
|
||||
'cleanse',
|
||||
'cling',
|
||||
'coalesce',
|
||||
'coerce',
|
||||
'coexist',
|
||||
'cohabit',
|
||||
'coincide',
|
||||
'collect',
|
||||
'collide',
|
||||
'collude',
|
||||
'combust',
|
||||
'come',
|
||||
'commence',
|
||||
'compel',
|
||||
'compete',
|
||||
'compile',
|
||||
'comply',
|
||||
'conceal',
|
||||
'conceive',
|
||||
'conclude',
|
||||
'concur',
|
||||
'condemn',
|
||||
'condense',
|
||||
'condone',
|
||||
'confess',
|
||||
'confide',
|
||||
'configure',
|
||||
'confirm',
|
||||
'conform',
|
||||
'confront',
|
||||
'confuse',
|
||||
'conjure',
|
||||
'connote',
|
||||
'conquer',
|
||||
'conserve',
|
||||
'consider',
|
||||
'consist',
|
||||
'consolidate',
|
||||
'conspire',
|
||||
'constitute',
|
||||
'consult',
|
||||
'contain',
|
||||
'continue',
|
||||
'contribute',
|
||||
'convene',
|
||||
'converge',
|
||||
'convey',
|
||||
'convince',
|
||||
'corrode',
|
||||
'crave',
|
||||
'create',
|
||||
'cripple',
|
||||
'crumble',
|
||||
'curtail',
|
||||
'dampen',
|
||||
'darken',
|
||||
'daunt',
|
||||
'deafen',
|
||||
'debark',
|
||||
'debrief',
|
||||
'debug',
|
||||
'debunk',
|
||||
'deceive',
|
||||
'decide',
|
||||
'decimate',
|
||||
'decipher',
|
||||
'declare',
|
||||
'decode',
|
||||
'decommission',
|
||||
'decompose',
|
||||
'decouple',
|
||||
'decree',
|
||||
'decry',
|
||||
'decrypt',
|
||||
'deduct',
|
||||
'deepen',
|
||||
'deface',
|
||||
'define',
|
||||
'deform',
|
||||
'defraud',
|
||||
'defy',
|
||||
'delimit',
|
||||
'deliver',
|
||||
'demean',
|
||||
'demolish',
|
||||
'denote',
|
||||
'denounce',
|
||||
'deny',
|
||||
'depart',
|
||||
'depict',
|
||||
'deplore',
|
||||
'deploy',
|
||||
'deport',
|
||||
'derail',
|
||||
'derive',
|
||||
'desist',
|
||||
'detach',
|
||||
'develop',
|
||||
'devolve',
|
||||
'diagnose',
|
||||
'die',
|
||||
'differ',
|
||||
'dig',
|
||||
'diminish',
|
||||
'dine',
|
||||
'disable',
|
||||
'disarm',
|
||||
'disband',
|
||||
'disburse',
|
||||
'discard',
|
||||
'discern',
|
||||
'disclaim',
|
||||
'disclose',
|
||||
'discourage',
|
||||
'discover',
|
||||
'discuss',
|
||||
'dislodge',
|
||||
'dismantle',
|
||||
'dispense',
|
||||
'disperse',
|
||||
'displace',
|
||||
'displease',
|
||||
'dispose',
|
||||
'disprove',
|
||||
'disrupt',
|
||||
'dissolve',
|
||||
'dissuade',
|
||||
'distil',
|
||||
'distill',
|
||||
'distinguish',
|
||||
'distort',
|
||||
'disturb',
|
||||
'diverge',
|
||||
'divert',
|
||||
'divest',
|
||||
'divulge',
|
||||
'do',
|
||||
'draw',
|
||||
'dredge',
|
||||
'drown',
|
||||
'dwindle',
|
||||
'earmark',
|
||||
'earn',
|
||||
'eat',
|
||||
'edit',
|
||||
'elapse',
|
||||
'elect',
|
||||
'elucidate',
|
||||
'elude',
|
||||
'embalm',
|
||||
'embark',
|
||||
'embody',
|
||||
'embrace',
|
||||
'embroider',
|
||||
'embroil',
|
||||
'emerge',
|
||||
'emphasize',
|
||||
'empower',
|
||||
'enable',
|
||||
'enact',
|
||||
'encircle',
|
||||
'enclose',
|
||||
'encourage',
|
||||
'encroach',
|
||||
'encrypt',
|
||||
'encumber',
|
||||
'endanger',
|
||||
'endorse',
|
||||
'endow',
|
||||
'endure',
|
||||
'enforce',
|
||||
'engage',
|
||||
'engender',
|
||||
'engrave',
|
||||
'engulf',
|
||||
'enhance',
|
||||
'enjoy',
|
||||
'enlarge',
|
||||
'enlist',
|
||||
'enquire',
|
||||
'enrich',
|
||||
'enrol',
|
||||
'enroll',
|
||||
'ensue',
|
||||
'ensure',
|
||||
'enter',
|
||||
'entice',
|
||||
'entrain',
|
||||
'entrench',
|
||||
'entrust',
|
||||
'envelop',
|
||||
'envisage',
|
||||
'envision',
|
||||
'equip',
|
||||
'erase',
|
||||
'erupt',
|
||||
'eschew',
|
||||
'espouse',
|
||||
'establish',
|
||||
'etch',
|
||||
'evaluate',
|
||||
'evoke',
|
||||
'evolve',
|
||||
'exalt',
|
||||
'examine',
|
||||
'exceed',
|
||||
'exclaim',
|
||||
'exclude',
|
||||
'exert',
|
||||
'exhale',
|
||||
'exhort',
|
||||
'exhume',
|
||||
'exist',
|
||||
'exit',
|
||||
'expect',
|
||||
'expedite',
|
||||
'expel',
|
||||
'expire',
|
||||
'explain',
|
||||
'exploit',
|
||||
'explore',
|
||||
'expose',
|
||||
'expunge',
|
||||
'extinguish',
|
||||
'extol',
|
||||
'exude',
|
||||
'falter',
|
||||
'fasten',
|
||||
'ferment',
|
||||
'find',
|
||||
'flatter',
|
||||
'flee',
|
||||
'fling',
|
||||
'forbid',
|
||||
'foreclose',
|
||||
'forego',
|
||||
'foreshadow',
|
||||
'forewarn',
|
||||
'forfeit',
|
||||
'forge',
|
||||
'forget',
|
||||
'forgive',
|
||||
'forsake',
|
||||
'forsee',
|
||||
'freeze',
|
||||
'freshen',
|
||||
'frighten',
|
||||
'frolic',
|
||||
'fulfil',
|
||||
'fundraise',
|
||||
'furnish',
|
||||
'gather',
|
||||
'get',
|
||||
'give',
|
||||
'glean',
|
||||
'go',
|
||||
'govern',
|
||||
'grab',
|
||||
'grapple',
|
||||
'graze',
|
||||
'greet',
|
||||
'grow',
|
||||
'hamper',
|
||||
'hang',
|
||||
'happen',
|
||||
'harangue',
|
||||
'harass',
|
||||
'hasten',
|
||||
'have',
|
||||
'hear',
|
||||
'heighten',
|
||||
'hide',
|
||||
'hijack',
|
||||
'hinder',
|
||||
'hoist',
|
||||
'hurt',
|
||||
'ignore',
|
||||
'imbue',
|
||||
'immerse',
|
||||
'impale',
|
||||
'impart',
|
||||
'imperil',
|
||||
'impinge',
|
||||
'imply',
|
||||
'import',
|
||||
'impose',
|
||||
'impoverish',
|
||||
'impress',
|
||||
'imprison',
|
||||
'improve',
|
||||
'incite',
|
||||
'include',
|
||||
'indicate',
|
||||
'indulge',
|
||||
'infest',
|
||||
'inform',
|
||||
'infuse',
|
||||
'ingest',
|
||||
'inhabit',
|
||||
'inhibit',
|
||||
'initiate',
|
||||
'injure',
|
||||
'inquire',
|
||||
'insist',
|
||||
'inspire',
|
||||
'install',
|
||||
'instil',
|
||||
'instruct',
|
||||
'insure',
|
||||
'interact',
|
||||
'intern',
|
||||
'interpret',
|
||||
'interrupt',
|
||||
'intimidate',
|
||||
'intoxicate',
|
||||
'introduce',
|
||||
'intrude',
|
||||
'inundate',
|
||||
'invade',
|
||||
'invent',
|
||||
'invert',
|
||||
'invest',
|
||||
'invoke',
|
||||
'involve',
|
||||
'irk',
|
||||
'join',
|
||||
'juggle',
|
||||
'juxtapose',
|
||||
'keep',
|
||||
'kidnap',
|
||||
'kneel',
|
||||
'know',
|
||||
'languish',
|
||||
'launder',
|
||||
'learn',
|
||||
'leave',
|
||||
'lend',
|
||||
'lengthen',
|
||||
'lessen',
|
||||
'like',
|
||||
'linger',
|
||||
'liquefy',
|
||||
'liquidate',
|
||||
'liven',
|
||||
'lose',
|
||||
'lurk',
|
||||
'maim',
|
||||
'maintain',
|
||||
'make',
|
||||
'manage',
|
||||
'meet',
|
||||
'mimic',
|
||||
'mimick',
|
||||
'mince',
|
||||
'mingle',
|
||||
'minus',
|
||||
'misplace',
|
||||
'molest',
|
||||
'mourn',
|
||||
'mow',
|
||||
'multiply',
|
||||
'nourish',
|
||||
'obey',
|
||||
'observe',
|
||||
'obsess',
|
||||
'obtain',
|
||||
'occupy',
|
||||
'occur',
|
||||
'omit',
|
||||
'operate',
|
||||
'opine',
|
||||
'oppose',
|
||||
'outgrow',
|
||||
'outnumber',
|
||||
'outpace',
|
||||
'overlap',
|
||||
'oversee',
|
||||
'overshadow',
|
||||
'overturn',
|
||||
'overuse',
|
||||
'overwhelm',
|
||||
'owe',
|
||||
'pamper',
|
||||
'paralyse',
|
||||
'participate',
|
||||
'patrol',
|
||||
'pave',
|
||||
'perceive',
|
||||
'perform',
|
||||
'perish',
|
||||
'permeate',
|
||||
'perplex',
|
||||
'persevere',
|
||||
'persist',
|
||||
'persuade',
|
||||
'pervade',
|
||||
'pinpoint',
|
||||
'plummet',
|
||||
'poach',
|
||||
'pollute',
|
||||
'portray',
|
||||
'possess',
|
||||
'preach',
|
||||
'preclude',
|
||||
'predetermine',
|
||||
'predict',
|
||||
'prefer',
|
||||
'preoccupy',
|
||||
'presuppose',
|
||||
'prevail',
|
||||
'prevent',
|
||||
'proclaim',
|
||||
'procure',
|
||||
'prod',
|
||||
'profess',
|
||||
'prohibit',
|
||||
'promote',
|
||||
'pronounce',
|
||||
'propose',
|
||||
'prosper',
|
||||
'protrude',
|
||||
'prove',
|
||||
'provide',
|
||||
'provoke',
|
||||
'publish',
|
||||
'puke',
|
||||
'punish',
|
||||
'purport',
|
||||
'pursuant',
|
||||
'pursue',
|
||||
'put',
|
||||
'quash',
|
||||
'quench',
|
||||
'quit',
|
||||
'quote',
|
||||
'rattle',
|
||||
'ravish',
|
||||
'react',
|
||||
'read',
|
||||
'realise',
|
||||
'realize',
|
||||
'reap',
|
||||
'reboot',
|
||||
'rebuff',
|
||||
'receive',
|
||||
'reckon',
|
||||
'reclaim',
|
||||
'recognize',
|
||||
'reconcile',
|
||||
'recoup',
|
||||
'recover',
|
||||
'recycle',
|
||||
'redact',
|
||||
'reduce',
|
||||
'refinance',
|
||||
'refine',
|
||||
'reflect',
|
||||
'refocus',
|
||||
'refract',
|
||||
'refresh',
|
||||
'refuel',
|
||||
'refurbish',
|
||||
'regroup',
|
||||
'rehearse',
|
||||
'reheat',
|
||||
'reimburse',
|
||||
'reinforce',
|
||||
'rejoice',
|
||||
'relate',
|
||||
'relent',
|
||||
'relieve',
|
||||
'relinquish',
|
||||
'relive',
|
||||
'reload',
|
||||
'rely',
|
||||
'remain',
|
||||
'remember',
|
||||
'remove',
|
||||
'render',
|
||||
'renew',
|
||||
'renounce',
|
||||
'repel',
|
||||
'rephrase',
|
||||
'replace',
|
||||
'replenish',
|
||||
'replicate',
|
||||
'represent',
|
||||
'require',
|
||||
'resemble',
|
||||
'resent',
|
||||
'reside',
|
||||
'resign',
|
||||
'resist',
|
||||
'respond',
|
||||
'restock',
|
||||
'restrain',
|
||||
'restrict',
|
||||
'restructure',
|
||||
'resurface',
|
||||
'retire',
|
||||
'retrieve',
|
||||
'retrofit',
|
||||
'reup', //'re-up'
|
||||
'revamp',
|
||||
'revel',
|
||||
'revere',
|
||||
'revert',
|
||||
'revisit',
|
||||
'revive',
|
||||
'revoke',
|
||||
'revolve',
|
||||
'rid',
|
||||
'ripen',
|
||||
'roam',
|
||||
'rot',
|
||||
'rout',
|
||||
'ruin',
|
||||
'sadden',
|
||||
'satisfy',
|
||||
'say',
|
||||
'scavenge',
|
||||
'sculpt',
|
||||
'see',
|
||||
'seek',
|
||||
'seem',
|
||||
'sell',
|
||||
'send',
|
||||
'sequester',
|
||||
'sever',
|
||||
'sew',
|
||||
'shake',
|
||||
'sharpen',
|
||||
'shatter',
|
||||
'shine',
|
||||
'shoot',
|
||||
'shorten',
|
||||
'shrink',
|
||||
'shrivel',
|
||||
'shun',
|
||||
'sift',
|
||||
'sing',
|
||||
'sit',
|
||||
'slam',
|
||||
'slay',
|
||||
'slide',
|
||||
'smuggle',
|
||||
'snatch',
|
||||
'sneak',
|
||||
'sniff',
|
||||
'solicit',
|
||||
'solve',
|
||||
'soothe',
|
||||
'sow',
|
||||
'spawn',
|
||||
'speak',
|
||||
'spend',
|
||||
'spit',
|
||||
'splay',
|
||||
'spoil',
|
||||
'spoof',
|
||||
'spring',
|
||||
'squander',
|
||||
'squish',
|
||||
'stab',
|
||||
'stagger',
|
||||
'startle',
|
||||
'starve',
|
||||
'steal',
|
||||
'stiffen',
|
||||
'stifle',
|
||||
'sting',
|
||||
'strangle',
|
||||
'strengthen',
|
||||
'strew',
|
||||
'strive',
|
||||
'sublimate',
|
||||
'submerge',
|
||||
'submit',
|
||||
'subside',
|
||||
'subsist',
|
||||
'subvert',
|
||||
'succeed',
|
||||
'succumb',
|
||||
'suffer',
|
||||
'suffice',
|
||||
'suggest',
|
||||
'summarise',
|
||||
'summon',
|
||||
'suppose',
|
||||
'suppress',
|
||||
'surmount',
|
||||
'surpass',
|
||||
'survive',
|
||||
'swallow',
|
||||
'sweep',
|
||||
'sweeten',
|
||||
'swim',
|
||||
'tackle',
|
||||
'tailor',
|
||||
'take part',
|
||||
'take',
|
||||
'tamper',
|
||||
'tarnish',
|
||||
'teach',
|
||||
'tease',
|
||||
'tempt',
|
||||
'thank',
|
||||
'think',
|
||||
'threaten',
|
||||
'thrive',
|
||||
'thwart',
|
||||
'topple',
|
||||
'toughen',
|
||||
'traffick',
|
||||
'trample',
|
||||
'transact',
|
||||
'transform',
|
||||
'transpire',
|
||||
'transport',
|
||||
'tremble',
|
||||
'tumble',
|
||||
'uncover',
|
||||
'undercut',
|
||||
'undergo',
|
||||
'understand',
|
||||
'undervalue',
|
||||
'underwhelm',
|
||||
'undo',
|
||||
'unearth',
|
||||
'unfounded',
|
||||
'unleash',
|
||||
'unlock',
|
||||
'unplug',
|
||||
'unravel',
|
||||
'untie',
|
||||
'unveil',
|
||||
'uphold',
|
||||
'uplift',
|
||||
'validate',
|
||||
'vanish',
|
||||
'vary',
|
||||
'vie',
|
||||
'waive',
|
||||
'wake',
|
||||
'wander',
|
||||
'want',
|
||||
'warn',
|
||||
'weave',
|
||||
'wed',
|
||||
'weep',
|
||||
'widen',
|
||||
'wield',
|
||||
'withdraw',
|
||||
'wither',
|
||||
'worsen',
|
||||
'wreak',
|
||||
'wrestle',
|
||||
'wring',
|
||||
'write',
|
||||
'giggle',
|
||||
'sway',
|
||||
'constrain',
|
||||
'abduct',
|
||||
'attain',
|
||||
'pound',
|
||||
'consume',
|
||||
'befriend',
|
||||
]
|
||||
@@ -0,0 +1,16 @@
|
||||
export default [
|
||||
'can',
|
||||
'could',
|
||||
'lets', //arguable
|
||||
// 'may',
|
||||
'might',
|
||||
'must',
|
||||
'ought to',
|
||||
'ought',
|
||||
'oughta',
|
||||
'shall',
|
||||
'shant',
|
||||
'should',
|
||||
'will',
|
||||
'would',
|
||||
]
|
||||
@@ -0,0 +1,78 @@
|
||||
export default [
|
||||
// -- participle forms--
|
||||
'arisen',
|
||||
'awaken',
|
||||
'awoken',
|
||||
'beaten',
|
||||
'been',
|
||||
'begun',
|
||||
'bitten',
|
||||
'blown',
|
||||
'broken',
|
||||
'built',
|
||||
'chosen',
|
||||
'clung',
|
||||
// 'done',
|
||||
'dove',
|
||||
'drawn',
|
||||
'dreamt',
|
||||
'driven',
|
||||
// 'drunk',
|
||||
'eaten',
|
||||
'fallen',
|
||||
'flown',
|
||||
'forbidden',
|
||||
'forgiven',
|
||||
'forgotten',
|
||||
'forsaken',
|
||||
'forseen',
|
||||
'frozen',
|
||||
'given',
|
||||
'gone',
|
||||
'gotten',
|
||||
'grown',
|
||||
'hasten',
|
||||
'hidden',
|
||||
'known',
|
||||
'outdone',
|
||||
'outgrown',
|
||||
'overdone',
|
||||
'overseen',
|
||||
'overtaken',
|
||||
'overthrown',
|
||||
'proven',
|
||||
'rewritten',
|
||||
'ridden',
|
||||
'risen',
|
||||
'rung',
|
||||
'seen',
|
||||
'sewn',
|
||||
'shaken',
|
||||
'shone',
|
||||
'shown',
|
||||
'shrunk',
|
||||
'slain',
|
||||
'sought',
|
||||
'sown',
|
||||
'spilt',
|
||||
'spoken',
|
||||
'stolen',
|
||||
'strewn',
|
||||
'sung',
|
||||
'sunk',
|
||||
'sworn',
|
||||
'swum',
|
||||
'taken',
|
||||
'thrown',
|
||||
'torn',
|
||||
'undergone',
|
||||
'undone',
|
||||
'uprisen',
|
||||
'waken',
|
||||
'withdrawn',
|
||||
'woken',
|
||||
'worn',
|
||||
'woven',
|
||||
'written',
|
||||
'wrung',
|
||||
]
|
||||
@@ -0,0 +1,954 @@
|
||||
// phrasal verbs are two words that really mean one verb.
|
||||
// 'beef up' is one verb, and not some direction of beefing.
|
||||
// this seems like an inefficient way to store it, but the trie compresses by prefix
|
||||
// the first-words are also conjugated as infinitives, so mind that
|
||||
// by @spencermountain, 2015 mit
|
||||
// many credits to http://www.allmyphrasalverbs.com/
|
||||
|
||||
export default [
|
||||
'act out',
|
||||
'air out',
|
||||
'act up',
|
||||
'add down',
|
||||
'add off',
|
||||
'add on',
|
||||
'add up',
|
||||
'ask around',
|
||||
'ask out',
|
||||
'auction off',
|
||||
'back away',
|
||||
'back down',
|
||||
'back out',
|
||||
'back off',
|
||||
'back in',
|
||||
'back up',
|
||||
'bail out',
|
||||
'bang in',
|
||||
'bang out',
|
||||
'bank on',
|
||||
'bargain on',
|
||||
'barge in',
|
||||
'barge out',
|
||||
'bash in',
|
||||
'bash out',
|
||||
'be off',
|
||||
'be onto',
|
||||
'belt out',
|
||||
'bear out',
|
||||
'bear down',
|
||||
'beat down',
|
||||
'beat in',
|
||||
'beat off',
|
||||
'beat out',
|
||||
'beat up',
|
||||
'beef up',
|
||||
'bend down',
|
||||
'bend over',
|
||||
'bend up',
|
||||
'bite off',
|
||||
'black out',
|
||||
'blank out',
|
||||
'blast off',
|
||||
'bleed out',
|
||||
'block in',
|
||||
'block off',
|
||||
'block out',
|
||||
'blow away',
|
||||
'blow back',
|
||||
'blow down',
|
||||
'blow out',
|
||||
'blow up',
|
||||
'blurt out',
|
||||
'board up',
|
||||
'bore down',
|
||||
'bog down',
|
||||
'bog up',
|
||||
'boil down',
|
||||
'boil up',
|
||||
'bone up',
|
||||
'book in',
|
||||
'book out',
|
||||
'boot up',
|
||||
'boss around',
|
||||
'bottle down',
|
||||
'bottle up',
|
||||
'bounce away',
|
||||
'bounce back',
|
||||
'box in',
|
||||
'box out',
|
||||
'branch out',
|
||||
'break down',
|
||||
'break in',
|
||||
'break out',
|
||||
'break up',
|
||||
'brighten up',
|
||||
'bring about',
|
||||
'bring along',
|
||||
'bring around',
|
||||
'bring away',
|
||||
'bring back',
|
||||
'bring down',
|
||||
'bring forth',
|
||||
'bring in',
|
||||
'bring out',
|
||||
'bring up',
|
||||
'bring on',
|
||||
'bring under',
|
||||
'brush off',
|
||||
'brush up',
|
||||
'bubble over',
|
||||
'buckle down',
|
||||
'buckle up',
|
||||
'build up',
|
||||
'bulk down',
|
||||
'bulk up',
|
||||
'bundle down',
|
||||
'bundle up',
|
||||
'burn in',
|
||||
'burn off',
|
||||
'burn out',
|
||||
'burst in',
|
||||
'burst out',
|
||||
'bust down',
|
||||
'bust in',
|
||||
'bust out',
|
||||
'bust up',
|
||||
'butt in',
|
||||
'butt out',
|
||||
'buy out',
|
||||
'buy up',
|
||||
'buzz off',
|
||||
'call around',
|
||||
'call away',
|
||||
'call back',
|
||||
'call down',
|
||||
'call off',
|
||||
'call on',
|
||||
'call up',
|
||||
'call out',
|
||||
'calm down',
|
||||
'cancel out',
|
||||
'carry away',
|
||||
'carry off',
|
||||
'carry on',
|
||||
'carry out',
|
||||
'carve down',
|
||||
'carve in',
|
||||
'carve out',
|
||||
'carve up',
|
||||
'cash in',
|
||||
'cash out',
|
||||
'cast doubt',
|
||||
'cast off',
|
||||
'catch off',
|
||||
'catch on',
|
||||
'catch up',
|
||||
'cave in',
|
||||
'check in',
|
||||
'check out',
|
||||
'cheer on',
|
||||
'cheer up',
|
||||
'chat up',
|
||||
'chew up',
|
||||
'chew out',
|
||||
'chill out',
|
||||
'chip in',
|
||||
'clean down',
|
||||
'clean up',
|
||||
'clear up',
|
||||
'clear out',
|
||||
'close up',
|
||||
'close off',
|
||||
'close out',
|
||||
'close in',
|
||||
'come apart',
|
||||
'come around',
|
||||
'come away',
|
||||
'come back',
|
||||
'come by',
|
||||
'come forth',
|
||||
'come forward',
|
||||
'come in',
|
||||
'come off',
|
||||
'come up',
|
||||
'come out',
|
||||
'come over',
|
||||
'come together',
|
||||
'come through',
|
||||
'come under',
|
||||
'come true',
|
||||
'cook down',
|
||||
'cook up',
|
||||
'cool down',
|
||||
'cool off',
|
||||
'count off',
|
||||
'count on',
|
||||
'crack on',
|
||||
'creep by',
|
||||
'creep down',
|
||||
'creep in',
|
||||
'creep on',
|
||||
'creep out',
|
||||
'creep up',
|
||||
'cross in',
|
||||
'crowd out',
|
||||
'cross out',
|
||||
'cry out',
|
||||
'cut away',
|
||||
'cut back',
|
||||
'cut down',
|
||||
'cut out',
|
||||
'cut up',
|
||||
'cut off',
|
||||
'die down',
|
||||
'dam up',
|
||||
'dole out',
|
||||
'do over',
|
||||
'double down',
|
||||
'double up',
|
||||
'drum up',
|
||||
'drag on',
|
||||
'draw on',
|
||||
'dress down',
|
||||
'dress up',
|
||||
'drop away',
|
||||
'drop back',
|
||||
'drop by',
|
||||
'drop in',
|
||||
'drop off',
|
||||
'drop out',
|
||||
'eat in',
|
||||
'eat out',
|
||||
'eat up',
|
||||
'edge out',
|
||||
'end off',
|
||||
'end up',
|
||||
'eye up',
|
||||
'face down',
|
||||
'face off',
|
||||
'face up',
|
||||
'fall apart',
|
||||
'fall back',
|
||||
'fall behind',
|
||||
'fall down',
|
||||
'fall in',
|
||||
'fall off',
|
||||
'fall out',
|
||||
'fall over',
|
||||
'fall through',
|
||||
'fall short',
|
||||
'fall victim',
|
||||
'farm out',
|
||||
'fatten up',
|
||||
'feed off',
|
||||
'feed on',
|
||||
'feel up',
|
||||
'fence in',
|
||||
'fence out',
|
||||
'fend for',
|
||||
'fend off',
|
||||
'fess up',
|
||||
'fight back',
|
||||
'figure out',
|
||||
'file away',
|
||||
'file for',
|
||||
'file in',
|
||||
'file out',
|
||||
'fill down',
|
||||
'fill in',
|
||||
'fill out',
|
||||
'fill up',
|
||||
'find out',
|
||||
'finish up',
|
||||
'fire away',
|
||||
'fire back',
|
||||
'fire up',
|
||||
'firm up',
|
||||
'fish out',
|
||||
'fish up',
|
||||
'fizzle out',
|
||||
'flag down',
|
||||
'flag up',
|
||||
'flake out',
|
||||
'flame out',
|
||||
'flame up',
|
||||
'flare out',
|
||||
'flare up',
|
||||
'flatten down',
|
||||
'flesh out',
|
||||
'flip out',
|
||||
'fork over',
|
||||
'fold down',
|
||||
'fold up',
|
||||
'fog up',
|
||||
'follow up',
|
||||
'fool about',
|
||||
'fool around',
|
||||
'fool with',
|
||||
'free up',
|
||||
'freeze up',
|
||||
'freshen up',
|
||||
'frighten away',
|
||||
'frighten off',
|
||||
'frown on',
|
||||
'fry up',
|
||||
'fuck up',
|
||||
'fuck around',
|
||||
'fuel down',
|
||||
'fuel up',
|
||||
'gad about',
|
||||
'gang up',
|
||||
'gear down',
|
||||
'gear up',
|
||||
'geek out',
|
||||
'get across',
|
||||
'get ahead',
|
||||
'get along',
|
||||
'get around',
|
||||
'get at',
|
||||
'get away',
|
||||
'get back',
|
||||
'get by',
|
||||
'get down',
|
||||
'get in',
|
||||
'get off',
|
||||
'get on',
|
||||
'get out',
|
||||
'get over',
|
||||
'get round',
|
||||
'get up',
|
||||
'give away',
|
||||
'give back',
|
||||
'give birth',
|
||||
'give down',
|
||||
'give in',
|
||||
'give off',
|
||||
'give on',
|
||||
'give out',
|
||||
'give rise',
|
||||
'give up',
|
||||
'give way',
|
||||
'gloss over',
|
||||
'go about',
|
||||
'go after',
|
||||
'go ahead',
|
||||
'go away',
|
||||
'go back',
|
||||
'go by',
|
||||
'go it',
|
||||
'go off',
|
||||
'go on',
|
||||
'go over',
|
||||
'go round',
|
||||
'go through',
|
||||
'go under',
|
||||
'goof off',
|
||||
'goof up',
|
||||
'grind down',
|
||||
'grind off',
|
||||
'grind on',
|
||||
'grind up',
|
||||
'grow down',
|
||||
'grow in',
|
||||
'grow out',
|
||||
'grow up',
|
||||
'gun for',
|
||||
'hack up',
|
||||
'hash out',
|
||||
'ham up',
|
||||
'hand down',
|
||||
'hand in',
|
||||
'hand out',
|
||||
'hand over',
|
||||
'hang down',
|
||||
'hang in',
|
||||
'hang out',
|
||||
'hang up',
|
||||
'hang on',
|
||||
'hanker for',
|
||||
'have at',
|
||||
'have it',
|
||||
'have to',
|
||||
'haze over',
|
||||
'head in',
|
||||
'head off',
|
||||
'head on',
|
||||
'head out',
|
||||
'head over',
|
||||
'head under',
|
||||
'head for',
|
||||
'heal over',
|
||||
'hear from',
|
||||
'hear of',
|
||||
'heat up',
|
||||
'help out',
|
||||
'hide away',
|
||||
'hide out',
|
||||
'hit back',
|
||||
'hit on',
|
||||
'hit up',
|
||||
'hold back',
|
||||
'hold down',
|
||||
'hold dear',
|
||||
'hold fast',
|
||||
'hold off',
|
||||
'hold on',
|
||||
'hold out',
|
||||
'hold over',
|
||||
'hold up',
|
||||
'hole up',
|
||||
'hone in',
|
||||
'horse around',
|
||||
'hunker down',
|
||||
'hunt around',
|
||||
'hunt down',
|
||||
'hurry up',
|
||||
'hush down',
|
||||
'hush up',
|
||||
'iron out',
|
||||
'jack in',
|
||||
'jack off',
|
||||
'jack out',
|
||||
'jazz up',
|
||||
'joke around',
|
||||
'jot down',
|
||||
'juice up',
|
||||
'jump in',
|
||||
'keel over',
|
||||
'keep away',
|
||||
'keep back',
|
||||
'keep down',
|
||||
'keep from',
|
||||
'keep in',
|
||||
'keep off',
|
||||
'keep on',
|
||||
'keep out',
|
||||
'keep to',
|
||||
'keep up',
|
||||
'key in',
|
||||
'key up',
|
||||
'kick off',
|
||||
'kick out',
|
||||
'kick up',
|
||||
'knock down',
|
||||
'knock off',
|
||||
'knock out',
|
||||
'knock up',
|
||||
'lace up',
|
||||
'lap up',
|
||||
'lash into',
|
||||
'lash out',
|
||||
'latch on',
|
||||
'laugh off',
|
||||
'lay off',
|
||||
'lay on',
|
||||
'lay down',
|
||||
'lean in',
|
||||
'leave in',
|
||||
'leave open',
|
||||
'leave out',
|
||||
'let down',
|
||||
'let go',
|
||||
'let in',
|
||||
'let out',
|
||||
'let up',
|
||||
'level off',
|
||||
'level out',
|
||||
'lie around',
|
||||
'lie down',
|
||||
'lie in',
|
||||
'light up',
|
||||
'lighten up',
|
||||
'line up',
|
||||
'link up',
|
||||
'listen out',
|
||||
'listen up',
|
||||
'live off',
|
||||
'live up',
|
||||
'live out',
|
||||
'load down',
|
||||
'load up',
|
||||
'lock down',
|
||||
'lock in',
|
||||
'lock out',
|
||||
'lock up',
|
||||
'log in',
|
||||
'log off',
|
||||
'log on',
|
||||
'log out',
|
||||
'look after',
|
||||
'look back',
|
||||
'look down',
|
||||
'look forward',
|
||||
'look into',
|
||||
'look over',
|
||||
'look out',
|
||||
'look under',
|
||||
'look up',
|
||||
'loosen up',
|
||||
'lose out',
|
||||
'luck out',
|
||||
'lust over',
|
||||
'make do',
|
||||
'make off',
|
||||
'make out',
|
||||
'make up',
|
||||
'make sure',
|
||||
'make fun',
|
||||
'man down',
|
||||
'man up',
|
||||
'mark down',
|
||||
'mark up',
|
||||
'marry off',
|
||||
'mash up',
|
||||
'max out',
|
||||
'measure up',
|
||||
'melt down',
|
||||
'melt up',
|
||||
'mess about',
|
||||
'mess around',
|
||||
'mess up',
|
||||
'meet up',
|
||||
'miss out',
|
||||
'mix up',
|
||||
'mock up',
|
||||
'monkey with',
|
||||
'mop down',
|
||||
'mop up',
|
||||
'mouth off',
|
||||
'move along',
|
||||
'move away',
|
||||
'move down',
|
||||
'move in',
|
||||
'move out',
|
||||
'move up',
|
||||
'move on',
|
||||
'muddle up',
|
||||
'mull over',
|
||||
'nail down',
|
||||
'narrow down',
|
||||
'nerd out',
|
||||
'nod off',
|
||||
'note down',
|
||||
'open up',
|
||||
'opt in',
|
||||
'opt out',
|
||||
'own up',
|
||||
'pack down',
|
||||
'pack in',
|
||||
'pack out',
|
||||
'pack up',
|
||||
'pair down',
|
||||
'pair off',
|
||||
'pair up',
|
||||
'pan out',
|
||||
'pass away',
|
||||
'pass back',
|
||||
'pass in',
|
||||
'pass off',
|
||||
'pass on',
|
||||
'pass out',
|
||||
'pat down',
|
||||
'patch up',
|
||||
'pay back',
|
||||
'pay off',
|
||||
'peel in',
|
||||
'peel off',
|
||||
'peel out',
|
||||
'pencil in',
|
||||
'pick off',
|
||||
'pick on',
|
||||
'pick out',
|
||||
'pick up',
|
||||
'pig out',
|
||||
'pile on',
|
||||
'pile up',
|
||||
'pin down',
|
||||
'pin up',
|
||||
'pipe down',
|
||||
'pipe up',
|
||||
'play around',
|
||||
'play out',
|
||||
'place under',
|
||||
'plug in',
|
||||
'plump down',
|
||||
'plump up',
|
||||
'point out',
|
||||
'pop down',
|
||||
'pop off',
|
||||
'pop on',
|
||||
'pop up',
|
||||
'pop in',
|
||||
'pore over',
|
||||
'pour down',
|
||||
'power down',
|
||||
'power off',
|
||||
'power on',
|
||||
'power up',
|
||||
'prattle on',
|
||||
'press ahead',
|
||||
'press on',
|
||||
'print out',
|
||||
'prop up',
|
||||
'psych out',
|
||||
'psych up',
|
||||
'punch out',
|
||||
'pull apart',
|
||||
'pull down',
|
||||
'pull in',
|
||||
'pull out',
|
||||
'pull together',
|
||||
'pull up',
|
||||
'pull over',
|
||||
'put apart',
|
||||
'put away',
|
||||
'put back',
|
||||
'put down',
|
||||
'put in',
|
||||
'put off',
|
||||
'put on',
|
||||
'put out',
|
||||
'put together',
|
||||
'put up',
|
||||
'quiet down',
|
||||
'rack up',
|
||||
'rat out',
|
||||
'reach in',
|
||||
'reach out',
|
||||
'read off',
|
||||
'read out',
|
||||
'read over',
|
||||
'read up',
|
||||
'reel off',
|
||||
'rein in',
|
||||
'rent out',
|
||||
'rise up',
|
||||
'ring in',
|
||||
'ring off',
|
||||
'ring out',
|
||||
'rip off',
|
||||
'rip open',
|
||||
'rope off',
|
||||
'roll around',
|
||||
'roll in',
|
||||
'roll out',
|
||||
'roll up',
|
||||
'root about',
|
||||
'root for',
|
||||
'root out',
|
||||
'round out',
|
||||
'rough up',
|
||||
'round off',
|
||||
'rub down',
|
||||
'rub in',
|
||||
'rub out',
|
||||
'rub up',
|
||||
'rule out',
|
||||
'run across',
|
||||
'run away',
|
||||
'run back',
|
||||
'run down',
|
||||
'run in',
|
||||
'run into',
|
||||
'run out',
|
||||
'run over',
|
||||
'run through',
|
||||
'run under',
|
||||
'run up',
|
||||
'run around',
|
||||
'rustle up',
|
||||
'sail off',
|
||||
'save up',
|
||||
'scale down',
|
||||
'scale up',
|
||||
'scout out',
|
||||
'scrape down',
|
||||
'scrape up',
|
||||
'screw off',
|
||||
'screw in',
|
||||
'screw out',
|
||||
'see off',
|
||||
'see out',
|
||||
'see to',
|
||||
'sell off',
|
||||
'sell out',
|
||||
'send away',
|
||||
'send back',
|
||||
'send down',
|
||||
'send in',
|
||||
'send off',
|
||||
'send on',
|
||||
'send out',
|
||||
'send over',
|
||||
'send up',
|
||||
'set down',
|
||||
'set in',
|
||||
'set out',
|
||||
'set up',
|
||||
'set forth',
|
||||
'set upon',
|
||||
'set foot',
|
||||
'settle down',
|
||||
'settle in',
|
||||
'settle out',
|
||||
'settle up',
|
||||
'serve up',
|
||||
'shack up',
|
||||
'shade in',
|
||||
'shake down',
|
||||
'shake up',
|
||||
'shave off',
|
||||
'shoot away',
|
||||
'shoot back',
|
||||
'shoot for',
|
||||
'shoot off',
|
||||
'shoot out',
|
||||
'shout out',
|
||||
'show down',
|
||||
'show off',
|
||||
'show on',
|
||||
'show up',
|
||||
'shut in',
|
||||
'shut out',
|
||||
'shut up',
|
||||
'shut down',
|
||||
'side with',
|
||||
'sign in',
|
||||
'sign out',
|
||||
'sign up',
|
||||
'sink in',
|
||||
'sing along',
|
||||
'single out',
|
||||
'sit down',
|
||||
'sit in',
|
||||
'sit out',
|
||||
'sit up',
|
||||
'size up',
|
||||
'sleep in',
|
||||
'sleep off',
|
||||
'sleep over',
|
||||
'slice off',
|
||||
'slice up',
|
||||
'slip up',
|
||||
'slip on',
|
||||
'slip out',
|
||||
'slow down',
|
||||
'slow up',
|
||||
'smash down',
|
||||
'smash in',
|
||||
'smash out',
|
||||
'smash up',
|
||||
'smoke out',
|
||||
'snuggle up',
|
||||
'snap off',
|
||||
'snap on',
|
||||
'snap up',
|
||||
'snow in',
|
||||
'snow out',
|
||||
'sober up',
|
||||
'soak up',
|
||||
'sort out',
|
||||
'sound like',
|
||||
'spark up',
|
||||
'speed up',
|
||||
'speed down',
|
||||
'speak up',
|
||||
'speak out',
|
||||
'spell out',
|
||||
'spill out',
|
||||
'spill over',
|
||||
'spin up',
|
||||
'spice up',
|
||||
'splash out',
|
||||
'split off',
|
||||
'split up',
|
||||
'spread out',
|
||||
'spring on',
|
||||
'spruce up',
|
||||
'spur on',
|
||||
'square down',
|
||||
'square off',
|
||||
'square up',
|
||||
'stack up',
|
||||
'stamp out',
|
||||
'stand back',
|
||||
'stand down',
|
||||
'stand up',
|
||||
'start out',
|
||||
'start up',
|
||||
'start off',
|
||||
'stare down',
|
||||
'stave off',
|
||||
'stay up',
|
||||
'stay in',
|
||||
'step up',
|
||||
'step out',
|
||||
'stink up',
|
||||
'stir up',
|
||||
'stitch up',
|
||||
'stop by',
|
||||
'stop in',
|
||||
'stop off',
|
||||
'storm off',
|
||||
'storm out',
|
||||
'stretch out',
|
||||
'straighten out',
|
||||
'straighten up',
|
||||
'strike down',
|
||||
'strike in',
|
||||
'strike off',
|
||||
'strike out',
|
||||
'strike up',
|
||||
'string up',
|
||||
'string along',
|
||||
'stick up',
|
||||
'study up',
|
||||
'suck in',
|
||||
'suck off',
|
||||
'suck out',
|
||||
'suck up',
|
||||
'suit up',
|
||||
'sum up',
|
||||
'suss out',
|
||||
'swear by',
|
||||
'swing by',
|
||||
'switch away',
|
||||
'switch back',
|
||||
'switch off',
|
||||
'switch on',
|
||||
'tack on',
|
||||
'take aback',
|
||||
'take after',
|
||||
'take apart',
|
||||
'take away',
|
||||
'take back',
|
||||
'take down',
|
||||
'take leave',
|
||||
'take in',
|
||||
'take off',
|
||||
'take on',
|
||||
'take out',
|
||||
'take up',
|
||||
'take over',
|
||||
'talk over',
|
||||
'talk shit',
|
||||
'talk under',
|
||||
'team up',
|
||||
'tear down',
|
||||
'tear off',
|
||||
'tear up',
|
||||
'tee off',
|
||||
'tee up',
|
||||
'tell off',
|
||||
'tell on',
|
||||
'think back',
|
||||
'think over',
|
||||
'think up',
|
||||
'throw away',
|
||||
'throw back',
|
||||
'throw up',
|
||||
'throw in',
|
||||
'tick by',
|
||||
'tick off',
|
||||
'tide over',
|
||||
'tidy up',
|
||||
'tie away',
|
||||
'tie back',
|
||||
'tie down',
|
||||
'tie in',
|
||||
'tie up',
|
||||
'tighten down',
|
||||
'tighten up',
|
||||
'time out',
|
||||
'tip off',
|
||||
'tip over',
|
||||
'tire out',
|
||||
'tone down',
|
||||
'top down',
|
||||
'top off',
|
||||
'top out',
|
||||
'top up',
|
||||
'toss up',
|
||||
'track down',
|
||||
'trade in',
|
||||
'trade out',
|
||||
'trade up',
|
||||
'trickle down',
|
||||
'trip out',
|
||||
'trip up',
|
||||
'trot out',
|
||||
'try in',
|
||||
'try off',
|
||||
'try on',
|
||||
'try out',
|
||||
'tuck in',
|
||||
'turn down',
|
||||
'turn in',
|
||||
'turn off',
|
||||
'turn on',
|
||||
'turn out',
|
||||
'turn up',
|
||||
'type in',
|
||||
'type out',
|
||||
'type up',
|
||||
'urge on',
|
||||
'use up',
|
||||
'usher in',
|
||||
'vacuum up',
|
||||
'wait off',
|
||||
'wait on',
|
||||
'wait up',
|
||||
'wake up',
|
||||
'walk away',
|
||||
'walk in',
|
||||
'walk off',
|
||||
'walk out',
|
||||
'warm in',
|
||||
'warm out',
|
||||
'warm up',
|
||||
'wash away',
|
||||
'wash down',
|
||||
'wash out',
|
||||
'wash up',
|
||||
'watch out',
|
||||
'wave in',
|
||||
'wave out',
|
||||
'wean in',
|
||||
'wean out',
|
||||
'wear down',
|
||||
'wear in',
|
||||
'wear off',
|
||||
'wear on',
|
||||
'wear out',
|
||||
'weigh in',
|
||||
'weigh up',
|
||||
'weird out',
|
||||
'went down',
|
||||
'went up',
|
||||
'whack off',
|
||||
'wheel in',
|
||||
'wheel out',
|
||||
'whip out',
|
||||
'whip up',
|
||||
'wimp out',
|
||||
'wind down',
|
||||
'wind up',
|
||||
'wipe out',
|
||||
'wire up',
|
||||
'wise up',
|
||||
'work in',
|
||||
'work off',
|
||||
'work out',
|
||||
'work up',
|
||||
'write off',
|
||||
'write up',
|
||||
'yammer on',
|
||||
'zero in',
|
||||
'zero out',
|
||||
'zip by',
|
||||
'zip up',
|
||||
'zip over',
|
||||
'zone out',
|
||||
'zonk out',
|
||||
'grab hold',
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
//verbs we shouldn't conjugate, for whatever reason
|
||||
export default [
|
||||
'has',
|
||||
'keep tabs',
|
||||
'born',
|
||||
'cannot',
|
||||
'gonna',
|
||||
'msg',
|
||||
'make sure',
|
||||
|
||||
]
|
||||
@@ -0,0 +1,442 @@
|
||||
export default [
|
||||
['abject', 'abjection'],
|
||||
['abstemious', 'abstemiousness'],
|
||||
['abundant', 'abundance'],
|
||||
['accomplished', 'accomplishment'],
|
||||
['accurate', 'accuracy'],
|
||||
['active', 'activity'],
|
||||
['adamant', 'adamance'],
|
||||
['adaptable', 'adaptability'],
|
||||
['addictive', 'addiction'],
|
||||
['admirable', 'admiration'],
|
||||
['adventurous', 'adventurousness'],
|
||||
['affectionate', 'affection'],
|
||||
['aggressive', 'aggression'],
|
||||
['agile', 'agility'],
|
||||
['agitated', 'agitation'],
|
||||
['alert', 'alertness'],
|
||||
['aloof', 'aloofness'],
|
||||
['amazed', 'amazement'],
|
||||
['ambitious', 'ambition'],
|
||||
['amiable', 'amiability'],
|
||||
['amicable', 'amicability'],
|
||||
['amorous', 'amorousness'],
|
||||
['ample', 'ampleness'],
|
||||
['amused', 'amusement'],
|
||||
['amusing', 'amusement'],
|
||||
['ancient', 'antiquity'],
|
||||
['apprehensive', 'apprehensiveness'],
|
||||
['ardent', 'ardor'],
|
||||
['argumentative', 'argumentativeness'],
|
||||
['articulate', 'articulacy'],
|
||||
['artistic', 'art'],
|
||||
['assertive', 'assertiveness'],
|
||||
['astute', 'astuteness'],
|
||||
['attractive', 'attractiveness'],
|
||||
['audacious', 'audacity'],
|
||||
['austere', 'austerity'],
|
||||
['authentic', 'authenticity'],
|
||||
['automatic', 'automation'],
|
||||
['bad', 'badness'],
|
||||
['beautiful', 'beauty'],
|
||||
['benevolent', 'benevolence'],
|
||||
['bold', 'boldness'],
|
||||
['boring', 'boredom'],
|
||||
['brave', 'bravery'],
|
||||
['bright', 'brightness'],
|
||||
['busy', 'business'],
|
||||
['calm', 'calmness'],
|
||||
['cantankerous', 'cantankerousness'],
|
||||
['careful', 'carefulness'],
|
||||
['caring', 'care'],
|
||||
['cautious', 'caution'],
|
||||
['certain', 'certainty'],
|
||||
['charismatic', 'charisma'],
|
||||
['cheap', 'cheapness'],
|
||||
['cheerful', 'cheerfulness'],
|
||||
['circumspect', 'circumspection'],
|
||||
['clean', 'cleanliness'],
|
||||
['clear', 'clarity'],
|
||||
['clever', 'cleverness'],
|
||||
['cold', 'coldness'],
|
||||
['comfortable', 'comfort'],
|
||||
['compassionate', 'compassion'],
|
||||
['compatible', 'compatibility'],
|
||||
['competent', 'competency'],
|
||||
['concise', 'conciseness'],
|
||||
['condescending', 'condescension'],
|
||||
['confident', 'confidence'],
|
||||
['congenial', 'congeniality'],
|
||||
['conscientious', 'conscientiousness'],
|
||||
['contemptuous', 'contemptuousness'],
|
||||
['cooperative', 'cooperation'],
|
||||
['courageous', 'courage'],
|
||||
['courteous', 'courtesy'],
|
||||
['coy', 'coyness'],
|
||||
['creative', 'creativity'],
|
||||
['credible', 'credibility'],
|
||||
['curious', 'curiosity'],
|
||||
['dark', 'darkness'],
|
||||
['decisive', 'decisiveness'],
|
||||
['dedicated', 'dedication'],
|
||||
['deep', 'depth'],
|
||||
['deliberate', 'deliberation'],
|
||||
['delicate', 'delicacy'],
|
||||
['delightful', 'delight'],
|
||||
['dependable', 'dependability'],
|
||||
['desperate', 'desperation'],
|
||||
['determined', 'determination'],
|
||||
['devoted', 'devotion'],
|
||||
['diffident', 'diffidence'],
|
||||
['diligent', 'diligence'],
|
||||
['dirty', 'dirtiness'],
|
||||
['disciplined', 'discipline'],
|
||||
['discreet', 'discretion'],
|
||||
['doleful', 'dolefulness'],
|
||||
['dramatic', 'drama'],
|
||||
['dull', 'dullness'],
|
||||
['dynamic', 'dynamism'],
|
||||
['eager', 'eagerness'],
|
||||
['educated', 'education'],
|
||||
['efficient', 'efficiency'],
|
||||
['elegant', 'elegance'],
|
||||
['eloquent', 'eloquence'],
|
||||
['empathetic', 'empathy'],
|
||||
['empty', 'emptiness'],
|
||||
['enduring', 'endurance'],
|
||||
['energetic', 'energy'],
|
||||
['engaging', 'engagement'],
|
||||
['enough', 'enoughness'],
|
||||
['enthusiastic', 'enthusiasm'],
|
||||
['excellent', 'excellence'],
|
||||
['excited', 'excitement'],
|
||||
['exciting', 'excitement'],
|
||||
['exemplary', 'exemplariness'],
|
||||
['expedient', 'expedience'],
|
||||
['expensive', 'expense'],
|
||||
['experienced', 'experience'],
|
||||
['explosive', 'explosiveness'],
|
||||
['expressive', 'expressiveness'],
|
||||
['facetious', 'facetiousness'],
|
||||
['fanciful', 'fancifulness'],
|
||||
['fantastic', 'fantasy'],
|
||||
['fast', 'fastness'],
|
||||
['fatuous', 'fatuousness'],
|
||||
['fearless', 'fearlessness'],
|
||||
['fertile', 'fertility'],
|
||||
['fervent', 'fervor'],
|
||||
['fierce', 'fierceness'],
|
||||
['flawless', 'flawlessness'],
|
||||
['flexible', 'flexibility'],
|
||||
['flowing', 'flow'],
|
||||
['focused', 'focus'],
|
||||
['forceful', 'force'],
|
||||
['forgiving', 'forgiveness'],
|
||||
['fortunate', 'fortune'],
|
||||
['fragrant', 'fragrance'],
|
||||
['frank', 'frankness'],
|
||||
['free', 'freedom'],
|
||||
['friendly', 'friendliness'],
|
||||
['frivolous', 'frivolity'],
|
||||
['frugal', 'frugality'],
|
||||
['full', 'fullness'],
|
||||
['funny', 'funniness'],
|
||||
['furious', 'fury'],
|
||||
['furry', 'furriness'],
|
||||
['furtive', 'furtiveness'],
|
||||
['gaudy', 'gaudiness'],
|
||||
['gay', 'gayness'],
|
||||
['generous', 'generosity'],
|
||||
['gentle', 'gentleness'],
|
||||
['ghastly', 'ghastliness'],
|
||||
['glamorous', 'glamour'],
|
||||
['glaring', 'glare'],
|
||||
['glowing', 'glow'],
|
||||
['good', 'goodness'],
|
||||
['graceful', 'grace'],
|
||||
['gracious', 'graciousness'],
|
||||
['guileless', 'guilelessness'],
|
||||
['gullible', 'gullibility'],
|
||||
['hard', 'hardness'],
|
||||
['hardworking', 'hardwork'],
|
||||
['harried', 'harriedness'],
|
||||
['harsh', 'harshness'],
|
||||
['hazardous', 'hazard'],
|
||||
['heavy', 'heaviness'],
|
||||
['heroic', 'heroism'],
|
||||
['hoary', 'hoariness'],
|
||||
['honest', 'honesty'],
|
||||
['hopeful', 'hopefulness'],
|
||||
['hospitable', 'hospitality'],
|
||||
['hot', 'heat'],
|
||||
['huge', 'hugeness'],
|
||||
['humble', 'humility'],
|
||||
['humorous', 'humor'],
|
||||
['iffy', 'iffiness'],
|
||||
['imaginative', 'imagination'],
|
||||
['impartial', 'impartiality'],
|
||||
['imperfect', 'imperfection'],
|
||||
['imperious', 'imperiousness'],
|
||||
['imperturbable', 'imperturbability'],
|
||||
['implacable', 'implacability'],
|
||||
['impossible', 'impossibility'],
|
||||
['impressive', 'impressiveness'],
|
||||
['impulsive', 'impulsiveness'],
|
||||
['inane', 'inanity'],
|
||||
['independent', 'independence'],
|
||||
['indolent', 'indolence'],
|
||||
['industrious', 'industry'],
|
||||
['ineluctable', 'ineluctability'],
|
||||
['inept', 'ineptitude'],
|
||||
['inimitable', 'inimitability'],
|
||||
['innovative', 'innovation'],
|
||||
['inquisitive', 'inquisitiveness'],
|
||||
['insightful', 'insight'],
|
||||
['inspiring', 'inspiration'],
|
||||
['intelligent', 'intelligence'],
|
||||
['intemperate', 'intemperance'],
|
||||
['intrepid', 'intrepidity'],
|
||||
['intuitive', 'intuition'],
|
||||
['inventive', 'inventiveness'],
|
||||
['ironic', 'irony'],
|
||||
['jittery', 'jitteriness'],
|
||||
['jovial', 'joviality'],
|
||||
['joyful', 'joy'],
|
||||
['joyous', 'joy'],
|
||||
['keen', 'keenness'],
|
||||
['kind', 'kindness'],
|
||||
['knowledgeable', 'knowledge'],
|
||||
['laconic', 'laconicism'],
|
||||
['lavish', 'lavishness'],
|
||||
['lazy', 'laziness'],
|
||||
['legal', 'legality'],
|
||||
['liberal', 'liberality'],
|
||||
['light', 'lightness'],
|
||||
['lively', 'liveliness'],
|
||||
['lofty', 'loftiness'],
|
||||
['long', 'length'],
|
||||
['loquacious', 'loquaciousness'],
|
||||
['lost', 'loss'],
|
||||
['loud', 'loudness'],
|
||||
['loving', 'love'],
|
||||
['loyal', 'loyalty'],
|
||||
['lucid', 'lucidity'],
|
||||
['luminous', 'luminosity'],
|
||||
['lush', 'lushness'],
|
||||
['luxurious', 'luxury'],
|
||||
['magical', 'magic'],
|
||||
['magnanimous', 'magnanimity'],
|
||||
['majestic', 'majesty'],
|
||||
['mature', 'maturity'],
|
||||
['maverick', 'maverickness'],
|
||||
['mawkish', 'mawkishness'],
|
||||
['melodic', 'melody'],
|
||||
['meticulous', 'meticulousness'],
|
||||
['mighty', 'mightiness'],
|
||||
['modest', 'modesty'],
|
||||
['moist', 'moistness'],
|
||||
['momentous', 'momentousness'],
|
||||
['motivated', 'motivation'],
|
||||
['mundane', 'mundanity'],
|
||||
['musical', 'music'],
|
||||
['mysterious', 'mystery'],
|
||||
['mystical', 'mysticism'],
|
||||
['naive', 'naivety'],
|
||||
['narcissistic', 'narcissism'],
|
||||
['narrow', 'narrowness'],
|
||||
['naughty', 'naughtiness'],
|
||||
['nervous', 'nervousness'],
|
||||
['noble', 'nobility'],
|
||||
['nonchalant', 'nonchalance'],
|
||||
['nurturing', 'nurturance'],
|
||||
['obedient', 'obedience'],
|
||||
['oblivious', 'obliviousness'],
|
||||
['observant', 'observation'],
|
||||
['offensive', 'offence'],
|
||||
['offhand', 'offhandedness'],
|
||||
['ominous', 'ominousness'],
|
||||
['optimistic', 'optimism'],
|
||||
['organized', 'organization'],
|
||||
['orotund', 'orotundity'],
|
||||
['ostentatious', 'ostentatiousness'],
|
||||
['outgoing', 'outgoingness'],
|
||||
['pacifist', 'pacifism'],
|
||||
['passionate', 'passion'],
|
||||
['patient', 'patience'],
|
||||
['pedantic', 'pedantry'],
|
||||
['peerless', 'peerlessness'],
|
||||
['perceptive', 'perception'],
|
||||
['perfect', 'perfection'],
|
||||
['persistent', 'persistence'],
|
||||
['personal', 'personality'],
|
||||
['persuasive', 'persuasion'],
|
||||
['physical', 'physicality'],
|
||||
['placid', 'placidity'],
|
||||
['playful', 'playfulness'],
|
||||
['pleasant', 'pleasantness'],
|
||||
['pliant', 'pliancy'],
|
||||
['poignant', 'poignancy'],
|
||||
['poised', 'poise'],
|
||||
['polite', 'politeness'],
|
||||
['poor', 'poverty'],
|
||||
['popular', 'popularity'],
|
||||
['positive', 'positivity'],
|
||||
['possessive', 'possession'],
|
||||
['powerful', 'power'],
|
||||
['practical', 'practicality'],
|
||||
['pragmatic', 'pragmatism'],
|
||||
['present', 'presence'],
|
||||
['proactive', 'proactivity'],
|
||||
['prodigious', 'prodigiousness'],
|
||||
['professional', 'professionalism'],
|
||||
['proficient', 'proficiency'],
|
||||
['proportionate', 'proportion'],
|
||||
['protective', 'protection'],
|
||||
['prudent', 'prudence'],
|
||||
['punctual', 'punctuality'],
|
||||
['purposeful', 'purpose'],
|
||||
['querulous', 'querulousness'],
|
||||
['quick', 'quickness'],
|
||||
['quiet', 'quietness'],
|
||||
['quixotic', 'quixoticism'],
|
||||
['radiant', 'radiance'],
|
||||
['rampant', 'rampantness'],
|
||||
['random', 'randomness'],
|
||||
['rapacious', 'rapaciousness'],
|
||||
['ravishing', 'ravishingness'],
|
||||
['ready', 'readiness'],
|
||||
['realistic', 'realism'],
|
||||
['reasonable', 'reasonableness'],
|
||||
['receptive', 'receptiveness'],
|
||||
['recondite', 'reconditeness'],
|
||||
['red', 'redness'],
|
||||
['refined', 'refinement'],
|
||||
['relentless', 'relentlessness'],
|
||||
['reliable', 'reliability'],
|
||||
['reprobate', 'reprobacy'],
|
||||
['resilient', 'resilience'],
|
||||
['resolute', 'resolution'],
|
||||
['resourceful', 'resourcefulness'],
|
||||
['respectable', 'respect'],
|
||||
['respectful', 'respect'],
|
||||
['responsible', 'responsibility'],
|
||||
['reverent', 'reverence'],
|
||||
['rich', 'richness'],
|
||||
['riotous', 'riotousness'],
|
||||
['ripe', 'ripeness'],
|
||||
['risible', 'risibility'],
|
||||
['romantic', 'romance'],
|
||||
['rough', 'roughness'],
|
||||
['round', 'roundness'],
|
||||
['sad', 'sadness'],
|
||||
['salubrious', 'salubriousness'],
|
||||
['scrupulous', 'scrupulousness'],
|
||||
['scurrilous', 'scurrility'],
|
||||
['seditious', 'seditiousness'],
|
||||
['selfless', 'selflessness'],
|
||||
['sensible', 'sensibility'],
|
||||
['sensitive', 'sensitivity'],
|
||||
['serene', 'serenity'],
|
||||
['serious', 'seriousness'],
|
||||
['sharp', 'sharpness'],
|
||||
['shining', 'shininess'],
|
||||
['short', 'shortness'],
|
||||
['silent', 'silence'],
|
||||
['simple', 'simplicity'],
|
||||
['sincere', 'sincerity'],
|
||||
['sinister', 'sinisterness'],
|
||||
['skillful', 'skill'],
|
||||
['slippery', 'slipperiness'],
|
||||
['slow', 'slowness'],
|
||||
['smooth', 'smoothness'],
|
||||
['soft', 'softness'],
|
||||
['solid', 'solidity'],
|
||||
['soothing', 'soothingness'],
|
||||
['sour', 'sourness'],
|
||||
['specious', 'speciousness'],
|
||||
['spiritual', 'spirituality'],
|
||||
['spontaneous', 'spontaneity'],
|
||||
['sporadic', 'sporadicness'],
|
||||
['spurious', 'spuriousness'],
|
||||
['stalwart', 'stalwartness'],
|
||||
['stern', 'sternness'],
|
||||
['straight', 'straightness'],
|
||||
['strategic', 'strategy'],
|
||||
['strict', 'strictness'],
|
||||
['strong', 'strength'],
|
||||
['stubborn', 'stubbornness'],
|
||||
['sturdy', 'sturdiness'],
|
||||
['sublime', 'sublimity'],
|
||||
['subservient', 'subservience'],
|
||||
['subtle', 'subtleties'],
|
||||
['successful', 'success'],
|
||||
['superficial', 'superficiality'],
|
||||
['supportive', 'support'],
|
||||
['suspicious', 'suspicion'],
|
||||
['sweet', 'sweetness'],
|
||||
['swift', 'swiftness'],
|
||||
['sympathetic', 'sympathy'],
|
||||
['tactful', 'tact'],
|
||||
['talented', 'talent'],
|
||||
['tall', 'tallness'],
|
||||
['tame', 'tameness'],
|
||||
['tart', 'tartness'],
|
||||
['tawdry', 'tawdriness'],
|
||||
['tenacious', 'tenacity'],
|
||||
['tender', 'tenderness'],
|
||||
['tense', 'tenseness'],
|
||||
['tenuous', 'tenuousness'],
|
||||
['thin', 'thinness'],
|
||||
['thirsty', 'thirstiness'],
|
||||
['thorny', 'thorniness'],
|
||||
['thorough', 'thoroughness'],
|
||||
['thoughtful', 'thoughtfulness'],
|
||||
['tidy', 'tidiness'],
|
||||
['timely', 'timeliness'],
|
||||
['timid', 'timidity'],
|
||||
['timorous', 'timorousness'],
|
||||
['tiny', 'tininess'],
|
||||
['tired', 'tiredness'],
|
||||
['tireless', 'tirelessness'],
|
||||
['tolerant', 'tolerance'],
|
||||
['tough', 'toughness'],
|
||||
['trenchant', 'trenchancy'],
|
||||
['trusting', 'trust'],
|
||||
['trustworthy', 'trustworthiness'],
|
||||
['tumultuous', 'tumult'],
|
||||
['ubiquitous', 'ubiquitousness'],
|
||||
['unctuous', 'unctuousness'],
|
||||
['understanding', 'understanding'],
|
||||
['unflappable', 'unflappability'],
|
||||
['unique', 'uniqueness'],
|
||||
['unyielding', 'unyieldingness'],
|
||||
['vagrant', 'vagrancy'],
|
||||
['valuable', 'value'],
|
||||
['vapid', 'vapidity'],
|
||||
['venerable', 'venerability'],
|
||||
['versatile', 'versatility'],
|
||||
['vertical', 'verticality'],
|
||||
['vibrant', 'vibrancy'],
|
||||
['vigilant', 'vigilance'],
|
||||
['vigorous', 'vigor'],
|
||||
['vivacious', 'vivacity'],
|
||||
['vixenish', 'vixenishness'],
|
||||
['volatile', 'volatility'],
|
||||
['volumous', 'voluminousness'],
|
||||
['vulnerable', 'vulnerability'],
|
||||
['wanton', 'wantonness'],
|
||||
['warm', 'warmth'],
|
||||
['weak', 'weakness'],
|
||||
['whimsical', 'whimsicalness'],
|
||||
['wide', 'wideness'],
|
||||
['wily', 'wiliness'],
|
||||
['wise', 'wisdom'],
|
||||
['wistful', 'wistfulness'],
|
||||
['witty', 'wit'],
|
||||
['witty', 'wittiness'],
|
||||
['woebegone', 'woefulness'],
|
||||
['yielding', 'yieldingness'],
|
||||
['young', 'youth'],
|
||||
['zany', 'zaniness'],
|
||||
['zealous', 'zeal'],
|
||||
]
|
||||
@@ -0,0 +1,309 @@
|
||||
export default [
|
||||
['angry', 'angrier'],
|
||||
['bad', 'worse'],
|
||||
['bald', 'balder'],
|
||||
['bawdy', 'bawdier'],
|
||||
['big', 'bigger'],
|
||||
['black', 'blacker'],
|
||||
['bland', 'blander'],
|
||||
['blond', 'blonder'],
|
||||
['bloody', 'bloodier'],
|
||||
['blue', 'bluer'],
|
||||
['bold', 'bolder'],
|
||||
['bouncy', 'bouncier'],
|
||||
['brash', 'brasher'],
|
||||
['brave', 'braver'],
|
||||
['bright', 'brighter'],
|
||||
['broad', 'broader'],
|
||||
['buff', 'buffer'],
|
||||
['burly', 'burlier'],
|
||||
['busy', 'busier'],
|
||||
['calm', 'calmer'],
|
||||
['camp', 'camper'],
|
||||
['catchy', 'catchier'],
|
||||
['cheap', 'cheaper'],
|
||||
['cheesy', 'cheesier'],
|
||||
['chilly', 'chillier'],
|
||||
['clean', 'cleaner'],
|
||||
['clear', 'clearer'],
|
||||
['close', 'closer'],
|
||||
['cloudy', 'cloudier'],
|
||||
['coarse', 'coarser'],
|
||||
['cold', 'colder'],
|
||||
['common', 'commoner'],
|
||||
['cool', 'cooler'],
|
||||
['costly', 'costlier'],
|
||||
['cowardly', 'cowardlier'],
|
||||
['cozy', 'cozier'],
|
||||
['crisp', 'crisper'],
|
||||
['cruel', 'crueler'],
|
||||
['cuddly', 'cuddlier'],
|
||||
['curly', 'curlier'],
|
||||
['cute', 'cuter'],
|
||||
['damp', 'damper'],
|
||||
['dark', 'darker'],
|
||||
['dead', 'deader'],
|
||||
['deadly', 'deadlier'],
|
||||
['deaf', 'deafer'],
|
||||
['dear', 'dearer'],
|
||||
['deep', 'deeper'],
|
||||
['dense', 'denser'],
|
||||
['diffuse', 'diffuser'],
|
||||
['dire', 'direr'],
|
||||
['dirty', 'dirtier'],
|
||||
['divine', 'diviner'],
|
||||
['drunk', 'drunker'],
|
||||
['dry', 'drier'],
|
||||
['dull', 'duller'],
|
||||
['dumb', 'dumber'],
|
||||
['early', 'earlier'],
|
||||
['easy', 'easier'],
|
||||
['eerie', 'eerier'],
|
||||
['evil', 'eviler'],
|
||||
['fair', 'fairer'],
|
||||
['fake', 'faker'],
|
||||
['fancy', 'fancier'],
|
||||
['far', 'further'],
|
||||
['fast', 'faster'],
|
||||
['fat', 'fatter'],
|
||||
['faulty', 'faultier'],
|
||||
['feeble', 'feebler'],
|
||||
['few', 'fewer'],
|
||||
['fierce', 'fiercer'],
|
||||
['fine', 'finer'],
|
||||
['firm', 'firmer'],
|
||||
['flat', 'flatter'],
|
||||
['foamy', 'foamier'],
|
||||
['fond', 'fonder'],
|
||||
['formal', 'formaler'],
|
||||
['foul', 'fouler'],
|
||||
['frail', 'frailer'],
|
||||
['free', 'freer'],
|
||||
['fresh', 'fresher'],
|
||||
['friendly', 'friendlier'],
|
||||
['full', 'fuller'],
|
||||
['fun', 'funer'],
|
||||
['funny', 'funnier'],
|
||||
['furry', 'furrier'],
|
||||
['further', 'further'],
|
||||
['gauche', 'gaucher'],
|
||||
['gaudy', 'gaudier'],
|
||||
['gay', 'gaier'],
|
||||
['gentle', 'gentler'],
|
||||
['genuine', 'genuiner'],
|
||||
['ghastly', 'ghastlier'],
|
||||
['ghostly', 'ghostlier'],
|
||||
['giddy', 'giddier'],
|
||||
['glib', 'glibber'],
|
||||
['gloomy', 'gloomier'],
|
||||
['gold', 'golder'],
|
||||
['good', 'better'],
|
||||
['goofy', 'goofier'],
|
||||
['grand', 'grander'],
|
||||
['gray', 'grayer'],
|
||||
['great', 'greater'],
|
||||
['green', 'greener'],
|
||||
['grisly', 'grislier'],
|
||||
['groovy', 'groovier'],
|
||||
['gross', 'grosser'],
|
||||
['gruesome', 'gruesomer'],
|
||||
['handsome', 'handsomer'],
|
||||
['happy', 'happier'],
|
||||
['hard', 'harder'],
|
||||
['hardy', 'hardier'],
|
||||
['harsh', 'harsher'],
|
||||
['heady', 'headier'],
|
||||
['healthy', 'healthier'],
|
||||
['heavy', 'heavier'],
|
||||
['hefty', 'heftier'],
|
||||
['high', 'higher'],
|
||||
['hilly', 'hillier'],
|
||||
['homely', 'homelier'],
|
||||
['hot', 'hotter'],
|
||||
['huge', 'huger'],
|
||||
['humble', 'humbler'],
|
||||
['humid', 'humider'],
|
||||
['hungry', 'hungrier'],
|
||||
['icy', 'icier'],
|
||||
['ill', 'iller'],
|
||||
['jolly', 'jollier'],
|
||||
['juicy', 'juicier'],
|
||||
['keen', 'keener'],
|
||||
['kind', 'kinder'],
|
||||
['lame', 'lamer'],
|
||||
['large', 'larger'],
|
||||
['late', 'later'],
|
||||
['lean', 'leaner'],
|
||||
['lengthy', 'lengthier'],
|
||||
['lesser', 'lesser'],
|
||||
['lewd', 'lewder'],
|
||||
['light', 'lighter'],
|
||||
['likely', 'likelier'],
|
||||
['little', 'littler'],
|
||||
['lively', 'livelier'],
|
||||
['lofty', 'loftier'],
|
||||
['lonely', 'lonelier'],
|
||||
['long', 'longer'],
|
||||
['loose', 'looser'],
|
||||
['loud', 'louder'],
|
||||
['lousy', 'lousier'],
|
||||
['lovely', 'lovelier'],
|
||||
['low', 'lower'],
|
||||
['lucky', 'luckier'],
|
||||
['mad', 'madder'],
|
||||
['mean', 'meaner'],
|
||||
['measly', 'measlier'],
|
||||
['meaty', 'meatier'],
|
||||
['meek', 'meeker'],
|
||||
['mellow', 'mellower'],
|
||||
['mild', 'milder'],
|
||||
['moist', 'moister'],
|
||||
['moody', 'moodier'],
|
||||
['narrow', 'narrower'],
|
||||
['nasty', 'nastier'],
|
||||
['near', 'nearer'],
|
||||
['neat', 'neater'],
|
||||
['new', 'newer'],
|
||||
['nice', 'nicer'],
|
||||
['nimble', 'nimbler'],
|
||||
['noble', 'nobler'],
|
||||
['noisy', 'noisier'],
|
||||
['normal', 'normaler'],
|
||||
['nosy', 'nosier'],
|
||||
['numb', 'number'],
|
||||
['odd', 'odder'],
|
||||
['oily', 'oilier'],
|
||||
['old', 'older'],
|
||||
['orient', 'orienter'],
|
||||
['pale', 'paler'],
|
||||
['phony', 'phonier'],
|
||||
['pink', 'pinker'],
|
||||
['plain', 'plainer'],
|
||||
['poor', 'poorer'],
|
||||
['premier', 'premier'],
|
||||
['present', 'presenter'],
|
||||
['prickly', 'pricklier'],
|
||||
['proud', 'prouder'],
|
||||
['puny', 'punier'],
|
||||
['pure', 'purer'],
|
||||
['quick', 'quicker'],
|
||||
['quiet', 'quieter'],
|
||||
['ragged', 'raggeder'],
|
||||
['random', 'randomer'],
|
||||
['rapid', 'rapider'],
|
||||
['rare', 'rarer'],
|
||||
['raw', 'rawer'],
|
||||
['ready', 'readier'],
|
||||
['real', 'realer'],
|
||||
['remote', 'remoter'],
|
||||
['rich', 'richer'],
|
||||
['ripe', 'riper'],
|
||||
['risky', 'riskier'],
|
||||
['ritzy', 'ritzier'],
|
||||
['roomy', 'roomier'],
|
||||
['rosy', 'rosier'],
|
||||
['rough', 'rougher'],
|
||||
['round', 'rounder'],
|
||||
['rude', 'ruder'],
|
||||
['sad', 'sadder'],
|
||||
['safe', 'safer'],
|
||||
['saintly', 'saintlier'],
|
||||
['salty', 'saltier'],
|
||||
['savvy', 'savvier'],
|
||||
['scarce', 'scarcer'],
|
||||
['scary', 'scarier'],
|
||||
['sexy', 'sexier'],
|
||||
['shady', 'shadier'],
|
||||
['shallow', 'shallower'],
|
||||
['sharp', 'sharper'],
|
||||
['shiny', 'shinier'],
|
||||
['short', 'shorter'],
|
||||
['shrill', 'shriller'],
|
||||
['shy', 'shyer'],
|
||||
['sick', 'sicker'],
|
||||
['silly', 'sillier'],
|
||||
['simple', 'simpler'],
|
||||
['skinny', 'skinnier'],
|
||||
['sleek', 'sleeker'],
|
||||
['slight', 'slighter'],
|
||||
['slim', 'slimmer'],
|
||||
['slimy', 'slimier'],
|
||||
['slow', 'slower'],
|
||||
['sly', 'slier'],
|
||||
['small', 'smaller'],
|
||||
['smart', 'smarter'],
|
||||
['smelly', 'smellier'],
|
||||
['smooth', 'smoother'],
|
||||
['soft', 'softer'],
|
||||
['solemn', 'solemner'],
|
||||
['solid', 'solider'],
|
||||
['soon', 'sooner'],
|
||||
['sore', 'sorer'],
|
||||
['speedy', 'speedier'],
|
||||
['spicy', 'spicier'],
|
||||
['sprightly', 'sprightlier'],
|
||||
['square', 'squarer'],
|
||||
['stale', 'staler'],
|
||||
['stark', 'starker'],
|
||||
['steady', 'steadier'],
|
||||
['steep', 'steeper'],
|
||||
['stern', 'sterner'],
|
||||
['stiff', 'stiffer'],
|
||||
['straight', 'straighter'],
|
||||
['strict', 'stricter'],
|
||||
['strong', 'stronger'],
|
||||
['stupid', 'stupider'],
|
||||
['sturdy', 'sturdier'],
|
||||
['subtle', 'subtler'],
|
||||
['sudden', 'suddener'],
|
||||
['surreal', 'surrealer'],
|
||||
['sweet', 'sweeter'],
|
||||
['swift', 'swifter'],
|
||||
['tall', 'taller'],
|
||||
['tame', 'tamer'],
|
||||
['tart', 'tarter'],
|
||||
['tawdry', 'tawdrier'],
|
||||
['tense', 'tenser'],
|
||||
['thick', 'thicker'],
|
||||
['thin', 'thinner'],
|
||||
['thirsty', 'thirstier'],
|
||||
['tidy', 'tidier'],
|
||||
['tight', 'tighter'],
|
||||
['timely', 'timelier'],
|
||||
['tiny', 'tinier'],
|
||||
['tired', 'tireder'],
|
||||
['tough', 'tougher'],
|
||||
['tranquil', 'tranquiler'],
|
||||
['trendy', 'trendier'],
|
||||
['tricky', 'trickier'],
|
||||
['trim', 'trimmer'],
|
||||
['true', 'truer'],
|
||||
['ugly', 'uglier'],
|
||||
['unlikely', 'unlikelier'],
|
||||
['untidy', 'untidier'],
|
||||
['untrue', 'untruer'],
|
||||
['vague', 'vaguer'],
|
||||
['vain', 'vainer'],
|
||||
['vast', 'vaster'],
|
||||
['warm', 'warmer'],
|
||||
['wary', 'warier'],
|
||||
['weak', 'weaker'],
|
||||
['wealthy', 'wealthier'],
|
||||
['weary', 'wearier'],
|
||||
['weird', 'weirder'],
|
||||
['wet', 'wetter'],
|
||||
['white', 'whiter'],
|
||||
['wicked', 'wickeder'],
|
||||
['wide', 'wider'],
|
||||
['wild', 'wilder'],
|
||||
['wily', 'wilier'],
|
||||
['wise', 'wiser'],
|
||||
['young', 'younger'],
|
||||
['zany', 'zanier'],
|
||||
['clever', 'cleverer'],
|
||||
['glad', 'gladder'],
|
||||
['neat', 'neater'],
|
||||
['dim', 'dimmer'],
|
||||
['', ''],
|
||||
['', ''],
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,81 @@
|
||||
export default [
|
||||
['arisen', 'arise'],
|
||||
['awoken', 'awake'],
|
||||
['beaten', 'beat'],
|
||||
['been', 'be'],
|
||||
['begun', 'begin'],
|
||||
['become', 'become'],
|
||||
['bitten', 'bite'],
|
||||
['blown', 'blow'],
|
||||
['broken', 'break'],
|
||||
['built', 'build'],
|
||||
['chosen', 'choose'],
|
||||
['clung', 'cling'],
|
||||
['come', 'come'],
|
||||
['done', 'do'],
|
||||
['dove', 'dive'],
|
||||
['drawn', 'draw'],
|
||||
['dreamt', 'dream'],
|
||||
['driven', 'drive'],
|
||||
['drunk', 'drink'],
|
||||
['eaten', 'eat'],
|
||||
['fallen', 'fall'],
|
||||
['flown', 'fly'],
|
||||
['forbidden', 'forbid'],
|
||||
['forgiven', 'forgive'],
|
||||
['forgotten', 'forget'],
|
||||
['forsaken', 'forsake'],
|
||||
['forseen', 'forsee'],
|
||||
['frozen', 'freeze'],
|
||||
['given', 'give'],
|
||||
['gone', 'go'],
|
||||
['gotten', 'get'],
|
||||
['grown', 'grow'],
|
||||
['hasten', 'haste'],
|
||||
['hidden', 'hide'],
|
||||
['known', 'know'],
|
||||
['outdone', 'outdo'],
|
||||
['outgrown', 'outgrow'],
|
||||
['overdone', 'overdo'],
|
||||
['overseen', 'oversee'],
|
||||
['overtaken', 'overtake'],
|
||||
['overthrown', 'overthrow'],
|
||||
['proven', 'prove'],
|
||||
['rewritten', 'rewrite'],
|
||||
['ridden', 'ride'],
|
||||
['risen', 'rise'],
|
||||
['rung', 'ring'],
|
||||
['seen', 'see'],
|
||||
['sewn', 'sew'],
|
||||
['shrunk', 'shrink'],
|
||||
['shaken', 'shake'],
|
||||
['shone', 'shine'],
|
||||
['shown', 'show'],
|
||||
['slain', 'slay'],
|
||||
['sought', 'seek'],
|
||||
['sown', 'sow'],
|
||||
['spilt', 'spill'],
|
||||
['spoken', 'speak'],
|
||||
['stolen', 'steal'],
|
||||
['strewn', 'strew'],
|
||||
['run', 'run'],
|
||||
['sung', 'sing'],
|
||||
['sunk', 'sink'],
|
||||
['sworn', 'swear'],
|
||||
['swum', 'swim'],
|
||||
['taken', 'take'],
|
||||
['thrown', 'throw'],
|
||||
['torn', 'tear'],
|
||||
['undergone', 'undergo'],
|
||||
['undone', 'undo'],
|
||||
['uprisen', 'uprise'],
|
||||
['woken', 'wake'],
|
||||
['withdrawn', 'withdraw'],
|
||||
['woken', 'wake'],
|
||||
['worn', 'wear'],
|
||||
['woven', 'weave'],
|
||||
['written', 'write'],
|
||||
['wrung', 'wring'],
|
||||
['waken', 'wake'],
|
||||
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,376 @@
|
||||
export default [
|
||||
['good', 'best'],
|
||||
['least', 'least'],
|
||||
['large', 'largest'],
|
||||
['high', 'highest'],
|
||||
['late', 'latest'],
|
||||
['great', 'greatest'],
|
||||
['low', 'lowest'],
|
||||
['near', 'nearest'],
|
||||
['big', 'biggest'],
|
||||
['strong', 'strongest'],
|
||||
['early', 'earliest'],
|
||||
['old', 'oldest'],
|
||||
['close', 'closest'],
|
||||
['small', 'smallest'],
|
||||
['fast', 'fastest'],
|
||||
['bright', 'brightest'],
|
||||
['new', 'newest'],
|
||||
['bad', 'worst'],
|
||||
['long', 'longest'],
|
||||
['poor', 'poorest'],
|
||||
['broad', 'broadest'],
|
||||
['young', 'youngest'],
|
||||
['wide', 'widest'],
|
||||
['full', 'fullest'],
|
||||
['fine', 'finest'],
|
||||
['busy', 'busiest'],
|
||||
['simple', 'simplest'],
|
||||
['weak', 'weakest'],
|
||||
['deep', 'deepest'],
|
||||
['easy', 'easiest'],
|
||||
['short', 'shortest'],
|
||||
['safe', 'safest'],
|
||||
['healthy', 'healthiest'],
|
||||
['warm', 'warmest'],
|
||||
['narrow', 'narrowest'],
|
||||
['cheap', 'cheapest'],
|
||||
['slight', 'slightest'],
|
||||
['southwest', 'southwest'],
|
||||
['heavy', 'heaviest'],
|
||||
['few', 'fewest'],
|
||||
['hard', 'hardest'],
|
||||
['dry', 'driest'],
|
||||
['strict', 'strictest'],
|
||||
['slow', 'slowest'],
|
||||
['hot', 'hottest'],
|
||||
['clear', 'clearest'],
|
||||
['rich', 'richest'],
|
||||
['quick', 'quickest'],
|
||||
['wealthy', 'wealthiest'],
|
||||
['tough', 'toughest'],
|
||||
['sharp', 'sharpest'],
|
||||
['harsh', 'harshest'],
|
||||
['tall', 'tallest'],
|
||||
['proud', 'proudest'],
|
||||
['wet', 'wettest'],
|
||||
['deadly', 'deadliest'],
|
||||
['fair', 'fairest'],
|
||||
['wise', 'wisest'],
|
||||
['pure', 'purest'],
|
||||
['steep', 'steepest'],
|
||||
['fresh', 'freshest'],
|
||||
['sure', 'surest'],
|
||||
['risky', 'riskiest'],
|
||||
['common', 'commonest'],
|
||||
['quiet', 'quietest'],
|
||||
['green', 'greenest'],
|
||||
['dirty', 'dirtiest'],
|
||||
['wild', 'wildest'],
|
||||
['thin', 'thinnest'],
|
||||
['tight', 'tightest'],
|
||||
['keen', 'keenest'],
|
||||
['fit', 'fittest'],
|
||||
['severe', 'severest'],
|
||||
['costly', 'costliest'],
|
||||
['happy', 'happiest'],
|
||||
['sticky', 'stickiest'],
|
||||
['fond', 'fondest'],
|
||||
['sincere', 'sincerest'],
|
||||
['hearty', 'heartiest'],
|
||||
['lengthy', 'lengthiest'],
|
||||
['soft', 'softest'],
|
||||
['clean', 'cleanest'],
|
||||
['straight', 'straightest'],
|
||||
['loud', 'loudest'],
|
||||
['bold', 'boldest'],
|
||||
['tricky', 'trickiest'],
|
||||
['bleak', 'bleakest'],
|
||||
['kind', 'kindest'],
|
||||
['nice', 'nicest'],
|
||||
|
||||
['nice', 'nicest'],
|
||||
['late', 'latest'],
|
||||
['hard', 'hardest'],
|
||||
['inner', 'innermost'],
|
||||
['outer', 'outermost'],
|
||||
['far', 'furthest'],
|
||||
['worse', 'worst'],
|
||||
['bad', 'worst'],
|
||||
['good', 'best'],
|
||||
['big', 'biggest'],
|
||||
['large', 'largest'],
|
||||
|
||||
|
||||
['absurd', 'absurdest'],
|
||||
['angry', 'angriest'],
|
||||
['bad', 'worst'],
|
||||
['bald', 'baldest'],
|
||||
['bawdy', 'bawdiest'],
|
||||
['big', 'biggest'],
|
||||
['bitter', 'bitterest'],
|
||||
['black', 'blackest'],
|
||||
['bland', 'blandest'],
|
||||
['blond', 'blondest'],
|
||||
['bloody', 'bloodiest'],
|
||||
['blue', 'bluest'],
|
||||
['bold', 'boldest'],
|
||||
['bouncy', 'bounciest'],
|
||||
['brash', 'brashest'],
|
||||
['brave', 'bravest'],
|
||||
['brief', 'briefest'],
|
||||
['brown', 'brownest'],
|
||||
['burly', 'burliest'],
|
||||
['busy', 'busiest'],
|
||||
['calm', 'calmest'],
|
||||
['cheap', 'cheapest'],
|
||||
['cheesy', 'cheesiest'],
|
||||
['chilly', 'chilliest'],
|
||||
['clear', 'clearest'],
|
||||
['clever', 'cleverest'],
|
||||
['cloudy', 'cloudiest'],
|
||||
['cold', 'coldest'],
|
||||
['common', 'commonest'],
|
||||
['cool', 'coolest'],
|
||||
['costly', 'costliest'],
|
||||
['cozy', 'coziest'],
|
||||
['cruel', 'cruelest'],
|
||||
['cuddly', 'cuddliest'],
|
||||
['cute', 'cutest'],
|
||||
['deadly', 'deadliest'],
|
||||
['dear', 'dearest'],
|
||||
['dense', 'densest'],
|
||||
['dirty', 'dirtiest'],
|
||||
['drunk', 'drunkest'],
|
||||
['dull', 'dullest'],
|
||||
['dumb', 'dumbest'],
|
||||
['early', 'earliest'],
|
||||
['earthly', 'earthliest'],
|
||||
['eastern', 'easternest'],
|
||||
['easy', 'easiest'],
|
||||
['eerie', 'eeriest'],
|
||||
['evil', 'evilest'],
|
||||
['fair', 'fairest'],
|
||||
['fake', 'fakest'],
|
||||
['fancy', 'fanciest'],
|
||||
['far', 'furthest'],
|
||||
['faulty', 'faultiest'],
|
||||
['feeble', 'feeblest'],
|
||||
['fierce', 'fiercest'],
|
||||
['fine', 'finest'],
|
||||
['foamy', 'foamiest'],
|
||||
['foul', 'foulest'],
|
||||
['frail', 'frailest'],
|
||||
['friendly', 'friendliest'],
|
||||
['full', 'fullest'],
|
||||
['funny', 'funniest'],
|
||||
['furry', 'furriest'],
|
||||
['gaudy', 'gaudiest'],
|
||||
['gay', 'gayest'],
|
||||
['gentle', 'gentlest'],
|
||||
['ghastly', 'ghastliest'],
|
||||
['ghostly', 'ghostliest'],
|
||||
['giant', 'giantest'],
|
||||
['giddy', 'giddiest'],
|
||||
['glad', 'gladest'],
|
||||
['glib', 'glibest'],
|
||||
['gloomy', 'gloomiest'],
|
||||
['goofy', 'goofiest'],
|
||||
['grand', 'grandest'],
|
||||
['gray', 'graiest'],
|
||||
['green', 'greenest'],
|
||||
['grey', 'greyest'],
|
||||
['grisly', 'grisliest'],
|
||||
['groovy', 'grooviest'],
|
||||
['gross', 'grossest'],
|
||||
['handsome', 'handsomest'],
|
||||
['happy', 'happiest'],
|
||||
['harsh', 'harshest'],
|
||||
['heavenly', 'heavenliest'],
|
||||
['heavy', 'heaviest'],
|
||||
['hefty', 'heftiest'],
|
||||
['high', 'highest'],
|
||||
['hilly', 'hilliest'],
|
||||
['homely', 'homeliest'],
|
||||
['hot', 'hottest'],
|
||||
['huge', 'hugest'],
|
||||
['humble', 'humblest'],
|
||||
['humid', 'humidest'],
|
||||
['hungry', 'hungriest'],
|
||||
['ill', 'illest'],
|
||||
['instant', 'instantest'],
|
||||
['jolly', 'jolliest'],
|
||||
['juicy', 'juiciest'],
|
||||
['keen', 'keenest'],
|
||||
['kind', 'kindest'],
|
||||
['lame', 'lamest'],
|
||||
['large', 'largest'],
|
||||
['late', 'latest'],
|
||||
['lewd', 'lewdest'],
|
||||
['likely', 'likeliest'],
|
||||
['little', 'littlest'],
|
||||
['lively', 'liveliest'],
|
||||
['lofty', 'loftiest'],
|
||||
['lonely', 'loneliest'],
|
||||
['long', 'longest'],
|
||||
['loud', 'loudest'],
|
||||
['lousy', 'lousiest'],
|
||||
['lovely', 'loveliest'],
|
||||
['low', 'lowest'],
|
||||
['lowly', 'lowliest'],
|
||||
['loyal', 'loyalest'],
|
||||
['lucky', 'luckiest'],
|
||||
['mean', 'meanest'],
|
||||
['meek', 'meekest'],
|
||||
['mellow', 'mellowest'],
|
||||
['mild', 'mildest'],
|
||||
['moody', 'moodiest'],
|
||||
['narrow', 'narrowest'],
|
||||
['near', 'nearest'],
|
||||
['neat', 'neattest'],
|
||||
['new', 'newest'],
|
||||
['nice', 'nicest'],
|
||||
['nimble', 'nimblest'],
|
||||
['noble', 'noblest'],
|
||||
['noisy', 'noisiest'],
|
||||
['normal', 'normalest'],
|
||||
['nosy', 'nosiest'],
|
||||
['odd', 'oddest'],
|
||||
['oily', 'oiliest'],
|
||||
['old', 'oldest'],
|
||||
['pale', 'palest'],
|
||||
['phony', 'phoniest'],
|
||||
['plain', 'plainest'],
|
||||
['pleasant', 'pleasantest'],
|
||||
['poor', 'poorest'],
|
||||
['pricey', 'priciest'],
|
||||
['prickly', 'prickliest'],
|
||||
['proud', 'proudest'],
|
||||
['puny', 'puniest'],
|
||||
['pure', 'purest'],
|
||||
['quaint', 'quaintest'],
|
||||
['random', 'randomest'],
|
||||
['rapid', 'rapidest'],
|
||||
['rare', 'rarest'],
|
||||
['raw', 'rawest'],
|
||||
['ready', 'readiest'],
|
||||
['real', 'realest'],
|
||||
['remote', 'remotest'],
|
||||
['rich', 'richest'],
|
||||
['ritzy', 'ritziest'],
|
||||
['roomy', 'roomiest'],
|
||||
['rosy', 'rosiest'],
|
||||
['round', 'roundest'],
|
||||
['rude', 'rudest'],
|
||||
['safe', 'safest'],
|
||||
['saintly', 'saintliest'],
|
||||
['salty', 'saltiest'],
|
||||
['savvy', 'savviest'],
|
||||
['scary', 'scariest'],
|
||||
['sexy', 'sexiest'],
|
||||
['shady', 'shadiest'],
|
||||
['shallow', 'shallowest'],
|
||||
['shiny', 'shiniest'],
|
||||
['shrill', 'shrillest'],
|
||||
['shy', 'shyest'],
|
||||
['silly', 'silliest'],
|
||||
['simple', 'simplest'],
|
||||
['skinny', 'skinniest'],
|
||||
['sleek', 'sleekest'],
|
||||
['slender', 'slenderest'],
|
||||
['slight', 'slightest'],
|
||||
['slim', 'slimest'],
|
||||
['slimy', 'slimiest'],
|
||||
['slow', 'slowest'],
|
||||
['sly', 'sliest'],
|
||||
['small', 'smallest'],
|
||||
['smelly', 'smelliest'],
|
||||
['solid', 'solidest'],
|
||||
['soon', 'soonest'],
|
||||
['sore', 'sorest'],
|
||||
['spicy', 'spiciest'],
|
||||
['sprightly', 'sprightliest'],
|
||||
['square', 'squarest'],
|
||||
['stark', 'starkest'],
|
||||
['steady', 'steadiest'],
|
||||
['stern', 'sternest'],
|
||||
['strange', 'strangest'],
|
||||
['strict', 'strictest'],
|
||||
['strong', 'strongest'],
|
||||
['stupid', 'stupidest'],
|
||||
['sturdy', 'sturdiest'],
|
||||
['subtle', 'subtlest'],
|
||||
['sudden', 'suddenest'],
|
||||
['swift', 'swiftest'],
|
||||
['tall', 'tallest'],
|
||||
['tame', 'tamest'],
|
||||
['tart', 'tartest'],
|
||||
['thirsty', 'thirstiest'],
|
||||
['tidy', 'tidiest'],
|
||||
['timely', 'timeliest'],
|
||||
['tiny', 'tiniest'],
|
||||
['tired', 'tiredest'],
|
||||
['tranquil', 'tranquilest'],
|
||||
['trendy', 'trendiest'],
|
||||
['true', 'truest'],
|
||||
['ugly', 'ugliest'],
|
||||
['unlikely', 'unlikeliest'],
|
||||
['untidy', 'untidiest'],
|
||||
['vague', 'vaguest'],
|
||||
['vulgar', 'vulgarest'],
|
||||
['wary', 'wariest'],
|
||||
['weary', 'weariest'],
|
||||
['weird', 'weirdest'],
|
||||
['wicked', 'wickedest'],
|
||||
['wild', 'wildest'],
|
||||
['wily', 'wiliest'],
|
||||
['windy', 'windiest'],
|
||||
['wiry', 'wiriest'],
|
||||
['wise', 'wisest'],
|
||||
['wry', 'wriest'],
|
||||
['young', 'youngest'],
|
||||
['zany', 'zaniest'],
|
||||
['bright', 'brightest'],
|
||||
['broad', 'broadest'],
|
||||
['coarse', 'coarsest'],
|
||||
['damp', 'dampest'],
|
||||
['dark', 'darkest'],
|
||||
['dead', 'deadest'],
|
||||
['deep', 'deepest'],
|
||||
['fast', 'fastest'],
|
||||
['fat', 'fattest'],
|
||||
['flat', 'flattest'],
|
||||
['fresh', 'freshest'],
|
||||
['great', 'greattest'],
|
||||
['hard', 'hardest'],
|
||||
['loose', 'loosest'],
|
||||
['mad', 'madest'],
|
||||
['quick', 'quickest'],
|
||||
['quiet', 'quiettest'],
|
||||
['red', 'redest'],
|
||||
['ripe', 'ripest'],
|
||||
['rough', 'roughest'],
|
||||
['sad', 'sadest'],
|
||||
['sharp', 'sharpest'],
|
||||
['short', 'shortest'],
|
||||
['sick', 'sickest'],
|
||||
['smart', 'smartest'],
|
||||
['soft', 'softest'],
|
||||
['steep', 'steepest'],
|
||||
['stiff', 'stiffest'],
|
||||
['straight', 'straightest'],
|
||||
['sweet', 'sweetest'],
|
||||
['thick', 'thickest'],
|
||||
['tight', 'tightest'],
|
||||
['tough', 'toughest'],
|
||||
['weak', 'weakest'],
|
||||
['white', 'whitest'],
|
||||
['wide', 'widest'],
|
||||
['dire', 'direst'],
|
||||
['polite', 'politest'],
|
||||
['eager', 'eagerest'],
|
||||
['prompt', 'promptest'],
|
||||
['cheerful', 'cheerfullest'],
|
||||
|
||||
|
||||
]
|
||||
@@ -0,0 +1,17 @@
|
||||
import Comparative from './Comparative.js'
|
||||
import Gerund from './Gerund.js'
|
||||
import Participle from './Participle.js'
|
||||
import PastTense from './PastTense.js'
|
||||
import PresentTense from './PresentTense.js'
|
||||
import Superlative from './Superlative.js'
|
||||
import AdjToNoun from './AdjToNoun.js'
|
||||
|
||||
export default {
|
||||
Comparative,
|
||||
Gerund,
|
||||
Participle,
|
||||
PastTense,
|
||||
PresentTense,
|
||||
Superlative,
|
||||
AdjToNoun,
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title></title>
|
||||
<link href="https://unpkg.com/spencer-css@1.1.3/builds/spencer.min.css" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Tajawal&display=swap" rel="stylesheet" />
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Tajawal';
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="m2">
|
||||
<div class="f2 red ">nlp-compromise stress-test</div>
|
||||
<div>parse a bunch of large texts in the browser</div>
|
||||
<button id="start" class="m2">start</button>
|
||||
<div id="duration" class="darkgrey f3"></div>
|
||||
</div>
|
||||
<table id="stage" class=" m4 center w10"></table>
|
||||
<script src="../builds/three/compromise-three.cjs"></script>
|
||||
<!-- <script src="https://unpkg.com/compromise@11.14.2/builds/compromise.min.js"></script> -->
|
||||
<script defer>
|
||||
let url = 'https://unpkg.com/nlp-corpus@3.3.0/builds/nlp-corpus-1.json'
|
||||
fetch(url)
|
||||
.then(response => {
|
||||
return response.json()
|
||||
})
|
||||
.then(texts => {
|
||||
window.texts = texts
|
||||
console.log('loaded')
|
||||
})
|
||||
document.querySelector('#start').onclick = function () {
|
||||
console.log(nlp)
|
||||
console.log(nlp.version)
|
||||
let el = document.querySelector('#stage')
|
||||
document.querySelector('#start').innerHTML = 'running..'
|
||||
el.innerHTML = ''
|
||||
let begin = Date.now()
|
||||
console.log('start')
|
||||
let els = texts.map(txt => {
|
||||
let start = Date.now()
|
||||
let doc = nlp(txt)
|
||||
let duration = Date.now() - start
|
||||
return `<tr class="m3 h4"><td>${txt.slice(0, 50)}</td>
|
||||
<td>${doc.wordCount().toLocaleString()} words</td>
|
||||
<td>${duration.toLocaleString()}ms</td>
|
||||
<td class="darkgrey f2">${parseInt(doc.wordCount() / duration)}ms per word</td>
|
||||
</tr>`
|
||||
})
|
||||
el.innerHTML = els.join('')
|
||||
document.querySelector('#duration').innerHTML = parseInt(Date.now() - begin, 10) / 1000 + 's - in total'
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,40 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
#result {
|
||||
font-size: 40px;
|
||||
margin: 20%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: steelblue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<script src="../builds/three/compromise-three.cjs"></script>
|
||||
<script src="../plugins/speech/builds/compromise-speech.cjs"></script>
|
||||
<!-- <script src="https://unpkg.com/compromise-numbers"></script> -->
|
||||
<script defer>
|
||||
// compromise is loaded as 'window.nlp'
|
||||
// plugin is loaded as 'window.compromiseSpeech'
|
||||
nlp.plugin(compromiseSpeech)
|
||||
|
||||
var doc = nlp('edmonton oilers')
|
||||
doc.compute('syllables')
|
||||
|
||||
window.onload = function () {
|
||||
let arr = doc.syllables()
|
||||
let el = document.getElementById('result')
|
||||
el.innerHTML = JSON.stringify(arr, null, 2)
|
||||
}
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<div>compromise plugin demo</div>
|
||||
<div><a href="https://github.com/spencermountain/compromise/blob/master/demo/plugin.html">view source</a></div>
|
||||
<pre id="result"></pre>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
/* global importScripts */
|
||||
|
||||
//loads and runs compromise inside the worker-instance
|
||||
self.addEventListener(
|
||||
'message',
|
||||
function (e) {
|
||||
// importScripts('https://unpkg.com/compromise@next')
|
||||
importScripts('../../builds/compromise.js')
|
||||
const doc = self.nlp(e.data)
|
||||
const m = doc.places()
|
||||
self.postMessage(m.json({ count: true, unique: true }))
|
||||
},
|
||||
false
|
||||
)
|
||||
@@ -0,0 +1,72 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
#result {
|
||||
font-size: 40px;
|
||||
margin: 20%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: steelblue;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
margin-left: 25%;
|
||||
margin-top: 5%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<script>
|
||||
//create the worker
|
||||
var worker = new Worker('./_worker.js')
|
||||
//respond to it finishing
|
||||
worker.addEventListener('message', function (msg) {
|
||||
console.log('worker response:', msg)
|
||||
// render results in some html:
|
||||
let rows = msg.data.map(o => `<div>${o.text}</div>`).join('')
|
||||
// boom.
|
||||
document.getElementById('result').innerHTML = rows
|
||||
}, false)
|
||||
|
||||
window.onload = function () {
|
||||
//send the worker some text
|
||||
let text = document.getElementById('text').value
|
||||
worker.postMessage(text)
|
||||
}
|
||||
</script>
|
||||
|
||||
<body>
|
||||
compromise <a href="https://www.html5rocks.com/en/tutorials/workers/basics/">web-worker</a> demo
|
||||
<div><a href="https://github.com/spencermountain/compromise/blob/master/demo/plugin.html">view source</a></div>
|
||||
<p></p>
|
||||
<textarea id="text">
|
||||
Now this is a story all about how my life got flipped-turned upside down.
|
||||
and I'd like to take a minute, just sit right there, I'll tell you how I became the prince of a town called Bel-Air.
|
||||
In west Philadelphia born and raised, on the playground was where I spent most of my days.
|
||||
Chillin' out maxin' relaxin' all cool, and all shooting some b-ball outside of the school.
|
||||
When a couple of guys who were up to no good started making trouble in my neighborhood,
|
||||
I got in one little fight and my mom got scared, she said, "You're movin' with your auntie and uncle in Bel-Air".
|
||||
I begged and pleaded with her day after day but she packed my suitcase and sent me on my way.
|
||||
She gave me a kiss and then she gave me my ticket. I put my Walkman on and said, "I might as well kick it".
|
||||
First class, yo, this is bad. Drinking orange juice out of a champagne glass.
|
||||
Is this what the people of Bel-Air living like? Hmm, this might be alright.
|
||||
But wait I hear they're prissy, bourgeois, all that. Is this the type of place that they just send this cool cat?
|
||||
I don't think so, I'll see when I get there.
|
||||
I hope they're prepared for the prince of Bel-Air.
|
||||
Well, the plane landed and when I came out. There was a dude who looked like a cop standing there with my name out.
|
||||
I ain't trying to get arrested yet, I just got here.
|
||||
I sprang with the quickness like lightning, disappeared.
|
||||
I whistled for a cab and when it came near. The license plate said "Fresh" and it had dice in the mirror.
|
||||
If anything I could say that this cab was rare, but I thought, "Nah, forget it" – "Yo, home to Bel-Air"!
|
||||
I pulled up to the house about 7 or 8 and I yelled to the cabbie, "Yo home smell ya later".
|
||||
I looked at my kingdom, I was finally there. To sit on my throne as the Prince of Bel-Air.
|
||||
</textarea>
|
||||
<p class="desc">worker output:</p>
|
||||
<div id="result"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,40 @@
|
||||
import * as regexpPlugin from "eslint-plugin-regexp"
|
||||
|
||||
export default [
|
||||
regexpPlugin.configs["flat/recommended"],
|
||||
|
||||
{
|
||||
// "ignorePatterns": ["**/builds/*"],
|
||||
"ignores": ["**/builds/*"],
|
||||
"rules": {
|
||||
"comma-dangle": [1, "only-multiline"],
|
||||
"quotes": [0, "single", "avoid-escape"],
|
||||
"max-nested-callbacks": [1, 4],
|
||||
"max-params": [1, 5],
|
||||
"consistent-return": 1,
|
||||
"no-bitwise": 1,
|
||||
"no-empty": 1,
|
||||
"no-console": 1,
|
||||
"no-duplicate-imports": 1,
|
||||
"no-eval": 2,
|
||||
"no-implied-eval": 2,
|
||||
"no-mixed-operators": 2,
|
||||
"no-multi-assign": 2,
|
||||
"no-nested-ternary": 1,
|
||||
"no-prototype-builtins": 0,
|
||||
"no-self-compare": 1,
|
||||
"no-sequences": 1,
|
||||
"no-shadow": 2,
|
||||
"no-unmodified-loop-condition": 1,
|
||||
"no-use-before-define": 1,
|
||||
"prefer-const": 1,
|
||||
"radix": 1,
|
||||
"no-unused-vars": 1,
|
||||
"regexp/prefer-d": 0,
|
||||
"regexp/prefer-w": 0,
|
||||
"regexp/prefer-range": 0,
|
||||
"regexp/no-unused-capturing-group": 0,
|
||||
"eslint-comments/no-unused-disable": 0
|
||||
}
|
||||
},
|
||||
]
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "compromise-one",
|
||||
"version": "14.14.4",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"module": "./../src/one.js",
|
||||
"main": "./../src/one.js",
|
||||
"types": "./../types/one.d.ts",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./../types/one/one.d.ts",
|
||||
"default": "./../src/one.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./../types/one.d.cts",
|
||||
"default": "./../builds/one/compromise-one.cjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
|
||||
"license": "MIT",
|
||||
"sideEffects": true
|
||||
}
|
||||
+151
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
|
||||
"name": "compromise",
|
||||
"description": "modest natural language processing",
|
||||
"version": "14.15.1",
|
||||
"module": "./src/three.js",
|
||||
"main": "./src/three.js",
|
||||
"unpkg": "./builds/compromise.js",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"types": "./types/three.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./types/three.d.ts",
|
||||
"default": "./src/three.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./types/three.d.cts",
|
||||
"default": "./builds/three/compromise-three.cjs"
|
||||
}
|
||||
},
|
||||
"./tokenize": {
|
||||
"import": {
|
||||
"types": "./types/one.d.ts",
|
||||
"default": "./src/one.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./types/one.d.cts",
|
||||
"default": "./builds/one/compromise-one.cjs"
|
||||
}
|
||||
},
|
||||
"./one": {
|
||||
"import": {
|
||||
"types": "./types/one.d.ts",
|
||||
"default": "./src/one.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./types/one.d.cts",
|
||||
"default": "./builds/one/compromise-one.cjs"
|
||||
}
|
||||
},
|
||||
"./two": {
|
||||
"import": {
|
||||
"types": "./types/two.d.ts",
|
||||
"default": "./src/two.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./types/two.d.cts",
|
||||
"default": "./builds/two/compromise-two.cjs"
|
||||
}
|
||||
},
|
||||
"./three": {
|
||||
"import": {
|
||||
"types": "./types/three.d.ts",
|
||||
"default": "./src/three.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./types/three.d.cts",
|
||||
"default": "./builds/three/compromise-three.cjs"
|
||||
}
|
||||
},
|
||||
"./misc": {
|
||||
"types": "./types/misc.d.ts"
|
||||
},
|
||||
"./view/one": {
|
||||
"types": "./types/view/one.d.ts"
|
||||
},
|
||||
"./view/two": {
|
||||
"types": "./types/view/two.d.ts"
|
||||
},
|
||||
"./view/three": {
|
||||
"types": "./types/view/three.d.ts"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/spencermountain/compromise.git"
|
||||
},
|
||||
"homepage": "https://github.com/spencermountain/compromise",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run version && rollup -c --silent",
|
||||
"watch": "node --watch ./scratch.js",
|
||||
"pack": "node ./scripts/pack.js",
|
||||
"version": "node ./scripts/version.js",
|
||||
"test": "tape \"./tests/**/*.test.js\" | tap-dancer",
|
||||
"testb": "npm run test:smoke && cross-env TESTENV=prod npm run test",
|
||||
"test:one": "tape \"./tests/one/**/*.test.js\" | tap-dancer",
|
||||
"test:two": "tape \"./tests/two/**/*.test.js\" | tap-dancer",
|
||||
"test:three": "tape \"./tests/three/**/*.test.js\" | tap-dancer",
|
||||
"test:smoke": "tape \"./scripts/test/smoke.test.js\" | tap-dancer",
|
||||
"test:plugins": "tape \"./plugins/**/tests/**/*.test.js\" | tap-dancer",
|
||||
"stress": "node scripts/test/stress.js",
|
||||
"debug": "node ./scripts/debug.js",
|
||||
"match": "node ./scripts/match.js",
|
||||
"coverage": "c8 -r lcov -n 'src/**/*' -n 'plugins/**/*' npm run test",
|
||||
"perf": "node ./scripts/perf/index.js",
|
||||
"flame": "clinic flame -- node ./scripts/perf/flame",
|
||||
"lint": "eslint src",
|
||||
"plugins:ci": "node ./scripts/plugins.js npm ci",
|
||||
"plugins:build": "node ./scripts/plugins.js npm run build"
|
||||
},
|
||||
"files": [
|
||||
"builds/",
|
||||
"types/",
|
||||
"src/",
|
||||
"tokenize/",
|
||||
"one/",
|
||||
"two/",
|
||||
"three/"
|
||||
],
|
||||
"keywords": [
|
||||
"nlp"
|
||||
],
|
||||
"prettier": {
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"arrowParens": "avoid"
|
||||
},
|
||||
"dependencies": {
|
||||
"efrt": "2.7.0",
|
||||
"grad-school": "0.0.5",
|
||||
"suffix-thumb": "5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "16.0.3",
|
||||
"@rollup/plugin-terser": "1.0.0",
|
||||
"cross-env": "10.1.0",
|
||||
"eslint": "10.4.0",
|
||||
"eslint-plugin-regexp": "3.1.0",
|
||||
"nlp-corpus": "4.4.0",
|
||||
"rollup": "4.60.4",
|
||||
"rollup-plugin-filesize-check": "1.2.0",
|
||||
"shelljs": "0.10.0",
|
||||
"tap-dancer": "0.3.4",
|
||||
"tape": "5.9.0"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"builds/*.js",
|
||||
"*.ts",
|
||||
"_old/**",
|
||||
"_tests/**"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
attempt to create a [unist-formatted](https://github.com/syntax-tree/unist) Abstract Syntax Tree via some [dependency parsing](http://nlpprogress.com/english/dependency_parsing.html)
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "compromise-ast",
|
||||
"description": "plugin for nlp-compromise",
|
||||
"version": "0.0.0",
|
||||
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
|
||||
"main": "./src/plugin.js",
|
||||
"unpkg": "./builds/compromise-ast.min.js",
|
||||
"module": "./builds/compromise-ast.mjs",
|
||||
"type": "module",
|
||||
"types": "index.d.ts",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/plugin.js",
|
||||
"require": "./builds/compromise-ast.cjs"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/spencermountain/compromise.git"
|
||||
},
|
||||
"homepage": "https://github.com/spencermountain/compromise/tree/master/plugins/ast",
|
||||
"scripts": {
|
||||
"test": "tape \"./tests/**/*.test.js\" | tap-dancer --color always",
|
||||
"testb": "TESTENV=prod tape \"./tests/**/*.test.js\" | tap-dancer --color always",
|
||||
"watch": "node --watch ./scratch.js",
|
||||
"build": "rollup -c --silent"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"builds/*.js"
|
||||
],
|
||||
"files": [
|
||||
"builds/",
|
||||
"src/",
|
||||
"index.d.ts"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"compromise": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^24.0.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
import nlp from '../../../src/three.js'
|
||||
import plg from './src/plugin.js'
|
||||
nlp.plugin(plg)
|
||||
|
||||
let str = ''
|
||||
str = `I prefer the morning flight through Denver. it was cool,
|
||||
oh yeah nice`
|
||||
const doc = nlp(str)
|
||||
// console.log(doc.lines())
|
||||
// let tree = doc.ast()
|
||||
// console.dir(tree, { depth: 10 })
|
||||
doc.chunks().debug('chunker')
|
||||
@@ -0,0 +1,75 @@
|
||||
|
||||
const chunkType = function (chunk) {
|
||||
if (chunk.isVerb().found) {
|
||||
return 'verbPhrase'
|
||||
}
|
||||
if (chunk.isNoun().found) {
|
||||
return 'nounPhrase'
|
||||
}
|
||||
if (chunk.isPivot().found) {
|
||||
return 'pivot'
|
||||
}
|
||||
if (chunk.isAdjective().found) {
|
||||
return 'adjectivePhrase'
|
||||
}
|
||||
return null
|
||||
}
|
||||
|
||||
const doWord = function (w) {
|
||||
const term = w.docs[0][0]
|
||||
const offset = term.offset
|
||||
const node = {
|
||||
type: 'word',
|
||||
children: [],
|
||||
position: {
|
||||
start: { line: term.line + 1, column: null, offset: offset.start },
|
||||
end: { line: term.line + 1, column: null, offset: offset.start + offset.length }
|
||||
}
|
||||
}
|
||||
if (term.pre) {
|
||||
node.children.push({
|
||||
type: 'punct', value: term.pre, // data: { word: false }
|
||||
})
|
||||
}
|
||||
node.children.push({
|
||||
type: 'text', value: term.text, data: { normal: term.normal, tags: Array.from(term.tags) },
|
||||
// position: { }
|
||||
})
|
||||
if (term.post) {
|
||||
node.children.push({
|
||||
type: 'punct', value: term.post, // data: { word: false }
|
||||
})
|
||||
}
|
||||
return node
|
||||
}
|
||||
|
||||
const doChunk = function (chunk) {
|
||||
const type = chunkType(chunk)
|
||||
const node = {
|
||||
type: type,
|
||||
children: chunk.terms().map(doWord),
|
||||
// position: {}
|
||||
}
|
||||
return node
|
||||
}
|
||||
|
||||
|
||||
const doSentence = function (s) {
|
||||
const node = {
|
||||
type: 'sentence',
|
||||
children: s.chunks().map(doChunk, []),
|
||||
position: {}
|
||||
}
|
||||
return node
|
||||
}
|
||||
|
||||
const toAst = function (doc) {
|
||||
doc.compute(['chunks', 'offset', 'lines'])
|
||||
const root = {
|
||||
type: 'root',
|
||||
children: doc.sentences().map(doSentence),
|
||||
position: {}
|
||||
}
|
||||
return root
|
||||
}
|
||||
export default toAst
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
export default {
|
||||
lines: function (view) {
|
||||
view.lines().forEach((arr, i) => {
|
||||
arr.forEach(s => {
|
||||
s.docs[0].forEach(term => {
|
||||
term.line = i
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
// return all newline-seperated sections in the document
|
||||
const toLines = function (doc) {
|
||||
const newLine = /\n/
|
||||
const lines = [[]]
|
||||
// a newline already splits a sentence,
|
||||
// so it can only happen at the end of a sentence
|
||||
doc.sentences().forEach(s => {
|
||||
lines[lines.length - 1].push(s)
|
||||
const terms = s.docs[0]
|
||||
const end = terms[terms.length - 1]
|
||||
if (newLine.test(end.post)) {
|
||||
lines.push([])
|
||||
}
|
||||
})
|
||||
// remove an empty last one
|
||||
if (lines[lines.length - 1].length === 0) {
|
||||
lines.pop()
|
||||
}
|
||||
return lines
|
||||
}
|
||||
export default toLines
|
||||
@@ -0,0 +1,21 @@
|
||||
import toAst from './ast.js'
|
||||
import toLines from './lines.js'
|
||||
import compute from './compute/index.js'
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
compute,
|
||||
|
||||
api: function (View) {
|
||||
|
||||
View.prototype.lines = function () {
|
||||
return toLines(this)
|
||||
}
|
||||
|
||||
|
||||
View.prototype.ast = function (opts) {
|
||||
return toAst(this, opts)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<div align="center">
|
||||
<img src="https://cloud.githubusercontent.com/assets/399657/23590290/ede73772-01aa-11e7-8915-181ef21027bc.png" />
|
||||
|
||||
<div>a plugin for <a href="https://github.com/spencermountain/compromise/">compromise</a></div>
|
||||
|
||||
<!-- npm version -->
|
||||
<a href="https://npmjs.org/package/compromise-cmd-k">
|
||||
<img src="https://img.shields.io/npm/v/compromise-cmd-k.svg?style=flat-square" />
|
||||
</a>
|
||||
v
|
||||
<!-- file size -->
|
||||
<a href="https://unpkg.com/compromise-cmd-k/builds/compromise-cmd-k.min.js">
|
||||
<img src="https://badge-size.herokuapp.com/spencermountain/compromise/master/plugins/cmd-k/builds/compromise-cmd-k.min.js" />
|
||||
</a>
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<code>npm install compromise-cmd-k</code>
|
||||
</div>
|
||||
|
||||
experimental plugins for command-prompt parsing
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "compromise-cmd-k",
|
||||
"description": "plugin for nlp-compromise",
|
||||
"version": "0.0.1",
|
||||
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
|
||||
"main": "./src/plugin.js",
|
||||
"unpkg": "./builds/compromise-cmd-k.min.js",
|
||||
"module": "./builds/compromise-cmd-k.mjs",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/plugin.js",
|
||||
"require": "./builds/compromise-cmd-k.cjs",
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/spencermountain/compromise.git"
|
||||
},
|
||||
"homepage": "https://github.com/spencermountain/compromise/tree/master/plugins/dates",
|
||||
"scripts": {
|
||||
"test": "tape \"./tests/**/*.test.js\" | tap-dancer --color always",
|
||||
"testb": "TESTENV=prod tape \"./tests/**/*.test.js\" | tap-dancer --color always",
|
||||
"watch": "node --watch ./scratch.js",
|
||||
"perf": "node ./scripts/perf.js",
|
||||
"version": "node ./scripts/version.js",
|
||||
"build": "npm run version && rollup -c --silent"
|
||||
},
|
||||
"files": [
|
||||
"builds/",
|
||||
"src/",
|
||||
"index.d.ts"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"compromise": ">=14.2.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"license": "MIT"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/* eslint-disable no-console, no-unused-vars */
|
||||
import nlp from '../../../src/three.js'
|
||||
import plugin from './src/plugin.js'
|
||||
nlp.extend(plugin)
|
||||
|
||||
|
||||
let txt = '! i walk !ohyeah gh'
|
||||
const doc = nlp(txt)
|
||||
doc.searchBangs()
|
||||
doc.debug()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import searchBang from './searchBang.js'
|
||||
import slashCmd from './slashCmd.js'
|
||||
|
||||
export default [searchBang, slashCmd]
|
||||
@@ -0,0 +1,48 @@
|
||||
// searchbang is a ! followed by a word
|
||||
// it's a search engine shortcut
|
||||
// !g is google, etc
|
||||
|
||||
|
||||
const instaBangs = [
|
||||
'g',
|
||||
'gh',
|
||||
'yt',
|
||||
]
|
||||
|
||||
const searchBang = {
|
||||
/** add a method */
|
||||
api: (View) => {
|
||||
View.prototype.searchBangs = function () {
|
||||
return this.matchOne('#SearchBang+').text('normal')
|
||||
}
|
||||
},
|
||||
|
||||
/** add some tags */
|
||||
tags: {
|
||||
SearchBang: {
|
||||
notA: ['Noun', 'Verb', 'Adjective'],
|
||||
color: 'red'
|
||||
},
|
||||
},
|
||||
|
||||
/** add words to the stronger, more adamant lexicon */
|
||||
frozen: instaBangs.reduce((h, str) => {
|
||||
h[str] = 'SearchBang'
|
||||
h['!' + str] = 'SearchBang'
|
||||
return h
|
||||
}, {}),
|
||||
|
||||
/** post-process tagger */
|
||||
compute: {
|
||||
tagBangs: (doc) => {
|
||||
doc.match([{ word: '!' }]).tag('#SearchBang')
|
||||
doc.match([{ pre: '!' }]).tag('#SearchBang')
|
||||
doc.match([{ post: '!' }]).tag('#SearchBang')
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/** run it on init */
|
||||
hooks: ['tagBangs']
|
||||
}
|
||||
export default searchBang
|
||||
@@ -0,0 +1,35 @@
|
||||
|
||||
// slashCmds are / followed by a word
|
||||
// they're a way to add custom commands
|
||||
// "/me writes some bugs"
|
||||
|
||||
const slashCmd = {
|
||||
/** add a method */
|
||||
api: (View) => {
|
||||
View.prototype.slashCmds = function () {
|
||||
return this.matchOne('#SlashCmd+').text('normal')
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/** add some tags */
|
||||
tags: {
|
||||
SlashCmd: {
|
||||
notA: ['Noun', 'Verb', 'Adjective'],
|
||||
color: 'yellow'
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
/** post-process tagger */
|
||||
compute: {
|
||||
tagSlashCmds: (doc) => {
|
||||
doc.match([{ pre: '/' }]).not('#Number').tag('#SlashCmd')
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/** run it on init */
|
||||
hooks: ['tagSlashCmds']
|
||||
}
|
||||
export default slashCmd
|
||||
@@ -0,0 +1,3 @@
|
||||
they say that compression and intellegence are the same thing,
|
||||
but I'm not small-enough to understand that.
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
import lz from './lz.js'
|
||||
import fs from 'fs'
|
||||
|
||||
let string = fs.readFileSync('../../../plugins/speed/tests/files/freshPrince.txt').toString()
|
||||
// string = "This is my compression test.";
|
||||
|
||||
|
||||
// console.log("Size of sample is: " + string.length, '\n\n');
|
||||
const compressed = lz.compress(string);
|
||||
// console.log(string)
|
||||
// console.log(compressed)
|
||||
// console.log("\n\nSize of compressed sample is: " + compressed.length);
|
||||
string = lz.decompress(compressed);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
[
|
||||
text,
|
||||
tag,
|
||||
post,
|
||||
pre
|
||||
*/
|
||||
@@ -0,0 +1,460 @@
|
||||
/* eslint-disable */
|
||||
// Copyright (c) 2013 Pieroxy <pieroxy@pieroxy.net>
|
||||
// This work is free. You can redistribute it and/or modify it
|
||||
// under the terms of the WTFPL, Version 2
|
||||
// For more information see LICENSE.txt or http://www.wtfpl.net/
|
||||
//
|
||||
// For more information, the home page:
|
||||
// http://pieroxy.net/blog/pages/lz-string/testing.html
|
||||
//
|
||||
// LZ-based compression algorithm, version 1.4.4
|
||||
|
||||
// private property
|
||||
var f = String.fromCharCode;
|
||||
var keyStrBase64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
||||
var keyStrUriSafe = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$";
|
||||
var baseReverseDic = {};
|
||||
|
||||
function getBaseValue(alphabet, character) {
|
||||
if (!baseReverseDic[alphabet]) {
|
||||
baseReverseDic[alphabet] = {};
|
||||
for (var i = 0; i < alphabet.length; i++) {
|
||||
baseReverseDic[alphabet][alphabet.charAt(i)] = i;
|
||||
}
|
||||
}
|
||||
return baseReverseDic[alphabet][character];
|
||||
}
|
||||
|
||||
var LZString = {
|
||||
compressToBase64: function (input) {
|
||||
if (input == null) return "";
|
||||
var res = LZString._compress(input, 6, function (a) { return keyStrBase64.charAt(a); });
|
||||
switch (res.length % 4) { // To produce valid Base64
|
||||
default: // When could this happen ?
|
||||
case 0: return res;
|
||||
case 1: return res + "===";
|
||||
case 2: return res + "==";
|
||||
case 3: return res + "=";
|
||||
}
|
||||
},
|
||||
|
||||
decompressFromBase64: function (input) {
|
||||
if (input == null) return "";
|
||||
if (input == "") return null;
|
||||
return LZString._decompress(input.length, 32, function (index) { return getBaseValue(keyStrBase64, input.charAt(index)); });
|
||||
},
|
||||
|
||||
compressToUTF16: function (input) {
|
||||
if (input == null) return "";
|
||||
return LZString._compress(input, 15, function (a) { return f(a + 32); }) + " ";
|
||||
},
|
||||
|
||||
decompressFromUTF16: function (compressed) {
|
||||
if (compressed == null) return "";
|
||||
if (compressed == "") return null;
|
||||
return LZString._decompress(compressed.length, 16384, function (index) { return compressed.charCodeAt(index) - 32; });
|
||||
},
|
||||
|
||||
//compress into a string that is already URI encoded
|
||||
compressToEncodedURIComponent: function (input) {
|
||||
if (input == null) return "";
|
||||
return LZString._compress(input, 6, function (a) { return keyStrUriSafe.charAt(a); });
|
||||
},
|
||||
|
||||
//decompress from an output of compressToEncodedURIComponent
|
||||
decompressFromEncodedURIComponent: function (input) {
|
||||
if (input == null) return "";
|
||||
if (input == "") return null;
|
||||
input = input.replace(/ /g, "+");
|
||||
return LZString._decompress(input.length, 32, function (index) { return getBaseValue(keyStrUriSafe, input.charAt(index)); });
|
||||
},
|
||||
|
||||
compress: function (uncompressed) {
|
||||
return LZString._compress(uncompressed, 16, function (a) { return f(a); });
|
||||
},
|
||||
_compress: function (uncompressed, bitsPerChar, getCharFromInt) {
|
||||
if (uncompressed == null) return "";
|
||||
var i, value,
|
||||
context_dictionary = {},
|
||||
context_dictionaryToCreate = {},
|
||||
context_c = "",
|
||||
context_wc = "",
|
||||
context_w = "",
|
||||
context_enlargeIn = 2, // Compensate for the first entry which should not count
|
||||
context_dictSize = 3,
|
||||
context_numBits = 2,
|
||||
context_data = [],
|
||||
context_data_val = 0,
|
||||
context_data_position = 0,
|
||||
ii;
|
||||
|
||||
for (ii = 0; ii < uncompressed.length; ii += 1) {
|
||||
context_c = uncompressed.charAt(ii);
|
||||
if (!Object.prototype.hasOwnProperty.call(context_dictionary, context_c)) {
|
||||
context_dictionary[context_c] = context_dictSize++;
|
||||
context_dictionaryToCreate[context_c] = true;
|
||||
}
|
||||
|
||||
context_wc = context_w + context_c;
|
||||
if (Object.prototype.hasOwnProperty.call(context_dictionary, context_wc)) {
|
||||
context_w = context_wc;
|
||||
} else {
|
||||
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate, context_w)) {
|
||||
if (context_w.charCodeAt(0) < 256) {
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
}
|
||||
value = context_w.charCodeAt(0);
|
||||
for (i = 0; i < 8; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
} else {
|
||||
value = 1;
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1) | value;
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = 0;
|
||||
}
|
||||
value = context_w.charCodeAt(0);
|
||||
for (i = 0; i < 16; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
}
|
||||
context_enlargeIn--;
|
||||
if (context_enlargeIn == 0) {
|
||||
context_enlargeIn = Math.pow(2, context_numBits);
|
||||
context_numBits++;
|
||||
}
|
||||
delete context_dictionaryToCreate[context_w];
|
||||
} else {
|
||||
value = context_dictionary[context_w];
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
context_enlargeIn--;
|
||||
if (context_enlargeIn == 0) {
|
||||
context_enlargeIn = Math.pow(2, context_numBits);
|
||||
context_numBits++;
|
||||
}
|
||||
// Add wc to the dictionary.
|
||||
context_dictionary[context_wc] = context_dictSize++;
|
||||
context_w = String(context_c);
|
||||
}
|
||||
}
|
||||
|
||||
// Output the code for w.
|
||||
if (context_w !== "") {
|
||||
if (Object.prototype.hasOwnProperty.call(context_dictionaryToCreate, context_w)) {
|
||||
if (context_w.charCodeAt(0) < 256) {
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
}
|
||||
value = context_w.charCodeAt(0);
|
||||
for (i = 0; i < 8; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
} else {
|
||||
value = 1;
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1) | value;
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = 0;
|
||||
}
|
||||
value = context_w.charCodeAt(0);
|
||||
for (i = 0; i < 16; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
}
|
||||
context_enlargeIn--;
|
||||
if (context_enlargeIn == 0) {
|
||||
context_enlargeIn = Math.pow(2, context_numBits);
|
||||
context_numBits++;
|
||||
}
|
||||
delete context_dictionaryToCreate[context_w];
|
||||
} else {
|
||||
value = context_dictionary[context_w];
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
context_enlargeIn--;
|
||||
if (context_enlargeIn == 0) {
|
||||
context_enlargeIn = Math.pow(2, context_numBits);
|
||||
context_numBits++;
|
||||
}
|
||||
}
|
||||
|
||||
// Mark the end of the stream
|
||||
value = 2;
|
||||
for (i = 0; i < context_numBits; i++) {
|
||||
context_data_val = (context_data_val << 1) | (value & 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data_position = 0;
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
context_data_val = 0;
|
||||
} else {
|
||||
context_data_position++;
|
||||
}
|
||||
value = value >> 1;
|
||||
}
|
||||
|
||||
// Flush the last char
|
||||
while (true) {
|
||||
context_data_val = (context_data_val << 1);
|
||||
if (context_data_position == bitsPerChar - 1) {
|
||||
context_data.push(getCharFromInt(context_data_val));
|
||||
break;
|
||||
}
|
||||
else context_data_position++;
|
||||
}
|
||||
return context_data.join('');
|
||||
},
|
||||
|
||||
decompress: function (compressed) {
|
||||
if (compressed == null) return "";
|
||||
if (compressed == "") return null;
|
||||
return LZString._decompress(compressed.length, 32768, function (index) { return compressed.charCodeAt(index); });
|
||||
},
|
||||
|
||||
_decompress: function (length, resetValue, getNextValue) {
|
||||
var dictionary = [],
|
||||
next,
|
||||
enlargeIn = 4,
|
||||
dictSize = 4,
|
||||
numBits = 3,
|
||||
entry = "",
|
||||
result = [],
|
||||
i,
|
||||
w,
|
||||
bits, resb, maxpower, power,
|
||||
c,
|
||||
data = { val: getNextValue(0), position: resetValue, index: 1 };
|
||||
|
||||
for (i = 0; i < 3; i += 1) {
|
||||
dictionary[i] = i;
|
||||
}
|
||||
|
||||
bits = 0;
|
||||
maxpower = Math.pow(2, 2);
|
||||
power = 1;
|
||||
while (power != maxpower) {
|
||||
resb = data.val & data.position;
|
||||
data.position >>= 1;
|
||||
if (data.position == 0) {
|
||||
data.position = resetValue;
|
||||
data.val = getNextValue(data.index++);
|
||||
}
|
||||
bits |= (resb > 0 ? 1 : 0) * power;
|
||||
power <<= 1;
|
||||
}
|
||||
|
||||
switch (next = bits) {
|
||||
case 0:
|
||||
bits = 0;
|
||||
maxpower = Math.pow(2, 8);
|
||||
power = 1;
|
||||
while (power != maxpower) {
|
||||
resb = data.val & data.position;
|
||||
data.position >>= 1;
|
||||
if (data.position == 0) {
|
||||
data.position = resetValue;
|
||||
data.val = getNextValue(data.index++);
|
||||
}
|
||||
bits |= (resb > 0 ? 1 : 0) * power;
|
||||
power <<= 1;
|
||||
}
|
||||
c = f(bits);
|
||||
break;
|
||||
case 1:
|
||||
bits = 0;
|
||||
maxpower = Math.pow(2, 16);
|
||||
power = 1;
|
||||
while (power != maxpower) {
|
||||
resb = data.val & data.position;
|
||||
data.position >>= 1;
|
||||
if (data.position == 0) {
|
||||
data.position = resetValue;
|
||||
data.val = getNextValue(data.index++);
|
||||
}
|
||||
bits |= (resb > 0 ? 1 : 0) * power;
|
||||
power <<= 1;
|
||||
}
|
||||
c = f(bits);
|
||||
break;
|
||||
case 2:
|
||||
return "";
|
||||
}
|
||||
dictionary[3] = c;
|
||||
w = c;
|
||||
result.push(c);
|
||||
while (true) {
|
||||
if (data.index > length) {
|
||||
return "";
|
||||
}
|
||||
|
||||
bits = 0;
|
||||
maxpower = Math.pow(2, numBits);
|
||||
power = 1;
|
||||
while (power != maxpower) {
|
||||
resb = data.val & data.position;
|
||||
data.position >>= 1;
|
||||
if (data.position == 0) {
|
||||
data.position = resetValue;
|
||||
data.val = getNextValue(data.index++);
|
||||
}
|
||||
bits |= (resb > 0 ? 1 : 0) * power;
|
||||
power <<= 1;
|
||||
}
|
||||
|
||||
switch (c = bits) {
|
||||
case 0:
|
||||
bits = 0;
|
||||
maxpower = Math.pow(2, 8);
|
||||
power = 1;
|
||||
while (power != maxpower) {
|
||||
resb = data.val & data.position;
|
||||
data.position >>= 1;
|
||||
if (data.position == 0) {
|
||||
data.position = resetValue;
|
||||
data.val = getNextValue(data.index++);
|
||||
}
|
||||
bits |= (resb > 0 ? 1 : 0) * power;
|
||||
power <<= 1;
|
||||
}
|
||||
|
||||
dictionary[dictSize++] = f(bits);
|
||||
c = dictSize - 1;
|
||||
enlargeIn--;
|
||||
break;
|
||||
case 1:
|
||||
bits = 0;
|
||||
maxpower = Math.pow(2, 16);
|
||||
power = 1;
|
||||
while (power != maxpower) {
|
||||
resb = data.val & data.position;
|
||||
data.position >>= 1;
|
||||
if (data.position == 0) {
|
||||
data.position = resetValue;
|
||||
data.val = getNextValue(data.index++);
|
||||
}
|
||||
bits |= (resb > 0 ? 1 : 0) * power;
|
||||
power <<= 1;
|
||||
}
|
||||
dictionary[dictSize++] = f(bits);
|
||||
c = dictSize - 1;
|
||||
enlargeIn--;
|
||||
break;
|
||||
case 2:
|
||||
return result.join('');
|
||||
}
|
||||
|
||||
if (enlargeIn == 0) {
|
||||
enlargeIn = Math.pow(2, numBits);
|
||||
numBits++;
|
||||
}
|
||||
|
||||
if (dictionary[c]) {
|
||||
entry = dictionary[c];
|
||||
} else {
|
||||
if (c === dictSize) {
|
||||
entry = w + w.charAt(0);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
result.push(entry);
|
||||
|
||||
// Add w+entry[0] to the dictionary.
|
||||
dictionary[dictSize++] = w + entry.charAt(0);
|
||||
enlargeIn--;
|
||||
|
||||
w = entry;
|
||||
|
||||
if (enlargeIn == 0) {
|
||||
enlargeIn = Math.pow(2, numBits);
|
||||
numBits++;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
export default LZString;
|
||||
@@ -0,0 +1 @@
|
||||
experimental nlp on a [unified/remark](https://unifiedjs.com/) AST.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user