tokens
list
ner_tags
list
[ "I", "have", "the", "following", "query", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "however", "this", "query", "gives", "me", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "basically", "wanted", "the", "list", "to", "be", "ordered", "by", "the", "style", "that", "has", "the", "most", "pictures", "in", "it", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "did", "I", "do", "wrong", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Why", "is", "it", "giving", "me", "1", "on", "all", "of", "the", "styles", ",", "I", "am", "pretty", "sure", "it", "has", "more", "pictures", "for", "that", "style" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "ORDER", "BY", "does", "n't", "have", "underscores", "." ]
[ "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O" ]
[ "But", "equally", "important", ",", "you", "are", "using", "DISTINCT", "in", "a", "way", "where", "you", "seem", "to", "think", "that", "it", "is", "a", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "not", "." ]
[ "O", "O", "O", "O" ]
[ "It", "is", "a", "modifies", "on", "the", "SELECT", "and", "it", "applies", "to", "all", "columns", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "You", "should", "group", "by", "the", "same", "column", "you", "have", "in", "the", "distinct", "." ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]
[ "Something", "like", "this", ":" ]
[ "O", "O", "O", "O" ]
[ "In", "fact", ",", "you", "almost", "never", "need", "distinct", "with", "group", "by", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "I-Code_Block", "O" ]
[ "If", "you", "are", "using", ",", "you", "need", "to", "think", "why", "it", "would", "be", "necessary", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "read", "most", "of", "the", "other", "questions", "on", "non-Abstract", "classes", "with", "abstract", "methods", "and", "I", "do", "n't", "think", "I", "understood", "any", "of", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "heres", "my", "problem", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "'m", "attempting", "to", "make", "a", "metronome", ",", "for", "the", "metronome", "to", "'", "click", "'", "and", "play", "sound", "I", "copied", "the", "code", "from", "http://www.cs.cmu.edu/~illah/CLASSDOCS/javasound.pdf", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "code", "below", "is", "a", "super", "basic", "program", "that", "creates", "a", "JFrame", ",", "JPanel", ",", "and", "JButtton", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "When", "the", "Button", "(", "ClickForSound", ")", "is", "clicked", ",", "it", "should", "play", "the", "sound", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "error", "I", "get", "is", "that", "Class", "PlsWork", "is", "not", "abstract", "and", "thus", "does", "not", "override", "abstract", "method", "PlsWork" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class" ]
[ "Also", "PLEASE", "talk", "to", "me", "like", "an", "idiot", "as", "I", "have", "almost", "no", "understanding", "of", "what", "abstract", "means", "or", "how", "to", "make", "a", "method", "abstract", ",", "if", "I", "want", "anything", "to", "be", "a...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Check", "your", "syntax", ":", "actionPerformed", "!=", "actionPreformed", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "Adding", "the", "@Override", "annotation", "can", "be", "helpful", "in", "other", ",", "non-compile", "time", "error", "situations", "(", "eg", "you", "are", "overriding", "a", "non-abstract", "method", "of", "a", "subclass", ")" ]
[ "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "With", "the", "following", "git", "history", ":" ]
[ "O", "O", "O", "B-Application", "O", "O" ]
[ "I", "have", "the", "SHA", "of", "commit", "g", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "Neither", "feature", ",", "nor", "release", "are", "available", "any", "longer", "and", "I", "need", "to", "find", "commit", "q", ",", "IE", "where", "the", "release", "branch", "was", "merged", "into", "master", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "With", "the", "answers", "in", "a", "different", "question", "(", "Find", "merge", "commit", "which", "include", "a", "specific", "commit", ")", "I", "can", "only", "find", "commit", "k", ",", "where", "the", "feature", "branch", "was", "merged", "into", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "do", "I", "go", "about", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "would", "suggest", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "--merges", "logs", "only", "merge", "commits", ",", "and", "--ancestry-path", "limits", "the", "commits", "to", "only", "those", "on", "the", "path", "between", "g", "and", "q", "." ]
[ "B-Code_Block", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "In", "this", "case", "it", "should", "show", "you", "both", "k", "and", "q", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "If", "the", "feature", "or", "release", "branches", "had", "unique", "names", "you", "should", "be", "able", "to", "find", "q", "on", "master", "by", "searching", "its", "merge", "commits", "for", "that", "unique", "name", "(", "e.g", ".", "by", "using"...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "...
[ "Otherwise", ",", "you", "could", "just", "search", "for", "the", "first", "merge", "commit", "on", "masterthat", "has", "g", "merged", "with", "a", "script", "similar", "to", "this", "one", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "append", "the", "count", "to", "duplicate", "entries", "in", "a", "string", "array", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "B-Data_Structure", "O" ]
[ "I", "have", "an", "array", "like", "this", "which", "contains", "duplicate", "entries", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "desired", "output", "is" ]
[ "O", "O", "O", "O" ]
[ "What", "is", "the", "best", "way", "to", "do", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "something", "like" ]
[ "O", "O" ]
[ "note", "I", "'m", "using", "very", "simple", "javascript", "to", "keep", "the", "solution", "easily", "readable", ",", "understandable", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", "you", "have", "to", "pass", "over", "the", "array", "twice", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "For", "very", "large", "lists", ",", "this", "is", "not", "very", "efficient", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "did", "n't", "test", "this", ",", "but", "something", "like", "that", "should", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "should", "tell", "you", "the", "count", "of", "all", "duplicates", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Best", "regards", "!" ]
[ "O", "O", "O" ]
[ "We", "have", "about", "100", "users", "that", "were", "disabled", "in", "AD", ",", "and", "thus", "Deprovisioned", "in", "Okta", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "'m", "trying", "to", "reactivate", "these", "users", "in", "Okta", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "They", "were", "already", "enabled", "on", "AD", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "using", "the", "PowerShell", "module", "for", "Okta", "written", "by", "Matt", "Egan", "(", "https://github.com/mbegan/Okta-PSModule", ")", "and", "I", "can", "take", "the", "user", "account", "from", "deprovisioned", "to", "Provisioned", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O", "O", "B-User_Name", "I-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "the", "account", "is", "no", "longer", "profiled", "by", "Active", "Directory", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "an", "API", "call", "that", "would", "allow", "me", "to", "make", "that", "final", "link", "?" ]
[ "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "understand", "your", "question", "correctly", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "have", "AD", "user", "deactivated", "in", "AD", ",", "that", "in", "turn", "deprovisioned", "in", "Okta", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Now", "when", "you", "reactivate", "the", "user", "in", "AD", "the", "user", "and", "later", "in", "Okta", ",", "the", "user", "is", "no", "longer", "mastered", "by", "AD", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "that", "is", "the", "case", ",", "once", "you", "activate", "the", "user", "in", "Okta", "(", "via", "API", "the", "request", "will", "be", "POST", "/api/v1/users/{{userId}}/lifecycle/activate?sendEmail=false", ")", "after", "activating", "in", "AD", ",",...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Import", "will", "import", "reactivated", "user", "and", "once", "you", "confirm", "the", "assignment", "user", "will", "be", "AD", "mastered", "again", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "table", "with", "one", "of", "the", "columns", "as", "varbinary", ",", "which", "actually", "contains", "base64", "encoded", "string", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Data_Type", "O", "O", "O", "O", "B-Data_Type", "O", "B-Data_Type", "O" ]
[ "I", "can", "see", "its", "contents", "using" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "However", ",", "I", "need", "to", "convert", "the", "whole", "column", "to", "XMl", ",", "so", "that", "these", "kind", "of", "cast", "is", "not", "required", "and", "I", "can", "store", "much", "longer", "strings", "as", "XML", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "B-Language", "O" ]
[ "For", "a", "single", "entry", "I", "can", "do", "something", "like" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "do", "I", "convert", "the", "whole", "table", "to", "xml", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Language", "O" ]
[ "Thanks" ]
[ "O" ]
[ "How", "about", "using", "for", "xml", "path", "?" ]
[ "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "You", "can", "include", "the", "appropriate", "annotations", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "also", "have", "multiple", "columns", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "The", "documentation", "is", "here", "." ]
[ "O", "O", "O", "O", "O" ]
[ "This", "should", "work", "for", "you", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "two", "dimensional", "array", "and", "I", "ca", "n't", "figure", "out", "how", "to", "count", "the", "number", "of", "elements", "in", "the", "second", "dimension", "of", "the", "array", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "For", "example", ":" ]
[ "O", "O", "O" ]
[ "How", "can", "I", "count", "the", "number", "of", "elements", "in", "$multi_array[0][1]", "for", "example", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "The", "output", "of", ":" ]
[ "O", "O", "O", "O" ]
[ "count($ALPHABET[0][0])", ";" ]
[ "B-Code_Block", "I-Code_Block" ]
[ "is", "1", "where", "it", "should", "be", "7" ]
[ "O", "B-Value", "O", "O", "O", "O", "B-Value" ]
[ "Treat", "every", "element", "as", "array" ]
[ "O", "O", "O", "O", "B-Data_Structure" ]
[ "I", "hope", "this", "can", "help" ]
[ "O", "O", "O", "O", "O" ]
[ "$multiarray[0][1]", "=", "1", ",", "not", "an", "array", "." ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "B-Data_Structure", "O" ]
[ "You", "can", "do", "count($multiarray[$index])", "or", "sum", "them", "all", "by", ":" ]
[ "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O" ]
[ "Or", "the", "equivalent", ":" ]
[ "O", "O", "O", "O" ]
[ "How", "do", "I", "change", "the", "looks", "of", "how", "the", "source", "code", "is", "presented", "in", "doxygen", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "mean", ",", "when", "you", "click", "the", "link", "to", "view", "the", "source", "code", "of", "the", "file(s)", "that", "generated", "the", "documentation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "interested", "in", "changing", "the", "font", "size", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "use", "custom", "CSS", "to", "style", "Doxygen", "output", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "B-Application", "O", "O" ]
[ "I", "'m", "trying", "to", "make", "a", "table", "work", "with", "Guid", "ids", "instead", "of", "bigint", ",", "and", "different", "name", "than", "id", ",", "is", "this", "possible", "to", "use", "Guids", "and", "different", "id", "name", "for", "the...
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "B-Variable", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "O", "O", "B-Application"...
[ "Thanks" ]
[ "O" ]
[ "I", "have", "3", "commits", "and", "i", "want", "to", "skip", "a", "commit", "-2", "while", "rebasing", "into", "1" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-Value" ]
[ "say" ]
[ "O" ]
[ "i", "did", "git", "rebase", "-i", "HEAD", "~", "3" ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "i", "tried", "like", "this", "(", "removed", "the", "pick", "commit", "-2", ")", "but", "that", "deleted", "the", "commit", "-2", "itself", "from", "git", "log", ":(" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "B-Application", "B-File_Type", "O" ]
[ "Someone", "please", "help", "me", "how", "can", "i", "squash", "commit", "1", "and", "commit", "3", "using", "command", "only", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "do", "n't", "care", "about", "the", "history", "of", "the", "branch", "and", "the", "commits", ";", "you", "can", "start", "a", "branch", "from", "commit-4", ";", "cherry", "pick", "1", "and", "3", ",", "squash", "them", "and", "then", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "You", "will", "be", "on", "a", "new", "branch", "but", "it", "will", "have", "the", "end", "result", "you", "need", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", ",", "I", "assumed", "the", "commits", "would", "not", "have", "conflicts", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "'m", "understanding", "correctly", ",", "just", "reorder", "the", "commits", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "would", "place", "commit", "-2", "after", "-1", "and", "-3", ";", "put", "-2", "on", "top", "if", "you", "want", "it", "to", "come", "before", "." ]
[ "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "B-Value", "O", "B-Value", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "Commits", "are", "evaluated", "top", "to", "bottom", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "do", "this", "in", "Enterprise", "Guide", ",", "with", "a", "task", ",", "otherwise", "I", "would", "just", "use", "a", "data", "step", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "a", "data", "step", ",", "this", "would", "be", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "following", "method", "is", "pretty", "simple", "way", "to", "get", "records", "present", "in", "one", "table", "and", "not", "in", "the", "other", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]
[ "Created", "table", "new", "with", "records", "containing", "sex", "=", "M", ",", "the", "result", "after", "the", "query", "will", "be", "records", "with", "sex", "=", "F", "." ]
[ "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Example", ":" ]
[ "O", "O" ]
[ "Will", "put", "the", "code", "to", "test", "on", "my", "actual", "datasets", "which", "are", "of", "around", "100k", "obs", "and", "update", "the", "result", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "P.S", ":", "I", "know", "the", "question", "has", "been", "asked", "answered", "and", "forgotten", ",", "I", "was", "looking", "for", "a", "way", "to", "do", "the", "above", "and", "could", "n't", "find", "a", "direct", "answer", "any", "where", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]