jimkang / dependency-parser

Parses sentences into dependency trees.
10 stars 0 forks source link

fails on launch #3

Closed itchyspacesuit closed 7 years ago

itchyspacesuit commented 7 years ago
node_modules/dependency-parser/index.js:14
  function* parse(sentence) {
          ^
SyntaxError: Unexpected token *

What's the * doing there? When I remove it I get more failures :S

jimkang commented 7 years ago

It's a generator. Warning: This was an experiment that's not being maintained.