Skip to content

Commit

Permalink
Merge pull request #1079 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain committed Jan 16, 2024
2 parents 4ef66b3 + cc864eb commit 015ce33
Show file tree
Hide file tree
Showing 36 changed files with 1,148 additions and 475 deletions.
2 changes: 1 addition & 1 deletion builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.mjs

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v
-->

#### 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
Expand Down
1 change: 1 addition & 0 deletions data/lexicon/adjectives/adjectives.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,4 +809,5 @@ export default [
'greasy',
'pointy',
'testy',
'sold out',
]
7 changes: 2 additions & 5 deletions data/lexicon/switches/adj-noun.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// the commercial market
// watching the commercial
export default [


'academic',
'adolescent',
'adult',
Expand Down Expand Up @@ -95,6 +93,7 @@ export default [
'mortal',
'nagging',
'novel',
'nuts',
'offensive',
'official',
'opposite',
Expand Down Expand Up @@ -166,6 +165,4 @@ export default [
'void',
'watershed',
'welcome',


]
]
35 changes: 28 additions & 7 deletions data/lexicon/switches/adj-past.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// fallback: 'Adjective',
export default [
'abandoned',
'absorbed',
'accepted',
'acknowledged',
'adjusted',
Expand All @@ -24,10 +25,12 @@ export default [
'augmented',
'authorized',
'awarded',
'baffled',
'baked', //baked goods
'balanced',
'based',//modern slang
'based', //modern slang
'battered',
'bewildered',
'biased',
'blessed',
'blinded',
Expand Down Expand Up @@ -73,6 +76,7 @@ export default [
'dampened',
'dated',
'dazed',
'dazzled',
'decayed',
'decentralized',
'decorated',
Expand Down Expand Up @@ -101,44 +105,53 @@ export default [
'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',
Expand All @@ -149,7 +162,9 @@ export default [
'infected',
'inflated',
'informed',
'infuriated',
'injured',
'inspired',
'integrated',
'intended',
'intensified',
Expand All @@ -174,6 +189,7 @@ export default [
'loaded',
'locked',
'lost',
'loved',
'managed',
'manufactured',
'marked',
Expand All @@ -184,12 +200,15 @@ export default [
'motivated',
'mounted',
'muted',
'mystified',
'nagged',
'needed',
'neglected',
'noted',
'nourished',
'observed',
'occupied',
'oppressed',
'organized',
'overlooked',
'overwhelmed',
Expand Down Expand Up @@ -220,6 +239,7 @@ export default [
'protected',
'proved',
'pumped',
'puzzled',
'qualified',
'quoted',
'rained',
Expand Down Expand Up @@ -257,6 +277,7 @@ export default [
'scratched',
'screened',
'sealed',
'seasoned',
'seated',
'secured',
'selected',
Expand All @@ -278,10 +299,12 @@ export default [
'steamed',
'stereotyped',
'stirred',
'stoked',
'strengthened',
'striped',
'stripped',
'stuffed',
'stumped',
'stunned',
'subsidized',
'suggested',
Expand All @@ -292,7 +315,9 @@ export default [
'tanned',
'targeted',
'tarnished',
'teased',
'threatened',
'thrilled',
'tied',
'tired',
'touched',
Expand All @@ -308,6 +333,8 @@ export default [
'unified',
'united',
'updated',
'uplifted',
'upset',
'used',
'varied',
'verified',
Expand All @@ -322,10 +349,4 @@ export default [
'wounded',
'wrinkled',
'yellowed',
'engaged',
'seasoned',
'stoked'
]



0 comments on commit 015ce33

Please sign in to comment.