Guillaume Ayoub
Guillaume Ayoub
Hello! > In this case, I could fix it by removing punctuation characters myself Yes, thatās a "problem" already answered in [this comment](https://github.com/Kozea/Pyphen/issues/4#issuecomment-20728670). Short answer: as some details are specific...
Hello! > It would be helpful if some one explains how this works. Iām not sure to understand your question. If you want to understand how hyphenation works in English,...
Hi! Using `nn` or `nb`, depending on the written language you want, is the solution. The fallback system for locales works with a language that has the same name for...
Prosodic, as an option, uses Pyphen and its English dictionary (good to know!), but it also uses by default a [syllable tokenizer based on Sonority Sequencing Principle (SSP)](https://github.com/nltk/nltk/blob/4a130f1cdf642327378a4387b319cd2df6f79287/nltk/tokenize/sonority_sequencing.py). As itās...
Hi! This extra empty comment is actually required by the specification, when we find two tokens that shouldnāt be next to each other (thatās what bad pairs are). So, we...
> I donāt know why 2n+1 is a bad pair. Maybe the "problem" is here, I have to check that more deeply. Thatās because the an+b syntax used to be...
Kudos to @ax-sc! The level 3 test suite passes with the `color4` module :rocket:. Iāll add more tests in the test suite when everything in the list above is resolved....
> The level 3 test suite passes with the `color4` module . Well, it doesnāt. Thanks to isort Iāve found that imports were broken. But news are still really good:...
> I added some test cases for the parts of the specification introduced with #48 in [CourtBouillon/css-parsing-tests#11](https://github.com/CourtBouillon/css-parsing-tests/pull/11). Amazing, thanks a lot! > If you want, i can have a look...
> Although i know some things about color spaces etc., i would definitely need to look at the specification myself again as well. I will keep you updated and try...