Skip to content

Project files for the `Inverted Index` Javascript checkpoint

License

Notifications You must be signed in to change notification settings

kn9ts/inverted-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inverted-index

Reference

Explantion of what an inverted index is can be found with the links below:

https://www.elastic.co/guide/en/elasticsearch/guide/current/inverted-index.html

http://nlp.stanford.edu/IR-book/html/htmledition/a-first-take-at-building-an-inverted-index-1.html

To run the tests

Chrome does not allow loading of other files, in this case the JSON file to be read while viewing an HTML file loaded directly to the browser from a file explorer.You are required to start up a static server.

Enter the following command in your Terminal, to spurn up a static file server using python:

$ python -m SimpleHTTPServer 1515

Then open the following link or click: http://localhost:1515/jasmine/SpecRunner.html


The MIT License (MIT)

Copyright (c) 2015 Ifeanyi Oraelosi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
``

About

Project files for the `Inverted Index` Javascript checkpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published