https://github.com/FinNLP/fin
🚀 Node.js Natural Language Processor written in TypeScript
https://github.com/FinNLP/fin
Last synced: 3 days ago
JSON representation
🚀 Node.js Natural Language Processor written in TypeScript
- Host: GitHub
- URL: https://github.com/FinNLP/fin
- Owner: FinNLP
- License: mit
- Created: 2017-01-22T13:06:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T12:21:07.000Z (over 7 years ago)
- Last Synced: 2025-10-18T14:09:00.524Z (8 months ago)
- Language: TypeScript
- Homepage: https://finnlp.surge.sh/
- Size: 38.1 KB
- Stars: 46
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-projects - fin - 🚀 Node.js Natural Language Processor written in TypeScript ⭐46 `TypeScript` (📦 Legacy & Inactive Projects)
README
# Fin
## What Is It
An extensible, __by design__, natural language processing library and detection framework for **node.js**.
## Motivation
There are more than few NLP projects out there, however when your project is built with Node.js and the NLP you're using is written in another language (python is common choice), this introduces an unnecessary level of complexity and more experience requirements for your team.
JavaScript and Node.js is rising in the bots world, where natural language processing is a core requirement, yet the best natural language processing projects are written in other languages.
This project, by no means, should be considered as an alternative to the established state of the art current solutions, but it tries to provide you with a handy features and tools that might cover your needs.
## Getting Started
- [Demo](http://finnlp.surge.sh)
- [Documentation](https://finnlp.gitbook.io/fin/)