You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
class PhraseMatcher {
private let matcher: NSRegularExpression
private let responses: [AXKeyValuePair]
init(_ pattern...
-
class ChatBot {
private var sentences = RefreshQ(limit: 5)
private var wordToList: [String: RefreshQ] = [:]
private var...
-
// ╔════════════════════════════════════════════════════════════════════════╗
// ║ SPEECH ENGINES...
-
class Responder {
private var responses: [String] = []
init(_ replies: String...) {
self.responses = replies
}...
-
class AXGamification {
private var _counter: Int = 0
private var _max: Int = 0
func getCounter() -> Int {
return...
-
class AXSkillBundle {
private var skills: [Skill] = []
private var tempN = Neuron()
private var kokoro =...
-
class UniqueResponder {
private var responses: [String] = []
private var urg: UniqueRandomGenerator
init(_ replies...
-
class UniqueRandomGenerator {
private var n1: Int
private var numbers: [Int] = []
private var remainingNumbers: [Int] = []...
-
class SkillHubAlgDispenser {
private var _skills: [Skill] = []
private var _activeSkill: Int = 0
private var _tempN: Neuron...
-
class AlgorithmV2 {
private var priority: Int
private var alg: Any
init(priority: Int, alg: Any) {
self.priority =...
-
class AXLearnability {
private var algSent: Bool = false
var defcons: Set<String> = []
var defcon5: Set<String> = []
var...
-
class TimedMessages {
private var messages: [String: String] = [:]
private var lastMSG: String = "nothing"
private var msg...
-
// ╔════════════════════════════════════════════════════════════════════════╗
// ║ SPECIAL SKILLS DEPENDENCIES...
-
class TrgEveryNMinutes {
private var _minutes: Int
private var _timeStamp: String
private var _trgTime = TrgTime()...
-
class TrgMinute {
private var _hour1: Int = -1
private var _minute: Int
init() {
_minute = Int.random(in: 0...60)...