Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealrs/legalgrep
Proximity searches for document review & legal software
https://github.com/nealrs/legalgrep
Last synced: 1 day ago
JSON representation
Proximity searches for document review & legal software
- Host: GitHub
- URL: https://github.com/nealrs/legalgrep
- Owner: nealrs
- Created: 2013-06-01T02:07:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T02:20:25.000Z (almost 11 years ago)
- Last Synced: 2023-07-31T17:26:00.423Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://legalgrep.com
- Size: 604 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#LegalGrep
##What is LegalGrep?
LegalGrep is a legal research tool that highlights all passages containing terms A & B within a set proximity of C words within a document D. The app accepts wild cards (leading, mid, trailing), and does birectional searches (AxxB & BxxA).##Can I try it out?
Sure, check out the [live demo](http://legalgrep.com).##Why did you make this?
A lawyer friend asked me if I could build a simple tool to do this, because while Lexis Nexis & West Law are the industry standard for legal research, they only work with content they've already catalogued. LegalGrep works with any text you supply it. And, if you review a lot of financial documents (e.g 10ks) or M&A contracts, this may also be useful for you.##How did you do it?
LegalGrep was built using Bootstrap, underscore.js, preg_quote.js, jQuery, and a heavily modified version of [mistic100](https://github.com/mistic100)'s [highlightTextarea plugin](https://github.com/mistic100/jQuery-highlightTextarea) - along with RegEx wizardy & spiritual guidance from [Eric Justusson](https://github.com/EricJustusson).##Who are you?
I'm [Neal Shyam](http://www.nealshyam.com).