Rankser 1.0.4
See the version list below for details.
dotnet tool install --global Rankser --version 1.0.4
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Rankser --version 1.0.4
#tool dotnet:?package=Rankser&version=1.0.4
nuke :add-package Rankser --version 1.0.4
rankser
Simple document (pdf, docx, pptx, txt) search ranking (sum of weightages) based on provided keywords with corresponding weightages
INSTALLATION
PRE-REQ: .NET Runtime 6.0.0
dotnet tool install -g --no-cache --ignore-failed-sources rankser
<br />
dotnet tool update -g --no-cache --ignore-failed-sources rankser
<br />
dotnet tool uninstall -g rankser
If the Tool is not accessible post installation, add
%USERPROFILE%\.dotnet\tools
to the PATH env-var.If you get an error stating Failed to create shell shim for tool 'rankser': Command 'rankser' conflicts with an existing command from another tool, run:
del %USERPROFILE%\.dotnet\tools\rankser.exe
usage
Download Rankser.json to
%USERPROFILE%\Documents
UpdateRankser.json
Run rank
<any alternate-path to rankser.json>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.