https://github.com/nlok5923/ir-experiment-4-code
https://github.com/nlok5923/ir-experiment-4-code
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlok5923/ir-experiment-4-code
- Owner: nlok5923
- Created: 2021-09-08T04:50:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T05:03:24.000Z (over 3 years ago)
- Last Synced: 2025-01-03T19:43:32.545Z (5 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to run
## Requirements
- Elastic stack which includes kibana and elastic Search
- nodejs @^14
- python3## Starting service
```
-> Start the kibana server
-> Start the elastic search service
-> Import the cran field dataset as index name cran-data into kibana interface
```## Run
```
git clone https://github.com/nlok5923/ir-experiment-5-code.git
cd ir-experiment-5-code
node code.js
```## Note;
- Once processing complete you can take a look over `output.txt` file to get map score corresponding to different weights.