nlp

Description

NLP for Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
2
Created
Feb. 24, 2021
Updated
Sept. 29, 2025

README excerpt

# Description
[![CIMatrix](https://github.com/pharo-ai/Datasets/actions/workflows/cimatrix.yml/badge.svg)](https://github.com/pharo-ai/Datasets/actions/workflows/cimatrix.yml)

Contains Natural Language Processing (NLP) objects for Pharo.

## Installation

To install `nlp`, go to the Playground (`Ctrl+OW`) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press Do-it button or `Ctrl+D`):

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

## If you want to depend on it

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

## Usage

WiP
← Back to results