Home

Awesome

LesMiserables

This GitHub repository provides a small model describing from Les Miserables.

This dataset is used as a showcase by Roassal

It can be loaded using:

Metacello new
    baseline: 'LesMiserables';
    repository: 'github://bergel/LesMiserables';
    load.

You can then access it:

m := LMModel new create.
m characters size. "=> 77"
(m characters detect: [ :c | c name = 'Cosette' ]) numberOfCoappearances. "=>22"