https://github.com/rybesh/indexing
An interactive example of how to prepare documents for indexing.
https://github.com/rybesh/indexing
Last synced: 8 months ago
JSON representation
An interactive example of how to prepare documents for indexing.
- Host: GitHub
- URL: https://github.com/rybesh/indexing
- Owner: rybesh
- Created: 2013-03-07T13:52:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T15:27:33.000Z (over 11 years ago)
- Last Synced: 2025-04-08T18:36:38.181Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://rybesh.github.com/indexing/
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This is just a simple example of how to prepare documents for indexing by tokenizing and (optionally) conflating, removing stop words, and stemming. See [http://rybesh.github.com/indexing/](http://rybesh.github.com/indexing/).