From 2494d09c40fcb656affe75d80153d3de8ace5989 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 29 Apr 2020 23:24:08 -0700 Subject: [PATCH] Add default 8-part index --- amanuensis/resources/lexicon.json | 43 ++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/amanuensis/resources/lexicon.json b/amanuensis/resources/lexicon.json index 289e5a0..94c112f 100644 --- a/amanuensis/resources/lexicon.json +++ b/amanuensis/resources/lexicon.json @@ -36,7 +36,48 @@ }, "article": { "index": { - "list": null, + "list": [ + { + "type": "char", + "pri": 0, + "pattern": "ABC" + }, + { + "type": "char", + "pri": 0, + "pattern": "DEF" + }, + { + "type": "char", + "pri": 0, + "pattern": "GHI" + }, + { + "type": "char", + "pri": 0, + "pattern": "JKL" + }, + { + "type": "char", + "pri": 0, + "pattern": "MNO" + }, + { + "type": "char", + "pri": 0, + "pattern": "PQRS" + }, + { + "type": "char", + "pri": 0, + "pattern": "TUV" + }, + { + "type": "char", + "pri": 0, + "pattern": "WXYZ" + } + ], "capacity": null }, "citation": {