pharo-ai / nlp

NLP for Pharo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

CIMatrix

Contains Natural Language Processing (NLP) objects for Pharo.

Installation

To install nlp, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

Metacello new
  baseline: 'AINLP';
  repository: 'github://pharo-ai/nlp/src';
  load.

If you want to depend on it

spec 
   baseline: 'AIDatasets' 
   with: [ spec repository: 'github://pharo-ai/nlp/src' ].

Usage

WiP

About

NLP for Pharo

License:MIT License


Languages

Language:Smalltalk 100.0%