1017 B
1017 B
id, title, tags, daily
| id | title | tags | daily | ||
|---|---|---|---|---|---|
| 2026-01-31T12:48:00-0500 | 2026-01-31 12:48:00 |
|
2026-01-31 |
2026-01-31 12:48:00
Follow-up to 2026-01-19_11-57-39
a natural-language parser could easily determine where hyphens should be replaced with em dashes.
"deep-set" {ADJECTIVE}-{VERB_PAST_TENSE} -> {COMPOUND_ADJECTIVE}
"leather-covered" {NOUN}-{VERB_PAST_TENSE} -> {COMPOUND_ADJECTIVE}
"magic-worker" {NOUN}-{AGENT_NOUN} -> {COMPOUND_NOUN}
"eon-old" {NOUN}-{ADJECTIVE} -> {COMPOUND_ADJECTIVE}
"one-armed" {NUMBER_ADJECTIVE}-{ADJECTIVE} -> {COMPOUND_ADJECTIVE}
"twenty-two" {NUMBER_ADJECTIVE}-{NUMBER_ADJECTIVE} -> {NUMBER_ADJECTIVE}
- -er / -or: worker, runner, actor
- -ist: pianist, socialist
- -ant / -ent: assistant, respondent
- -ee (often recipient rather than doer, but related): employee, trainee