0.0.6 • Published 10 months ago

@rice-bobb/cluehunter v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

ClueHunter.js

Find the exact evidence paragraph from the web page with full-local model.

Installation

Dev setups

I choose to follow the instructions from this blod.

Need up to node.js 18.

Install dependencies

npm install

Build

npm run build

Publish

npm version <major|minor|patch>
npm publish

Test

npm test

Build and test

First build

npm run build

Then link the library

npm link

After that, run the link of library again at the root folder and the test folder.

npm link @rice-bobb/cluehunter
cd tests
npm link @rice-bobb/cluehunter

And run test!

npm test
0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago