nicktesla / nlpjs

NLP utilities in javascript and coffeescript
MIT License
37 stars 4 forks source link

Updates? #1

Open 26medias opened 10 years ago

26medias commented 10 years ago

Hi,

Any update on Name Entity Recognition?

nicktesla commented 10 years ago

Hi @26medias I can prioritize this. Do you have an app you are currently working on? How soon do you need a solution? Thanks!

26medias commented 9 years ago

Hi,

I am currently working on a financial dashboard that parses various data sources in combination with various types of AI to draw conclusion and forecast major movements in the financial markets. NER would provide a more accurate data source to feed the AI in charge of categorizing the various textual data.

It's a personal project, so there are no deadlines or schedules.

Let me know if there's any way I can help.

26medias commented 9 years ago

btw, I have Stanford-ner running, I'm already working on parsing the output into structured data and integrating it on the dashboard. screenshot

26medias commented 9 years ago

Coupled with AngularJS: Screenshot

Since it's using Java and need to write the text to a file first, it's pretty slow and wouldn't scale really well tho.