Skip to content

Commit

Permalink
Remove hard coded file extesions
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 21, 2015
1 parent 254fe7b commit 4dd05e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/ner/index.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Promise = require 'bluebird'
knwlEntities = require './services/knwlPromise.coffee'
alchemyEntities = require './services/alchemyPromise.coffee'
knwlEntities = require './services/knwlPromise'
alchemyEntities = require './services/alchemyPromise'



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flextractor",
"version": "0.0.1",
"description": "Module for extracting datasets from unstructured text",
"main": "lib/index.coffee",
"main": "lib/index",
"scripts": {
"test": "mocha test --recursive"
},
Expand Down

0 comments on commit 4dd05e4

Please sign in to comment.