-
Right now you can do this:
```crystal
"hello0".scan(/../) # => [Regex::MatchData("he"), Regex::MatchData("ll"), Regex::MatchData("o0")]
```
Or this:
```crystal
"hello0".scan(/../) do |matc…
-
Hello HoldOffHunger,
I am referring to the demo at this link for Hindi Language.
This is working absolutely correct. However, while reading the words from DEVNAGARI script (Used to write many Indi…
-
After quite some tinkering, it turns out that terminus doesn't change the cursor shape in my iTerm2 with Tmux.
I found that the right setup was using the standard terminal option and commenting out…
-
Hi friends,
I've been trying the setup described on the [readme page for URXVT](https://github.com/chubin/wttr.in#urxvt) so:
```
URxvt.font: xft:DejaVuSansMono:size=12,xft:symbola:size=10:minspace=…
ghost updated
4 years ago
-
This issue relates to to w3c/imsc-vnext-reqs#4 for consideration by TTWG in 2019.
This is _not_ about adding embedded image support to IMSC Image Profile - for that see #16.
___
**Is your feat…
-
The libclang Python binding needs type annotations. Type annotations are important for libraries because they enable the IDE to help users learn the API and steer them in the correct direction through…
-
- [x] Generate symbol arrays and regexes for blocks and scripts
- [ ] `names` – see this comment by @slevithan: https://github.com/mathiasbynens/unicode-data/issues/1#issuecomment-7459626
- [ ] other …
-
AP Hashtags containing extended alphabet characters, like ä (a with dots) and ö (o with dots), aren't recognized as hashtags. They show as text in Bluesky.
Example:
https://mementomori.social/@ro…
-
Edit: I realized this issue is in the wrong repo, feel free to move to [asciinema/asciinema-server](https://github.com/asciinema/asciinema-server). PR at https://github.com/asciinema/asciinema-server/…
-
Implement ~~Word2Vec~~ fastText vectorizer as BERT might be too heavy for most usage cases and TF-IDF vectors might not be sufficient.
Might be a good idea to split this issue into multiple issues …