├── .gitignore ├── LICENSE ├── Lincoln ├── 01-first-public-speech-1832.txt ├── 02-letter-to-colonel-robert-allen-1836.txt ├── 03-opinion-on-universal-suffrage-1836.txt ├── 04-from-address-before-young-mens-lyceum-of-springfield-1837..txt ├── 05-letter-to-mrs-oh-browning-1838.txt ├── 06-from-debate-1839.txt ├── 07-letter-to-wg-anderson.txt ├── 08-extract-from-letter-to-john-t-stuart-1841.txt ├── 09-from-address-before-washington-tempoerance-society-1842.txt ├── 10-from-circule-of-whig-comm-address-to-people-of-illinois-1843.txt ├── 11-from-letter-to-martin-m-morris-1843.txt ├── 12-from-letter-to-joshua-f-speed-1846.txt ├── 13-from-letter-to-william-h-herndon-jan-1848.txt ├── 14-from-letter-to-william-h-herndon-june-1848.txt ├── 15-from-letter-to-william-h-herndon-july-1848.txt ├── 16-letter-to-john-d-johnston-jan-1851.txt ├── 17-letter-to-john-d-johnston-nov-151.txt.txt ├── 18-note-for-law-lecture-1850.txt ├── 19-a-fragment-1854.txt ├── 20-a-fragment-on-slavery-1854.txt ├── 21-reply-to-senator-douglas-at-peoria-origin-of-wilmot-proviso-1854.txt ├── 22-from-letter-to-george-robertson-1855.txt ├── 23-extracts-from-letter-to-joshua-f-speed-1855.txt ├── 24-speech-1856.txt ├── 25-from-speech-on-dred-scott-decision-1857.txt ├── 26-a-house-divided-against-itself-cannot-stand-1858.txt ├── 27-reply-to-judge-douglas-at-chicago-on-popular-sovereignty-1858.txt ├── 28-from-speech-at-springfield-1858.txt ├── 29-from-reply-to-douglas-first-joint-debate-ottawa-illinois-1858.txt ├── 30-reply-to-judge-douglas-in-second-joint-debate-freeport-illinois-1858.txt ├── 31-from-reply-at-jonesboro-1858.txt ├── 32-from-reply-to-judge-douglas-at-charleston-illinois-1858.txt ├── 33-from-reply-to-judge-douglas-at-gatesburg-illinois-1858.txt ├── 34-notes-for-speeches-1858.txt ├── 35-reply-to-judge-douglas-in-seventh-last-debate-alton-illinois-1858.txt ├── 36-from-speech-at-columbus-ohio-on-slave-trade-etc-1859.txt ├── 37-from-speech-at-cincinnati-on-intentions-of-black-republicans-etc-1859.txt ├── 38-from-letter-to-jw-fell-1859.txt ├── 39-from-address-at-cooper-institute-ny-1860.txt ├── 40-farewell-adress-at-springfield-illinois-1861.txt ├── 41-letter-to-george-ashmun-accepting-nomination-for-presidency-1860.txt ├── 42-letter-to-miss-grace-bedell-1860.txt ├── 43-from-address-to-legislature-at-indianapolis-1861.txt ├── 44-from-address-to-legislature-at-columbus-1861.txt ├── 45-from-remarks-at-pittsburgh-1861.txt ├── 46-from-speech-at-trenton-to-senate-of-new-jersey-1861.txt ├── 47-address-in-independence-hall-philadelphia-1861.txt ├── 48-reply-to-mayor-of-washington-dc-1861.txt ├── 49-first-inaugural-address-1861.txt ├── 50-address-at-utica-ny-1861.txt ├── 51-from-first-message-to-congress-special-session-july-4-1861.txt ├── 52-from-message-to-congress-regular-session-dec-3-1861.txt ├── 53-letter-to-general-gb-mcclellan-1862.txt ├── 54-proclamation-revoking-general-hunters-order-setting-slaves-free-1862.txt ├── 55-appeal-to-border-states-in-behalf-of-compensated-emancipation-1862.txt ├── 56-from-letter-to-cuthbert-bullitt-1862.txt ├── 57-from-letter-to-august-belmont-1862.txt ├── 58-letter-to-horace-greeley-1862.txt ├── 59-from-reply-to-chicago-committee-of-united-religious-denominations-1862.txt ├── 60-from-annual-message-to-congress-dec-1-1862.txt ├── 61-emancipation-proclamation-jan-1-1863.txt ├── 62-letter-to-general-grant-july-13-1863.txt ├── 63-letter-to-moulton-1863.txt ├── 64-letter-to-mrs-lincoln-aug-8-1863.txt ├── 65-letter-to-james-h-hackett-1863.txt ├── 66-note-to-secretary-stanton-nov-11-1863.txt ├── 67-letter-to-james-c-conkling-1863.txt ├── 68-proclamation-for-day-of-thanksgiving-oct-3-1863.txt ├── 69-gettysburg-address-nov-19-1863.txt ├── 70-from-annual-message-to-congress-dec-8-1863.txt ├── 71-letter-to-secretary-stanton-march-1-1864.txt ├── 72-letter-to-governor-michael-hahn-1864.txt ├── 73-address-at-fair-for-the-sanitary-commission-1864.txt ├── 74-letter-to-ag-hodges-1864.txt ├── 75-from-address-at-sanitary-fair-baltimore-1864.txt ├── 76-letter-to-general-grant-april-30-1864.txt ├── 77-from-address-to-166th-ohio-regiment-aug-22-1864.txt ├── 78-reply-to-a-serenade-nov-10-1864.txt ├── 79-letter-to-mrs-bixley-of-boston-nov-21-1864.txt ├── 80-letter-to-general-grant-jan-19-1865.txt ├── 81-second-inaugural-address-march-4-1865.txt ├── 82-letter-to-thurlow-weed-1865.txt ├── 83-from-address-to-an-indiana-regiment-march-17-1865.txt ├── 84-from-reply-to-a-serenade-lincolns-last-public-address-april-11-1865.txt └── Lincoln.zip ├── PyIndex.ipynb ├── README.md ├── src ├── .fuse_hidden0046f5eb000023ce ├── __init__.py ├── _compress.py ├── indices.py ├── manager.py ├── postings.py ├── svbcomp.cpython-34m.so ├── svbcomp.cpython-35m-x86_64-linux-gnu.so └── swhoosh.py └── streamvbyte ├── #setup.py# ├── .fuse_hidden00479bdc000023cd ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── README_2.md ├── example ├── example.c ├── include ├── streamvbyte.h ├── streamvbytedelta.h ├── varintdecode.h └── varintencode.h ├── makefile ├── setup.py ├── src ├── streamvbyte.c ├── streamvbytedelta.c ├── varintdecode.c └── varintencode.c ├── svbcomp ├── svbcomp.c ├── svbcomp.pyx ├── test svbcomp.ipynb ├── tests └── unit.c └── unit /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/LICENSE -------------------------------------------------------------------------------- /Lincoln/01-first-public-speech-1832.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/01-first-public-speech-1832.txt -------------------------------------------------------------------------------- /Lincoln/02-letter-to-colonel-robert-allen-1836.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/02-letter-to-colonel-robert-allen-1836.txt -------------------------------------------------------------------------------- /Lincoln/03-opinion-on-universal-suffrage-1836.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/03-opinion-on-universal-suffrage-1836.txt -------------------------------------------------------------------------------- /Lincoln/04-from-address-before-young-mens-lyceum-of-springfield-1837..txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/04-from-address-before-young-mens-lyceum-of-springfield-1837..txt -------------------------------------------------------------------------------- /Lincoln/05-letter-to-mrs-oh-browning-1838.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/05-letter-to-mrs-oh-browning-1838.txt -------------------------------------------------------------------------------- /Lincoln/06-from-debate-1839.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/06-from-debate-1839.txt -------------------------------------------------------------------------------- /Lincoln/07-letter-to-wg-anderson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/07-letter-to-wg-anderson.txt -------------------------------------------------------------------------------- /Lincoln/08-extract-from-letter-to-john-t-stuart-1841.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/08-extract-from-letter-to-john-t-stuart-1841.txt -------------------------------------------------------------------------------- /Lincoln/09-from-address-before-washington-tempoerance-society-1842.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/09-from-address-before-washington-tempoerance-society-1842.txt -------------------------------------------------------------------------------- /Lincoln/10-from-circule-of-whig-comm-address-to-people-of-illinois-1843.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/10-from-circule-of-whig-comm-address-to-people-of-illinois-1843.txt -------------------------------------------------------------------------------- /Lincoln/11-from-letter-to-martin-m-morris-1843.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/11-from-letter-to-martin-m-morris-1843.txt -------------------------------------------------------------------------------- /Lincoln/12-from-letter-to-joshua-f-speed-1846.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/12-from-letter-to-joshua-f-speed-1846.txt -------------------------------------------------------------------------------- /Lincoln/13-from-letter-to-william-h-herndon-jan-1848.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/13-from-letter-to-william-h-herndon-jan-1848.txt -------------------------------------------------------------------------------- /Lincoln/14-from-letter-to-william-h-herndon-june-1848.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/14-from-letter-to-william-h-herndon-june-1848.txt -------------------------------------------------------------------------------- /Lincoln/15-from-letter-to-william-h-herndon-july-1848.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/15-from-letter-to-william-h-herndon-july-1848.txt -------------------------------------------------------------------------------- /Lincoln/16-letter-to-john-d-johnston-jan-1851.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/16-letter-to-john-d-johnston-jan-1851.txt -------------------------------------------------------------------------------- /Lincoln/17-letter-to-john-d-johnston-nov-151.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/17-letter-to-john-d-johnston-nov-151.txt.txt -------------------------------------------------------------------------------- /Lincoln/18-note-for-law-lecture-1850.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/18-note-for-law-lecture-1850.txt -------------------------------------------------------------------------------- /Lincoln/19-a-fragment-1854.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/19-a-fragment-1854.txt -------------------------------------------------------------------------------- /Lincoln/20-a-fragment-on-slavery-1854.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/20-a-fragment-on-slavery-1854.txt -------------------------------------------------------------------------------- /Lincoln/21-reply-to-senator-douglas-at-peoria-origin-of-wilmot-proviso-1854.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/21-reply-to-senator-douglas-at-peoria-origin-of-wilmot-proviso-1854.txt -------------------------------------------------------------------------------- /Lincoln/22-from-letter-to-george-robertson-1855.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/22-from-letter-to-george-robertson-1855.txt -------------------------------------------------------------------------------- /Lincoln/23-extracts-from-letter-to-joshua-f-speed-1855.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/23-extracts-from-letter-to-joshua-f-speed-1855.txt -------------------------------------------------------------------------------- /Lincoln/24-speech-1856.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/24-speech-1856.txt -------------------------------------------------------------------------------- /Lincoln/25-from-speech-on-dred-scott-decision-1857.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/25-from-speech-on-dred-scott-decision-1857.txt -------------------------------------------------------------------------------- /Lincoln/26-a-house-divided-against-itself-cannot-stand-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/26-a-house-divided-against-itself-cannot-stand-1858.txt -------------------------------------------------------------------------------- /Lincoln/27-reply-to-judge-douglas-at-chicago-on-popular-sovereignty-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/27-reply-to-judge-douglas-at-chicago-on-popular-sovereignty-1858.txt -------------------------------------------------------------------------------- /Lincoln/28-from-speech-at-springfield-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/28-from-speech-at-springfield-1858.txt -------------------------------------------------------------------------------- /Lincoln/29-from-reply-to-douglas-first-joint-debate-ottawa-illinois-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/29-from-reply-to-douglas-first-joint-debate-ottawa-illinois-1858.txt -------------------------------------------------------------------------------- /Lincoln/30-reply-to-judge-douglas-in-second-joint-debate-freeport-illinois-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/30-reply-to-judge-douglas-in-second-joint-debate-freeport-illinois-1858.txt -------------------------------------------------------------------------------- /Lincoln/31-from-reply-at-jonesboro-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/31-from-reply-at-jonesboro-1858.txt -------------------------------------------------------------------------------- /Lincoln/32-from-reply-to-judge-douglas-at-charleston-illinois-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/32-from-reply-to-judge-douglas-at-charleston-illinois-1858.txt -------------------------------------------------------------------------------- /Lincoln/33-from-reply-to-judge-douglas-at-gatesburg-illinois-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/33-from-reply-to-judge-douglas-at-gatesburg-illinois-1858.txt -------------------------------------------------------------------------------- /Lincoln/34-notes-for-speeches-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/34-notes-for-speeches-1858.txt -------------------------------------------------------------------------------- /Lincoln/35-reply-to-judge-douglas-in-seventh-last-debate-alton-illinois-1858.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/35-reply-to-judge-douglas-in-seventh-last-debate-alton-illinois-1858.txt -------------------------------------------------------------------------------- /Lincoln/36-from-speech-at-columbus-ohio-on-slave-trade-etc-1859.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/36-from-speech-at-columbus-ohio-on-slave-trade-etc-1859.txt -------------------------------------------------------------------------------- /Lincoln/37-from-speech-at-cincinnati-on-intentions-of-black-republicans-etc-1859.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/37-from-speech-at-cincinnati-on-intentions-of-black-republicans-etc-1859.txt -------------------------------------------------------------------------------- /Lincoln/38-from-letter-to-jw-fell-1859.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/38-from-letter-to-jw-fell-1859.txt -------------------------------------------------------------------------------- /Lincoln/39-from-address-at-cooper-institute-ny-1860.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/39-from-address-at-cooper-institute-ny-1860.txt -------------------------------------------------------------------------------- /Lincoln/40-farewell-adress-at-springfield-illinois-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/40-farewell-adress-at-springfield-illinois-1861.txt -------------------------------------------------------------------------------- /Lincoln/41-letter-to-george-ashmun-accepting-nomination-for-presidency-1860.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/41-letter-to-george-ashmun-accepting-nomination-for-presidency-1860.txt -------------------------------------------------------------------------------- /Lincoln/42-letter-to-miss-grace-bedell-1860.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/42-letter-to-miss-grace-bedell-1860.txt -------------------------------------------------------------------------------- /Lincoln/43-from-address-to-legislature-at-indianapolis-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/43-from-address-to-legislature-at-indianapolis-1861.txt -------------------------------------------------------------------------------- /Lincoln/44-from-address-to-legislature-at-columbus-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/44-from-address-to-legislature-at-columbus-1861.txt -------------------------------------------------------------------------------- /Lincoln/45-from-remarks-at-pittsburgh-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/45-from-remarks-at-pittsburgh-1861.txt -------------------------------------------------------------------------------- /Lincoln/46-from-speech-at-trenton-to-senate-of-new-jersey-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/46-from-speech-at-trenton-to-senate-of-new-jersey-1861.txt -------------------------------------------------------------------------------- /Lincoln/47-address-in-independence-hall-philadelphia-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/47-address-in-independence-hall-philadelphia-1861.txt -------------------------------------------------------------------------------- /Lincoln/48-reply-to-mayor-of-washington-dc-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/48-reply-to-mayor-of-washington-dc-1861.txt -------------------------------------------------------------------------------- /Lincoln/49-first-inaugural-address-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/49-first-inaugural-address-1861.txt -------------------------------------------------------------------------------- /Lincoln/50-address-at-utica-ny-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/50-address-at-utica-ny-1861.txt -------------------------------------------------------------------------------- /Lincoln/51-from-first-message-to-congress-special-session-july-4-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/51-from-first-message-to-congress-special-session-july-4-1861.txt -------------------------------------------------------------------------------- /Lincoln/52-from-message-to-congress-regular-session-dec-3-1861.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/52-from-message-to-congress-regular-session-dec-3-1861.txt -------------------------------------------------------------------------------- /Lincoln/53-letter-to-general-gb-mcclellan-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/53-letter-to-general-gb-mcclellan-1862.txt -------------------------------------------------------------------------------- /Lincoln/54-proclamation-revoking-general-hunters-order-setting-slaves-free-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/54-proclamation-revoking-general-hunters-order-setting-slaves-free-1862.txt -------------------------------------------------------------------------------- /Lincoln/55-appeal-to-border-states-in-behalf-of-compensated-emancipation-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/55-appeal-to-border-states-in-behalf-of-compensated-emancipation-1862.txt -------------------------------------------------------------------------------- /Lincoln/56-from-letter-to-cuthbert-bullitt-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/56-from-letter-to-cuthbert-bullitt-1862.txt -------------------------------------------------------------------------------- /Lincoln/57-from-letter-to-august-belmont-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/57-from-letter-to-august-belmont-1862.txt -------------------------------------------------------------------------------- /Lincoln/58-letter-to-horace-greeley-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/58-letter-to-horace-greeley-1862.txt -------------------------------------------------------------------------------- /Lincoln/59-from-reply-to-chicago-committee-of-united-religious-denominations-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/59-from-reply-to-chicago-committee-of-united-religious-denominations-1862.txt -------------------------------------------------------------------------------- /Lincoln/60-from-annual-message-to-congress-dec-1-1862.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/60-from-annual-message-to-congress-dec-1-1862.txt -------------------------------------------------------------------------------- /Lincoln/61-emancipation-proclamation-jan-1-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/61-emancipation-proclamation-jan-1-1863.txt -------------------------------------------------------------------------------- /Lincoln/62-letter-to-general-grant-july-13-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/62-letter-to-general-grant-july-13-1863.txt -------------------------------------------------------------------------------- /Lincoln/63-letter-to-moulton-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/63-letter-to-moulton-1863.txt -------------------------------------------------------------------------------- /Lincoln/64-letter-to-mrs-lincoln-aug-8-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/64-letter-to-mrs-lincoln-aug-8-1863.txt -------------------------------------------------------------------------------- /Lincoln/65-letter-to-james-h-hackett-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/65-letter-to-james-h-hackett-1863.txt -------------------------------------------------------------------------------- /Lincoln/66-note-to-secretary-stanton-nov-11-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/66-note-to-secretary-stanton-nov-11-1863.txt -------------------------------------------------------------------------------- /Lincoln/67-letter-to-james-c-conkling-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/67-letter-to-james-c-conkling-1863.txt -------------------------------------------------------------------------------- /Lincoln/68-proclamation-for-day-of-thanksgiving-oct-3-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/68-proclamation-for-day-of-thanksgiving-oct-3-1863.txt -------------------------------------------------------------------------------- /Lincoln/69-gettysburg-address-nov-19-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/69-gettysburg-address-nov-19-1863.txt -------------------------------------------------------------------------------- /Lincoln/70-from-annual-message-to-congress-dec-8-1863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/70-from-annual-message-to-congress-dec-8-1863.txt -------------------------------------------------------------------------------- /Lincoln/71-letter-to-secretary-stanton-march-1-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/71-letter-to-secretary-stanton-march-1-1864.txt -------------------------------------------------------------------------------- /Lincoln/72-letter-to-governor-michael-hahn-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/72-letter-to-governor-michael-hahn-1864.txt -------------------------------------------------------------------------------- /Lincoln/73-address-at-fair-for-the-sanitary-commission-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/73-address-at-fair-for-the-sanitary-commission-1864.txt -------------------------------------------------------------------------------- /Lincoln/74-letter-to-ag-hodges-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/74-letter-to-ag-hodges-1864.txt -------------------------------------------------------------------------------- /Lincoln/75-from-address-at-sanitary-fair-baltimore-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/75-from-address-at-sanitary-fair-baltimore-1864.txt -------------------------------------------------------------------------------- /Lincoln/76-letter-to-general-grant-april-30-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/76-letter-to-general-grant-april-30-1864.txt -------------------------------------------------------------------------------- /Lincoln/77-from-address-to-166th-ohio-regiment-aug-22-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/77-from-address-to-166th-ohio-regiment-aug-22-1864.txt -------------------------------------------------------------------------------- /Lincoln/78-reply-to-a-serenade-nov-10-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/78-reply-to-a-serenade-nov-10-1864.txt -------------------------------------------------------------------------------- /Lincoln/79-letter-to-mrs-bixley-of-boston-nov-21-1864.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/79-letter-to-mrs-bixley-of-boston-nov-21-1864.txt -------------------------------------------------------------------------------- /Lincoln/80-letter-to-general-grant-jan-19-1865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/80-letter-to-general-grant-jan-19-1865.txt -------------------------------------------------------------------------------- /Lincoln/81-second-inaugural-address-march-4-1865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/81-second-inaugural-address-march-4-1865.txt -------------------------------------------------------------------------------- /Lincoln/82-letter-to-thurlow-weed-1865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/82-letter-to-thurlow-weed-1865.txt -------------------------------------------------------------------------------- /Lincoln/83-from-address-to-an-indiana-regiment-march-17-1865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/83-from-address-to-an-indiana-regiment-march-17-1865.txt -------------------------------------------------------------------------------- /Lincoln/84-from-reply-to-a-serenade-lincolns-last-public-address-april-11-1865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/84-from-reply-to-a-serenade-lincolns-last-public-address-april-11-1865.txt -------------------------------------------------------------------------------- /Lincoln/Lincoln.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/Lincoln/Lincoln.zip -------------------------------------------------------------------------------- /PyIndex.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/PyIndex.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/README.md -------------------------------------------------------------------------------- /src/.fuse_hidden0046f5eb000023ce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/.fuse_hidden0046f5eb000023ce -------------------------------------------------------------------------------- /src/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/__init__.py -------------------------------------------------------------------------------- /src/_compress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/_compress.py -------------------------------------------------------------------------------- /src/indices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/indices.py -------------------------------------------------------------------------------- /src/manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/manager.py -------------------------------------------------------------------------------- /src/postings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/postings.py -------------------------------------------------------------------------------- /src/svbcomp.cpython-34m.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/svbcomp.cpython-34m.so -------------------------------------------------------------------------------- /src/svbcomp.cpython-35m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/svbcomp.cpython-35m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /src/swhoosh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/src/swhoosh.py -------------------------------------------------------------------------------- /streamvbyte/#setup.py#: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/#setup.py# -------------------------------------------------------------------------------- /streamvbyte/.fuse_hidden00479bdc000023cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/.fuse_hidden00479bdc000023cd -------------------------------------------------------------------------------- /streamvbyte/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/.gitignore -------------------------------------------------------------------------------- /streamvbyte/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/.travis.yml -------------------------------------------------------------------------------- /streamvbyte/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/LICENSE -------------------------------------------------------------------------------- /streamvbyte/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/README.md -------------------------------------------------------------------------------- /streamvbyte/README_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/README_2.md -------------------------------------------------------------------------------- /streamvbyte/example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/example -------------------------------------------------------------------------------- /streamvbyte/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/example.c -------------------------------------------------------------------------------- /streamvbyte/include/streamvbyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/include/streamvbyte.h -------------------------------------------------------------------------------- /streamvbyte/include/streamvbytedelta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/include/streamvbytedelta.h -------------------------------------------------------------------------------- /streamvbyte/include/varintdecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/include/varintdecode.h -------------------------------------------------------------------------------- /streamvbyte/include/varintencode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/include/varintencode.h -------------------------------------------------------------------------------- /streamvbyte/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/makefile -------------------------------------------------------------------------------- /streamvbyte/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/setup.py -------------------------------------------------------------------------------- /streamvbyte/src/streamvbyte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/src/streamvbyte.c -------------------------------------------------------------------------------- /streamvbyte/src/streamvbytedelta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/src/streamvbytedelta.c -------------------------------------------------------------------------------- /streamvbyte/src/varintdecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/src/varintdecode.c -------------------------------------------------------------------------------- /streamvbyte/src/varintencode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/src/varintencode.c -------------------------------------------------------------------------------- /streamvbyte/svbcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/svbcomp -------------------------------------------------------------------------------- /streamvbyte/svbcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/svbcomp.c -------------------------------------------------------------------------------- /streamvbyte/svbcomp.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/svbcomp.pyx -------------------------------------------------------------------------------- /streamvbyte/test svbcomp.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/test svbcomp.ipynb -------------------------------------------------------------------------------- /streamvbyte/tests/unit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/tests/unit.c -------------------------------------------------------------------------------- /streamvbyte/unit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spitis/PyIndex/HEAD/streamvbyte/unit --------------------------------------------------------------------------------