article-tgtimes-sentient-regex.mw - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
article-tgtimes-sentient-regex.mw (404B) | |
--- | |
1 .SH tgtimes | |
2 Sentient Regex | |
3 .2C 8v | |
4 . | |
5 .PP | |
6 Can there be a sed one-liner that implements Artificial Intelligence? | |
7 Depending on how you define Artificial Intelligence, it may! | |
8 . | |
9 .PP | |
10 .DS | |
11 sed -r 's/Is ([^y]*)\?/Absolutely, (\1)./ | |
12 s/Is (.*y.*)\?/I do not think that (\1)./' | |
13 .DE | |
14 . | |
15 .PP | |
16 How does it work for you? | |
17 How more accurate than this is machine learning going to become to answe… |