Eyal Gruss
Eyal Gruss
> This issue was automatically closed because the title was left as the default, and a summary was not added. > > If this is not a spam issue, please...
nope. this is an issue with the comp. table. value should read 79.
The "No" here:  Should be changed to "79" as in: 
@ahmadjubair33 i updated the title and the command so it will be clearer.
will this work on selected or marked lines or both options? Will this work for very large selections? I have a common use case where i want to delete lines...
my use case can be selecting a 10MB block of text so I guess the easiest way would be by line numbers
this is to allow the use of crEnc in my [ztml](https://github.com/eyaler/ztml) pipline, but as a fallback you can also use to less efficient base125
@Hathaway2010 can you share your solution?
i am using this table for some manual fixes: https://raw.githubusercontent.com/harrisj/nyt-haiku-python/master/nyt_haiku/data/syllable_counts.csv in @mholtzscher writeup for syllapy: https://mholtzscher.github.io/2018/05/29/syllables/ he mentions: "The closest thing I found was the [CMU Pronouncing Dictionary](http://www.speech.cs.cmu.edu/cgi-bin/cmudict). However, this...
solution: ``` !pip install pyannote.core==4.1 pyannote.pipeline==1.5.2 pyannote.audio==1.1.1 !wget -nc https://raw.githubusercontent.com/pyannote/pyannote-audio/1.1.1/hubconf.py -P /root/.cache/torch/hub/pyannote_pyannote-audio_main import torch import pyannote.core #https://github.com/pyannote/pyannote-audio/issues/561 pipeline = torch.hub.load('pyannote/pyannote-audio', 'dia', trust_repo=True) ```