Strings: To Distributions

A command to analyse each selected Strings object into a Distributions object.

The resulting Distributions will collect the occurrences of every string in the Strings object, and put the number of occurrences in its first and only column.

Example

We start from the following Strings:

    6 (number of strings)
    "hallo"
    "dag allemaal"
    "hallo"
    "tot morgen"
    "hallo"
    "tot morgen"

This will give us the following Distributions:

    1 (number of columns) "" (no column name)
    "hallo" 3
    "dag allemaal" 1
    "tot morgen" 2

Links to this page


© ppgb 19971025