Skip to content

pharo-ai/nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published