Git Product home page Git Product logo

wink-ner's People

Contributors

dependabot[bot] avatar kostasx avatar prtksxna avatar sanjayaksaxena avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wink-ner's Issues

Recognize text with hyphen

var ner = require( 'wink-ner' );
var myNER = ner();
myNER .defineConfig({ignoreDiacritics: true, tagsToIgnore: ['punctuation'], valuesToIgnore: []});

var trainingData = [
  { text: 'T-Mobile', entityType: 'company', symbol: 'TMUS' }
];

myNER.learn( trainingData );
var winkTokenizer = require( 'wink-tokenizer' );
var tokenize = winkTokenizer().tokenize;
var tokens = tokenize( 'I work for T-Mobile and I like it' );
tokens = myNER.recognize( tokens );
console.log( tokens );

'T-Mobile' is not recognized although punctuation is specified in defineConfig.

handle acronyms

Examples are:

  1. UK or U.K. or U K
  2. Kg or K.g.
  3. IBM or I.B.M. or I. B. M.

Connect wink-ner with wink-nlp ?

Hello,
I play around with the library. My training set leads to a lot of wrong entityType assignments, but I want to test it a bit more.
With my trained ner model. Is it possible to use that with wink-nlp? I haven't seen any docs for that. I would like to use the visualization features showcased in the wink-nlp with a custom annoted ner set.

Default training data file?

Hello, nice package! Do you have a default training data file, so that I could train the model on some default settings to get it up and running? Rather than having to create the training data file myself? Thanks!

Aliases

The examples shows how NER can identify and distinguish between Manchester (the city) vs Manchester United (the club).

However, I can't find a way to do the opposite.

Consider USA and United States of America. Both should be detected as the same entity.

Is this possible?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.