MCPcopy Index your code
hub / github.com/Kroid/angular-nlp-compromise

github.com/Kroid/angular-nlp-compromise @1.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.1.0 ↗ · + Follow
40 symbols 72 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

angular-nlp-compromise

Natural Language Processing in your angularjs application. Based on nlp_compromise library.

Example:

small angular example here

nlp_compromise examples:

Video

Getting started:

Get the code:

Install via Bower $ bower install --save angular-nlp-compromise.

Or download the release (minified)

Add module to your application.

index.html:

<html ng-app="app">
  <head></head>
  <body ng-controller="AppController">
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.min.js"></script>
    <script src="https://github.com/Kroid/angular-nlp-compromise/raw/1.1.0/angular-nlp-compromise.min.js"></script>
    <script src="https://github.com/Kroid/angular-nlp-compromise/raw/1.1.0/app.js"></script>
  </body>
</html>

app.js

(function() {
  angular
    .module('app', ['nlpCompromise'])
    .controller('AppController', controller);

  controller.$inject = ['nlp']

  function controller(nlp) {
    console.log(nlp);
  }
})();

Documentation

See docs in nlp_compromise repository.

Core symbols most depended-on inside this repo

to_obj
called by 14
src/nlp.js
merge_tokens
called by 12
src/nlp.js
titlecase
called by 4
src/nlp.js
is_plural
called by 3
src/nlp.js
capitalise
called by 3
src/nlp.js
normalise
called by 2
src/nlp.js
postprocess
called by 2
src/nlp.js
fufill
called by 2
src/nlp.js

Shape

Function 40

Languages

TypeScript100%

Modules by API surface

src/nlp.js38 symbols
src/angular-nlp-compromise.js1 symbols
example/app.js1 symbols

For agents

$ claude mcp add angular-nlp-compromise \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page