fukurou's latest activity

  • fukurou
    fukurou replied to the thread hashpikh parikh.
    import java.util.HashMap; import java.util.Random; public class RailBot { private HashMap<String, RefreshQ> dic; private String...
  • fukurou
    fukurou replied to the thread hashpikh parikh.
    :s36:pathfinders aren't good for small talk because they would funnel inputs to dead ends in convos. pathfinders rely on the environment...
  • fukurou
    fukurou replied to the thread hashpikh parikh.
    1 a-b a-c a-a(a-a must be filtered) 2 a-n a-g a-r would an Eliza replacer be an overkill shit...
  • fukurou
    fukurou replied to the thread hashpikh parikh.
    LOL why so you can talk to yourself?! LMAO
  • fukurou
    fukurou replied to the thread hashpikh parikh.
    water is wet. all brainless NPCs. you and I are the only real ones. funny game the only way to win is to LDAR.
  • fukurou
    fukurou replied to the thread contact silojizms.
    # contacts self.add_phrase_matcher( r"(.*) owns the email (.*)", "email {0}", "{1}", "what is the email for...
  • fukurou
    fukurou replied to the thread contact silojizms.
    def initialize_babble2(self) -> None: # Adding phrase matchers for various patterns and responses to enhance conversation logic...
  • fukurou
    fukurou posted the thread contact silojizms in chit chat.
    - "Pomni has the code 1234." - "The code that belongs to Pomni is 1234." - "Pomni owns the code 1234." - "The code for Pomni is 1234."
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    class ElizaDBWrapper { // this (function wrapper) class adds save load functionality to the ElizaDeducer Object /*...
  • fukurou
    class ElizaDeducerInitializer: ElizaDeducer { init(lim: Int) { // recommended lim = 5; it's the limit of responses per key...
  • fukurou
    class ElizaDeducer { /* * this class populates a special chat dictionary * based on the matches added via its...
  • fukurou
    class EventChatV2 { private var dic: [String: LimUniqueResponder] = [:] private var modifiedKeys: Set<String> = [] private...
Top