├── .editorconfig ├── .github └── workflows │ └── main.yml ├── .gitignore ├── .npmrc ├── .prettierignore ├── funding.yml ├── index.js ├── lib ├── index.js └── regex.js ├── license ├── package.json ├── readme.md ├── script ├── generate-fixture.js ├── generate-regex.js └── regenerate-fixtures.js ├── test ├── fixture │ ├── abbrev-final.json │ ├── business-inc.json │ ├── business-ltd.json │ ├── day-fri.json │ ├── day-mon.json │ ├── day-sat.json │ ├── day-sun.json │ ├── day-thu.json │ ├── day-thurs.json │ ├── day-tue.json │ ├── day-tues.json │ ├── day-wed.json │ ├── elision-final-o.json │ ├── elision-final-ol.json │ ├── elision-initial-cause.json │ ├── elision-initial-em.json │ ├── elision-initial-er.json │ ├── elision-initial-im.json │ ├── elision-initial-tis.json │ ├── elision-initial-twas.json │ ├── elision-initial-twere.json │ ├── elision-initial-year-plural.json │ ├── elision-initial-year.json │ ├── elision-n.json │ ├── elision-non-final-smart.json │ ├── elision-non-final.json │ ├── elision-non-initial-smart.json │ ├── elision-non-initial.json │ ├── elision-non-with.json │ ├── elision-w.json │ ├── geographic-ave.json │ ├── geographic-bldg.json │ ├── geographic-blvd.json │ ├── geographic-co.json │ ├── geographic-dr.json │ ├── geographic-ft.json │ ├── geographic-fwy.json │ ├── geographic-hwy.json │ ├── geographic-mt.json │ ├── geographic-nat.json │ ├── geographic-natl.json │ ├── geographic-pen.json │ ├── geographic-pk.json │ ├── geographic-pkwy.json │ ├── geographic-pt.json │ ├── geographic-rd.json │ ├── geographic-rt.json │ ├── geographic-rte.json │ ├── geographic-sq.json │ ├── geographic-st.json │ ├── geographic-state-ala.json │ ├── geographic-state-alta.json │ ├── geographic-state-ariz.json │ ├── geographic-state-ark.json │ ├── geographic-state-beds.json │ ├── geographic-state-berks.json │ ├── geographic-state-bucks.json │ ├── geographic-state-cal.json │ ├── geographic-state-calif.json │ ├── geographic-state-cambs.json │ ├── geographic-state-ches.json │ ├── geographic-state-col.json │ ├── geographic-state-colo.json │ ├── geographic-state-conn.json │ ├── geographic-state-corn.json │ ├── geographic-state-cumb.json │ ├── geographic-state-dak.json │ ├── geographic-state-del.json │ ├── geographic-state-derbs.json │ ├── geographic-state-derbys.json │ ├── geographic-state-dev.json │ ├── geographic-state-dor.json │ ├── geographic-state-dur.json │ ├── geographic-state-fla.json │ ├── geographic-state-ga.json │ ├── geographic-state-glos.json │ ├── geographic-state-hants.json │ ├── geographic-state-here.json │ ├── geographic-state-heref.json │ ├── geographic-state-herts.json │ ├── geographic-state-hunts.json │ ├── geographic-state-ia.json │ ├── geographic-state-id.json │ ├── geographic-state-ida.json │ ├── geographic-state-ill.json │ ├── geographic-state-ind.json │ ├── geographic-state-kan.json │ ├── geographic-state-kans.json │ ├── geographic-state-ken.json │ ├── geographic-state-ky.json │ ├── geographic-state-la.json │ ├── geographic-state-lancs.json │ ├── geographic-state-leics.json │ ├── geographic-state-lincs.json │ ├── geographic-state-man.json │ ├── geographic-state-mass.json │ ├── geographic-state-md.json │ ├── geographic-state-mddx.json │ ├── geographic-state-me.json │ ├── geographic-state-mex.json │ ├── geographic-state-mich.json │ ├── geographic-state-middx.json │ ├── geographic-state-minn.json │ ├── geographic-state-miss.json │ ├── geographic-state-mo.json │ ├── geographic-state-mont.json │ ├── geographic-state-mx.json │ ├── geographic-state-neb.json │ ├── geographic-state-nebr.json │ ├── geographic-state-nev.json │ ├── geographic-state-norf.json │ ├── geographic-state-northants.json │ ├── geographic-state-northd.json │ ├── geographic-state-northumb.json │ ├── geographic-state-notts.json │ ├── geographic-state-ok.json │ ├── geographic-state-okla.json │ ├── geographic-state-ont.json │ ├── geographic-state-ore.json │ ├── geographic-state-oxon.json │ ├── geographic-state-pa.json │ ├── geographic-state-penn.json │ ├── geographic-state-penna.json │ ├── geographic-state-que.json │ ├── geographic-state-qué.json │ ├── geographic-state-qué.json │ ├── geographic-state-rut.json │ ├── geographic-state-salop.json │ ├── geographic-state-sask.json │ ├── geographic-state-shrops.json │ ├── geographic-state-som.json │ ├── geographic-state-ssx.json │ ├── geographic-state-staf.json │ ├── geographic-state-staffs.json │ ├── geographic-state-suff.json │ ├── geographic-state-sx.json │ ├── geographic-state-sy.json │ ├── geographic-state-tenn.json │ ├── geographic-state-tex.json │ ├── geographic-state-ut.json │ ├── geographic-state-va.json │ ├── geographic-state-vt.json │ ├── geographic-state-war.json │ ├── geographic-state-warks.json │ ├── geographic-state-warw.json │ ├── geographic-state-wash.json │ ├── geographic-state-westm.json │ ├── geographic-state-wilts.json │ ├── geographic-state-wis.json │ ├── geographic-state-wisc.json │ ├── geographic-state-worcs.json │ ├── geographic-state-wyo.json │ ├── geographic-state-yorks.json │ ├── geographic-state-yuk.json │ ├── geographic-terr.json │ ├── month-apr.json │ ├── month-aug.json │ ├── month-dec.json │ ├── month-feb.json │ ├── month-jan.json │ ├── month-jul.json │ ├── month-jun.json │ ├── month-mar.json │ ├── month-nov.json │ ├── month-oct.json │ ├── month-sep.json │ ├── month-sept.json │ ├── time-hr.json │ ├── time-min.json │ ├── time-sec.json │ ├── title-amb.json │ ├── title-amd.json │ ├── title-atty.json │ ├── title-br.json │ ├── title-brig.json │ ├── title-capt.json │ ├── title-cdr.json │ ├── title-col.json │ ├── title-dr.json │ ├── title-fr.json │ ├── title-gen.json │ ├── title-gov.json │ ├── title-hon.json │ ├── title-jr.json │ ├── title-lt.json │ ├── title-m.json │ ├── title-maj.json │ ├── title-messrs.json │ ├── title-mgr.json │ ├── title-miss.json │ ├── title-mlle.json │ ├── title-mme.json │ ├── title-mmes.json │ ├── title-mr.json │ ├── title-mrs.json │ ├── title-ms.json │ ├── title-msgr.json │ ├── title-ph.json │ ├── title-po.json │ ├── title-pres.json │ ├── title-prof.json │ ├── title-rep.json │ ├── title-rev.json │ ├── title-sec.json │ ├── title-sen.json │ ├── title-sgt.json │ ├── title-snr.json │ ├── title-sr.json │ ├── title-st.json │ ├── title-supt.json │ ├── title-treas.json │ ├── title-wo.json │ ├── unit-bbl.json │ ├── unit-cu.json │ ├── unit-doz.json │ ├── unit-fl.json │ ├── unit-ft.json │ ├── unit-gal.json │ ├── unit-gr.json │ ├── unit-gro.json │ ├── unit-in.json │ ├── unit-kt.json │ ├── unit-lb.json │ ├── unit-mi.json │ ├── unit-oz.json │ ├── unit-pt.json │ ├── unit-qt.json │ ├── unit-sq.json │ ├── unit-tbsp.json │ ├── unit-tsp.json │ └── unit-yd.json └── index.js └── tsconfig.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | ignore-scripts=true 2 | package-lock=false 3 | -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | coverage/ 2 | *.md 3 | -------------------------------------------------------------------------------- /funding.yml: -------------------------------------------------------------------------------- 1 | github: wooorm 2 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | export {ParseEnglish} from './lib/index.js' 2 | -------------------------------------------------------------------------------- /lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/lib/index.js -------------------------------------------------------------------------------- /lib/regex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/lib/regex.js -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/license -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/package.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/readme.md -------------------------------------------------------------------------------- /script/generate-fixture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/script/generate-fixture.js -------------------------------------------------------------------------------- /script/generate-regex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/script/generate-regex.js -------------------------------------------------------------------------------- /script/regenerate-fixtures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/script/regenerate-fixtures.js -------------------------------------------------------------------------------- /test/fixture/abbrev-final.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/abbrev-final.json -------------------------------------------------------------------------------- /test/fixture/business-inc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/business-inc.json -------------------------------------------------------------------------------- /test/fixture/business-ltd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/business-ltd.json -------------------------------------------------------------------------------- /test/fixture/day-fri.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-fri.json -------------------------------------------------------------------------------- /test/fixture/day-mon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-mon.json -------------------------------------------------------------------------------- /test/fixture/day-sat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-sat.json -------------------------------------------------------------------------------- /test/fixture/day-sun.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-sun.json -------------------------------------------------------------------------------- /test/fixture/day-thu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-thu.json -------------------------------------------------------------------------------- /test/fixture/day-thurs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-thurs.json -------------------------------------------------------------------------------- /test/fixture/day-tue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-tue.json -------------------------------------------------------------------------------- /test/fixture/day-tues.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-tues.json -------------------------------------------------------------------------------- /test/fixture/day-wed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/day-wed.json -------------------------------------------------------------------------------- /test/fixture/elision-final-o.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-final-o.json -------------------------------------------------------------------------------- /test/fixture/elision-final-ol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-final-ol.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-cause.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-cause.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-em.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-em.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-er.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-er.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-im.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-im.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-tis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-tis.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-twas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-twas.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-twere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-twere.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-year-plural.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-year-plural.json -------------------------------------------------------------------------------- /test/fixture/elision-initial-year.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-initial-year.json -------------------------------------------------------------------------------- /test/fixture/elision-n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-n.json -------------------------------------------------------------------------------- /test/fixture/elision-non-final-smart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-non-final-smart.json -------------------------------------------------------------------------------- /test/fixture/elision-non-final.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-non-final.json -------------------------------------------------------------------------------- /test/fixture/elision-non-initial-smart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-non-initial-smart.json -------------------------------------------------------------------------------- /test/fixture/elision-non-initial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-non-initial.json -------------------------------------------------------------------------------- /test/fixture/elision-non-with.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-non-with.json -------------------------------------------------------------------------------- /test/fixture/elision-w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/elision-w.json -------------------------------------------------------------------------------- /test/fixture/geographic-ave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-ave.json -------------------------------------------------------------------------------- /test/fixture/geographic-bldg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-bldg.json -------------------------------------------------------------------------------- /test/fixture/geographic-blvd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-blvd.json -------------------------------------------------------------------------------- /test/fixture/geographic-co.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-co.json -------------------------------------------------------------------------------- /test/fixture/geographic-dr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-dr.json -------------------------------------------------------------------------------- /test/fixture/geographic-ft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-ft.json -------------------------------------------------------------------------------- /test/fixture/geographic-fwy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-fwy.json -------------------------------------------------------------------------------- /test/fixture/geographic-hwy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-hwy.json -------------------------------------------------------------------------------- /test/fixture/geographic-mt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-mt.json -------------------------------------------------------------------------------- /test/fixture/geographic-nat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-nat.json -------------------------------------------------------------------------------- /test/fixture/geographic-natl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-natl.json -------------------------------------------------------------------------------- /test/fixture/geographic-pen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-pen.json -------------------------------------------------------------------------------- /test/fixture/geographic-pk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-pk.json -------------------------------------------------------------------------------- /test/fixture/geographic-pkwy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-pkwy.json -------------------------------------------------------------------------------- /test/fixture/geographic-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-pt.json -------------------------------------------------------------------------------- /test/fixture/geographic-rd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-rd.json -------------------------------------------------------------------------------- /test/fixture/geographic-rt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-rt.json -------------------------------------------------------------------------------- /test/fixture/geographic-rte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-rte.json -------------------------------------------------------------------------------- /test/fixture/geographic-sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-sq.json -------------------------------------------------------------------------------- /test/fixture/geographic-st.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-st.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ala.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ala.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-alta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-alta.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ariz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ariz.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ark.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-beds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-beds.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-berks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-berks.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-bucks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-bucks.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-cal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-cal.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-calif.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-calif.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-cambs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-cambs.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ches.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ches.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-col.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-col.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-colo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-colo.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-conn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-conn.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-corn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-corn.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-cumb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-cumb.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-dak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-dak.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-del.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-del.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-derbs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-derbs.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-derbys.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-derbys.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-dev.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-dor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-dor.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-dur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-dur.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-fla.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-fla.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ga.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-glos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-glos.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-hants.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-hants.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-here.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-here.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-heref.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-heref.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-herts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-herts.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-hunts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-hunts.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ia.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-id.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ida.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ida.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ill.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ind.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ind.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-kan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-kan.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-kans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-kans.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ken.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ky.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-la.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-la.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-lancs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-lancs.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-leics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-leics.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-lincs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-lincs.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-man.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-man.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mass.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-md.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-md.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mddx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mddx.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-me.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mex.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mich.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-middx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-middx.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-minn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-minn.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-miss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-miss.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mo.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mont.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mont.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-mx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-mx.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-neb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-neb.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-nebr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-nebr.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-nev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-nev.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-norf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-norf.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-northants.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-northants.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-northd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-northd.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-northumb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-northumb.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-notts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-notts.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ok.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ok.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-okla.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-okla.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ont.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ont.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ore.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-oxon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-oxon.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-pa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-pa.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-penn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-penn.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-penna.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-penna.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-que.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-que.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-qué.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-qué.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-qué.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-qué.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-rut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-rut.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-salop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-salop.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-sask.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-sask.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-shrops.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-shrops.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-som.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-som.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ssx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ssx.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-staf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-staf.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-staffs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-staffs.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-suff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-suff.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-sx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-sx.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-sy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-sy.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-tenn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-tenn.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-tex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-tex.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-ut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-ut.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-va.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-va.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-vt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-vt.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-war.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-war.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-warks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-warks.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-warw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-warw.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-wash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-wash.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-westm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-westm.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-wilts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-wilts.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-wis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-wis.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-wisc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-wisc.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-worcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-worcs.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-wyo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-wyo.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-yorks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-yorks.json -------------------------------------------------------------------------------- /test/fixture/geographic-state-yuk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-state-yuk.json -------------------------------------------------------------------------------- /test/fixture/geographic-terr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/geographic-terr.json -------------------------------------------------------------------------------- /test/fixture/month-apr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-apr.json -------------------------------------------------------------------------------- /test/fixture/month-aug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-aug.json -------------------------------------------------------------------------------- /test/fixture/month-dec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-dec.json -------------------------------------------------------------------------------- /test/fixture/month-feb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-feb.json -------------------------------------------------------------------------------- /test/fixture/month-jan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-jan.json -------------------------------------------------------------------------------- /test/fixture/month-jul.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-jul.json -------------------------------------------------------------------------------- /test/fixture/month-jun.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-jun.json -------------------------------------------------------------------------------- /test/fixture/month-mar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-mar.json -------------------------------------------------------------------------------- /test/fixture/month-nov.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-nov.json -------------------------------------------------------------------------------- /test/fixture/month-oct.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-oct.json -------------------------------------------------------------------------------- /test/fixture/month-sep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-sep.json -------------------------------------------------------------------------------- /test/fixture/month-sept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/month-sept.json -------------------------------------------------------------------------------- /test/fixture/time-hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/time-hr.json -------------------------------------------------------------------------------- /test/fixture/time-min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/time-min.json -------------------------------------------------------------------------------- /test/fixture/time-sec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/time-sec.json -------------------------------------------------------------------------------- /test/fixture/title-amb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-amb.json -------------------------------------------------------------------------------- /test/fixture/title-amd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-amd.json -------------------------------------------------------------------------------- /test/fixture/title-atty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-atty.json -------------------------------------------------------------------------------- /test/fixture/title-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-br.json -------------------------------------------------------------------------------- /test/fixture/title-brig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-brig.json -------------------------------------------------------------------------------- /test/fixture/title-capt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-capt.json -------------------------------------------------------------------------------- /test/fixture/title-cdr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-cdr.json -------------------------------------------------------------------------------- /test/fixture/title-col.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-col.json -------------------------------------------------------------------------------- /test/fixture/title-dr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-dr.json -------------------------------------------------------------------------------- /test/fixture/title-fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-fr.json -------------------------------------------------------------------------------- /test/fixture/title-gen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-gen.json -------------------------------------------------------------------------------- /test/fixture/title-gov.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-gov.json -------------------------------------------------------------------------------- /test/fixture/title-hon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-hon.json -------------------------------------------------------------------------------- /test/fixture/title-jr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-jr.json -------------------------------------------------------------------------------- /test/fixture/title-lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-lt.json -------------------------------------------------------------------------------- /test/fixture/title-m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-m.json -------------------------------------------------------------------------------- /test/fixture/title-maj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-maj.json -------------------------------------------------------------------------------- /test/fixture/title-messrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-messrs.json -------------------------------------------------------------------------------- /test/fixture/title-mgr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-mgr.json -------------------------------------------------------------------------------- /test/fixture/title-miss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-miss.json -------------------------------------------------------------------------------- /test/fixture/title-mlle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-mlle.json -------------------------------------------------------------------------------- /test/fixture/title-mme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-mme.json -------------------------------------------------------------------------------- /test/fixture/title-mmes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-mmes.json -------------------------------------------------------------------------------- /test/fixture/title-mr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-mr.json -------------------------------------------------------------------------------- /test/fixture/title-mrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-mrs.json -------------------------------------------------------------------------------- /test/fixture/title-ms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-ms.json -------------------------------------------------------------------------------- /test/fixture/title-msgr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-msgr.json -------------------------------------------------------------------------------- /test/fixture/title-ph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-ph.json -------------------------------------------------------------------------------- /test/fixture/title-po.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-po.json -------------------------------------------------------------------------------- /test/fixture/title-pres.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-pres.json -------------------------------------------------------------------------------- /test/fixture/title-prof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-prof.json -------------------------------------------------------------------------------- /test/fixture/title-rep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-rep.json -------------------------------------------------------------------------------- /test/fixture/title-rev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-rev.json -------------------------------------------------------------------------------- /test/fixture/title-sec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-sec.json -------------------------------------------------------------------------------- /test/fixture/title-sen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-sen.json -------------------------------------------------------------------------------- /test/fixture/title-sgt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-sgt.json -------------------------------------------------------------------------------- /test/fixture/title-snr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-snr.json -------------------------------------------------------------------------------- /test/fixture/title-sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-sr.json -------------------------------------------------------------------------------- /test/fixture/title-st.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-st.json -------------------------------------------------------------------------------- /test/fixture/title-supt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-supt.json -------------------------------------------------------------------------------- /test/fixture/title-treas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-treas.json -------------------------------------------------------------------------------- /test/fixture/title-wo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/title-wo.json -------------------------------------------------------------------------------- /test/fixture/unit-bbl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-bbl.json -------------------------------------------------------------------------------- /test/fixture/unit-cu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-cu.json -------------------------------------------------------------------------------- /test/fixture/unit-doz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-doz.json -------------------------------------------------------------------------------- /test/fixture/unit-fl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-fl.json -------------------------------------------------------------------------------- /test/fixture/unit-ft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-ft.json -------------------------------------------------------------------------------- /test/fixture/unit-gal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-gal.json -------------------------------------------------------------------------------- /test/fixture/unit-gr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-gr.json -------------------------------------------------------------------------------- /test/fixture/unit-gro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-gro.json -------------------------------------------------------------------------------- /test/fixture/unit-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-in.json -------------------------------------------------------------------------------- /test/fixture/unit-kt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-kt.json -------------------------------------------------------------------------------- /test/fixture/unit-lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-lb.json -------------------------------------------------------------------------------- /test/fixture/unit-mi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-mi.json -------------------------------------------------------------------------------- /test/fixture/unit-oz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-oz.json -------------------------------------------------------------------------------- /test/fixture/unit-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-pt.json -------------------------------------------------------------------------------- /test/fixture/unit-qt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-qt.json -------------------------------------------------------------------------------- /test/fixture/unit-sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-sq.json -------------------------------------------------------------------------------- /test/fixture/unit-tbsp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-tbsp.json -------------------------------------------------------------------------------- /test/fixture/unit-tsp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-tsp.json -------------------------------------------------------------------------------- /test/fixture/unit-yd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/fixture/unit-yd.json -------------------------------------------------------------------------------- /test/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/test/index.js -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wooorm/parse-english/HEAD/tsconfig.json --------------------------------------------------------------------------------