winkjs / wink-eng-lite-web-model

English lite language model for Web Browsers
MIT License
11 stars 8 forks source link

Incorrect PoS tagging for "email" #10

Closed boompig closed 1 year ago

boompig commented 1 year ago

Hi team, here are some examples where wink improperly tags "email" as a noun (or proper noun) when it is acting as a verb in the sentence.

  1. Please email Fred.
  2. Email Alice the files
  3. Can you please email George? (note that "Can you email George?" is actually parsed correctly, no idea why "please throws the model off)
  4. Email me back with the details.

wink-nlp version 1.13.0, wink-eng-lite-web-model version 1.4.3.

sanjayaksaxena commented 1 year ago

@boompig Thanks for highlighting. We are currently working on fine tuning the model. We will also try and address the issue highlighted.

sanjayaksaxena commented 1 year ago

Hello @boompig

Have released the updated model (version 1.5.0) on NPM.

Best, Sanjaya