Contains Natural Language Processing (NLP) objects for Pharo.
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.
spec
baseline: 'AIDatasets'
with: [ spec repository: 'github://pharo-ai/nlp/src' ].
WiP