dkohlsdorf / wdp-ds

Data Science For The Wild Dolphin Project
MIT License
1 stars 0 forks source link

Add transition matrix #87

Closed dkohlsdorf closed 1 year ago

dkohlsdorf commented 1 year ago

Build a transition matrix:

  1. find all unigrams as a base codebook
  2. find all ngrams and plot the matrix

Code here: https://github.com/dkohlsdorf/wdp-ds/blob/affc55e61e273d15313f9414a5f7917cfbf3338c/decoder_worker.py#L172

dkohlsdorf commented 1 year ago

download