Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csvner

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvner

Named-entity recognition tool for CSV files

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Named-entity recognition tool

Tool to detect default named entities in utterances. Using the winkNLP library.

Usage

npx csvner

GIF Preview

Input: a CSV file with intent name in the first column and utterance in the second column. You can check the example.csv file for reference.

Output: this tool will generate a CSV file with intent name in the first column, and utterance with flagged entities in the second column.

quote,I need an insurance quote
welcome,Hi
welcome,Hi there!
book,I want to order {number} pizzas
book,I want to book a table for {number} people
book,In the next {duration}
book,{date} at {time}
visit,I want to visit Paris in a {duration}
contact,Sure {email} is my email
contact,You can reach me on {number} or with my email {email}
quickActions,I want to logout

Keywords

FAQs

Package last updated on 25 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc