-
```
Current UI seems to issue the cluster command when the Method value is changed.
When I change the method from key collision to nearest neighbor, the
application immediately runs a nearest neigh…
-
Hello,
My Bestmatch Logic Adapter is set as such:
```
{
"import_path": "chatterbot.logic.BestMatch",
"statement_comparison_function": "chatterbot.comparisons.leve…
-
I read your article, and would like to suggest one small change. As you have seen, allocator in non-GC languages is a huge pain, so there is no suprise that GC outperform Rust. I've seen this multiple…
-
Neither [the current live version](https://freshalacrity.github.io/) or the google sheets doc is easy to search for a specific project or group of projects, so that's a big part of the benefit for mak…
-
Stem dictionary can be created using only words from the training and test data.
Some dummy algorithm could look like:
- get all the words from train.csv and test.csv and sort them alphabetically
- w…
-
```
add metrics utilities
- Common Prefix
- Common Suffix
- Levenshtein Distance
- Longest Common Substring
- Longest Common Subsequence
```
Original issue reported on code.google.com by `zwetan` on…
-
```
Current UI seems to issue the cluster command when the Method value is changed.
When I change the method from key collision to nearest neighbor, the
application immediately runs a nearest neigh…
-
```
Current UI seems to issue the cluster command when the Method value is changed.
When I change the method from key collision to nearest neighbor, the
application immediately runs a nearest neigh…
-
```
Current UI seems to issue the cluster command when the Method value is changed.
When I change the method from key collision to nearest neighbor, the
application immediately runs a nearest neigh…
-
https://github.com/wincentbalin/pytesstrain/blob/b6a85dec3a02b878f8cee7d8170a75e7dabaeca6/pytesstrain/metrics/cer.py#L6
This definition is common, but flawed IMHO: the numerator being a Levenshtein…