We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onset ranges for some fragments repeat themselves because of found subdivisions (e.g. stretch trochee and peon 4).
path = search.path_finder( filepath=os.path.dirname(here) + "/tests/static/Shuffled_Transcription_1.xml", part_num=0, table=GreekFootHashTable(), allow_subdivision=True, allow_contiguous_summation=False, algorithm="floyd-warshall", slur_constraint=True ) for x in path: print(x.fragment)
RESULT:
<fragment.GreekFoot Peon_IV> <fragment.GreekFoot Trochee> <fragment.GreekFoot Iamb> <fragment.GreekFoot Peon_IV> <fragment.GreekFoot Trochee> <fragment.GreekFoot Iamb> <fragment.GreekFoot Peon_IV> <fragment.GreekFoot Trochee>
The text was updated successfully, but these errors were encountered:
Luke-Poeppel
No branches or pull requests
Onset ranges for some fragments repeat themselves because of found subdivisions (e.g. stretch trochee and peon 4).
RESULT:
The text was updated successfully, but these errors were encountered: