-
```
#!/usr/bin/perl
use warnings;
use WWW::Mechanize::Chrome;
use Log::Log4perl qw(:easy);
my $mech = WWW::Mechanize::Chrome->new();
```
**=> Can't locate object method "port" via package "…
-
Hi,
Thanks for this wonderful library!
I have an issue with comparing long texts:
```
require 'damerau-levenshtein'
DamerauLevenshtein.distance(SecureRandom.base64(34755), SecureRandom.base64…
luma7 updated
5 months ago
-
**Is your feature request related to a problem? Please describe.**
Autocorrect, when done right, greatly facilitates the problem of fat-fingering words typed on tiny phone keyboards. It does this t…
-
I'm using dam_lev in a jupyter notebook (5.4.0). Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)]. My OS is Windows 10. Running the code below, I get the erro…
-
This Issue describes a set of new string functions that we intended to introduce:
- [x] string.join(`strList`, `delimiter` = '') → string
- [X] string.matchRegEx(`str`, `regex`) → array(array(stri…
-
Hi, could you please share the parameters of your Random Forest classifier used in the paper? Or if possible the code of the classifier?
We are designing a different device-type identification mech…
-
URL: https://www.unwoundstack.com
Status: 200
Error: `Unexpected close tag
Line: 12
Column: 7
Char: >`
What the heck does that mean? There's an unexpected close tag... somewhere? In which docu…
-
When calculating the distance between two files that are 1.5 MB in length, the distance call takes a little over an hour on my i7. I'm not familiar with the runtime analysis on the algorithm your usin…
-
- [ ] [Strings](https://lispcookbook.github.io/cl-cookbook/strings.html)
# Strings
**DESCRIPTION:** "The Common Lisp Cookbook – Strings
📢 New videos: web dev demo part 1, dynamic page with HTMX, W…
-