Closed maxalbert closed 8 years ago
As I mentioned on the music21 mailing list, the solution is probably to replace
ngram_settings = {'vertical': 0, 'n': 3}
with
ngram_settings = {'vertical': '0', 'n': 3}
Either way, it's in the domain of things I should be updating in devel_docs, so I'll assign it to myself.
Thanks for your detailed issue reports!
As much as I use VIS I still don't know exactly how to analyze more than one piece at a time and how to control whether the results of a group of pieces will be combined or whether they will all be kept separate in as many dataframes as there are pieces. Could this information please be included when the documentation is updated? Also note that this is basically the same issue as #319 .
Note that the new_ngram indexer does not need the workflow manager and handles its 'vertical' and 'horizontal' settings slightly differently.
The workflow manager has been deprecated and the examples in the documentation have been thoroughly revised and updated (with the exception of deprecated code like that of the workflow manager).
The first code example (in subsection "What Does the NGramIndexer Require?") is missing a closing parenthesis in the last line. Also, it fails with the following error.