Skip to content

Commit

Permalink
add collection synonyms, remove unfriendly word
Browse files Browse the repository at this point in the history
  • Loading branch information
Allyson Lubimir committed Oct 18, 2018
1 parent a245af8 commit 7afdf88
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 2,220 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ friendlyWords.objects;
friendlyWords.teams;
> ["troupe","group","posse","coven","team","alliance",...
friendlyWords.collections;
> ["album","assortment","bricolage","collection","compilation","melange",...
```


Expand Down Expand Up @@ -48,6 +51,10 @@ Our word lists are highly-opinionated lists of *predicates* and *direct objects*

> This is a list of synonyms for "team".
`words/collections.txt`

> This is a list of synonyms for "collection".
For our purposes, the predicates are mostly verbs and adjectives.

It's OK for a word to be duplicated between the objects and predicates lists so long as that word is valid in both contexts, e.g. "buffalo-buffalo" or "blue-blue".
Expand Down
2 changes: 1 addition & 1 deletion generated/words.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ const data = require('./generated/words.json');
exports.objects = data.objects;
exports.predicates = data.predicates;
exports.teams = data.teams;
exports.collections = data.collections;
Loading

0 comments on commit 7afdf88

Please sign in to comment.