kompromiss

0.0.1 • Public • Published
Computerlinguistik Im Browser!

kompromiss is a work-in-progress port of compromise in german.

The goal of this project is to provide a small, basic, rule-based POS-tagger, with a german-language api.

Demo

git clone https://github.com/nlp-compromise/de-compromise.git
cd de-compromise
npm install
npm test
npm watch
var ldv = require('kompromiss')
var dok= ldv('Ich, ich bin dann König. Und du, du Königin. Werden wir Helden für einen Tag.')
dok.substantive().out('liste')
// ['Ich', 'König', 'du', 'Königin', 'Werden', 'Helden']

please join to help! - Bitte beitreten, um zu helfen! slack group

      Twitter      
      Slack group      
      Mailing-list      
      Pull-requests      

Dependents (0)

Package Sidebar

Install

npm i kompromiss

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

363 kB

Total Files

6

Last publish

Collaborators

  • kenansulayman