tokens
sequence
ner_tags
sequence
[ "I", "have", "a", "date", "input", "box", "with", "a", "pop-up", "calendar", "date", "selector", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "I-User_Interface_Element", "I-User_Interface_Element", "O" ]
[ "When", "I", "click", "on", "the", "date", "box", "the", "popup", "calendar", "appears", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O" ]
[ "Then", "I", "can", "either" ]
[ "O", "O", "O", "O" ]
[ "Select", "a", "date", "." ]
[ "O", "O", "O", "O" ]
[ "The", "date", "appears", "in", "the", "date", "box", "and", "the", "calendar", "appears" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O" ]
[ "Click", "outside", "the", "calendar", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "The", "calendar", "disappears", "." ]
[ "O", "B-User_Interface_Element", "O", "O" ]
[ "This", "is", "via", "a", "mouseup", "event", "that", "checks", "what", "was", "clicked", "." ]
[ "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O" ]
[ "Type", "a", "date", "in", "the", "date", "box", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "What", "I", "want", ":", "When", "I", "type", "a", "date", "in", "the", "date", "box", "and", "tab", "away", ",", "then", "I", "want", "the", "calendar", "to", "disappear", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "I", "have", "tried", "this", "by", "adding", "an", "onBlur", "event", "to", "the", "date", "box", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "This", "event", "made", "the", "calendar", "go", "away", "." ]
[ "O", "B-Class", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "However", ",", "this", "means", "that", "the", "calendar", "disappears", "when", "I", "click", "inside", "the", "calendar", ",", "which", "I", "do", "n't", "want", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "need", "some", "kind", "of", "date", "box", "onBlur", "event", "that", "checks", "whether", "the", "calendar", "was", "clicked/has", "focus", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "B-Class", "I-Class", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "Or", "something", "else", "altogether", "." ]
[ "O", "O", "O", "O", "O" ]
[ "I", "tried", "to", "check", "whether", "the", "calendar", "has", "focus", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "Using", "jquery", "I", "did", ":" ]
[ "O", "B-Library", "O", "O", "O" ]
[ "This", "did", "nothing", "useful", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Normally", "I", "'d", "use", "an", "onCLick", "event", "to", "see", "what", "was", "clicked", ",", "but", "then", "I", "'d", "need", "an", "OnClick", "and", "an", "OnBlur", "event", "and", "the", "OnBlur", "event", "would", "need", "the", "result", "of", "the", "onClick", "event", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "I-Class", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "However", ",", "I", "do", "n't", "seem", "to", "be", "able", "to", "control", "what", "gets", "called", "first", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "tried", "using", "the", "Chrome", "and", "IE", "JS", "debuggers", "to", "see", "what", "is", "going", "on", ",", "but", "adding", "breakpoints", "seem", "to", "change", "what", "functions", "are", "called", ",", "which", "makes", "no", "sense", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "B-Application", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Adding", "a", "breakpoint", "in", "the", "onBlur", "event", ":", "it", "stops", "there", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O" ]
[ "Adding", "a", "breakpoint", "in", "the", "mouseUp", "event", ":", "it", "stops", "there", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O" ]
[ "Adding", "a", "breakpoint", "in", "both", "events", ":", "it", "only", "stops", "in", "the", "onBlur", "event", "even", "though", "I", "do", "continue", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "to", "click", "a", "second", "time", "to", "trigger", "the", "mouseUp", "event", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "http://jsfiddle.net/alaa13212/Gs5Y2/" ]
[ "O" ]
[ "to", "use", "blur", "focusout", "in", "jQuery", "." ]
[ "O", "O", "O", "B-Function", "O", "B-Library", "O" ]
[ "must", "focus", "on", "element", "(", "use", "tabindex", "attribute", "for", "focusable", ")" ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "I", "have", "two", "divs", "in", "my", "HTML", "one", "will", "show", "embedded", "video", "from", "youtube", "and", "other", "will", "show", "contact-us", "input", "form", "." ]
[ "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-Language", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Website", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "There", "is", "also", "a", "link", "\"", "Contact", "Us", "\"", "above", "the", "video", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Initially", "when", "page", "is", "loaded", "video", "is", "displayed", "but", "when", "user", "clicks", "on", "the", "\"", "Contact", "Us", "\"", "link", "the", "video", "should", "get", "hidden", "and", "contact-us", "input", "form", "should", "be", "displayed", "in", "its", "place", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'d", "like", "to", "do", "this", "using", "jQuery", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "Use", "jQuery", "'s", "toggle()", "or", "any", "of", "the", "other", "methods", "to", "show", "and", "hide", "your", "<", "div>s", "." ]
[ "O", "B-Library", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "O" ]
[ "Here", "'s", "a", "simple", "example", "(", "http://jsfiddle.net/8wbXV/", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "just", "a", "simple", "example", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "selector", "on", "the", "link", "$('a')", "is", "not", "what", "you", "'d", "normally", "use", ",", "but", "I", "use", "it", "here", "just", "for", "illustration", "." ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Have", "a", "look", "at", "the", "jQuery", "API", "for", "more", "details", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "use", "a", "jQuery", "rich", "text", "editor", "on", "my", "website", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O" ]
[ "I", "decided", "to", "use", "Ueditor", "." ]
[ "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "used", "the", "code", "exactly", "as", "shown", "in", "the", "demo", "to", "try", "it", "out", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Problem", "is", "that", "when", "I", "try", "and", "type", "multiple", "paragraphs", "into", "the", "form", ",", "it", "will", "flip", "the", "order", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Example" ]
[ "O" ]
[ "I", "type", "-->" ]
[ "O", "O", "O" ]
[ "Line", "1" ]
[ "O", "O" ]
[ "Line", "2" ]
[ "O", "O" ]
[ "On", "submit", "-->" ]
[ "O", "O", "O" ]
[ "Line", "2" ]
[ "O", "O" ]
[ "Line", "1" ]
[ "O", "O" ]
[ "I", "do", "not", "understand", "why", "it", "is", "doing", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Can", "anybody", "help", "me", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "Is", "there", "a", "better", "jQuery", "text", "editor", "that", "I", "should", "be", "using", "?" ]
[ "O", "O", "O", "O", "B-Library", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O" ]
[ "UPDATE", ":", "for", "the", "people", "that", "run", "into", "this", "problem", "in", "the", "future", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "decided", "to", "go", "with", "jWysiwyg", "Text", "editor", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O" ]
[ "I", "have", "played", "around", "with", "probably", "every", "single", "one", "by", "now", "and", "it", "is", "the", "best", ",", "in", "my", "opinion", "at", "least", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "seems", "that", "for", "every", "one", "of", "these", "rich", "text", "editors", "you", "need", "to", "have", "a", "message", "from", "the", "beginning", "in", "the", "box", "inside", "p", "tags", "for", "it", "to", "work", "properly", "in", "Chrome", "and", "safari", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O" ]
[ "Weird", "wish", "I", "knew", "why", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "just", "getting", "to", "grips", "with", "Autofac", ",", "and", "have", "the", "following", "questions", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O" ]
[ "Guice", ",", "for", "example", ",", "has", "its", "own", "annotations/ways", "when", "you", "pass", "parameters", "into", "constructors", "(", "they", "are", "handled", "by", "Guice", ")", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "Does", "autofac", "do", "anything", "similar", "?" ]
[ "O", "B-Library", "O", "O", "O", "O" ]
[ "This", "is", "in", "th", "class", "definition", ",", "not", "when", "I", "instantiate", "the", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "I", "am", "using", "classes", "and", "want", "to", "get", "other", "types", ",", "do", "I", "setup", "the", "container", "each", "time", "(", "I", "am", "assuming", "this", "should", "be", "a", "static", "member", "?", ")", "?" ]
[ "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", "B-Data_Type", "O", "O", "O", "O" ]
[ "I", "am", "currently", "developing", "an", "application", "in", "C#", "where", "I", "display", "a", "MessageBox", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Class", "O" ]
[ "How", "can", "I", "automatically", "close", "the", "message", "box", "after", "a", "couple", "of", "seconds", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "You", "will", "need", "to", "create", "your", "own", "Window", ",", "with", "the", "code-behind", "containing", "a", "loaded", "handler", "and", "a", "timer", "handler", "as", "follows", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "You", "can", "then", "make", "your", "custom", "message", "box", "appear", "by", "calling", "ShowDialog()", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "B-Function", "O" ]
[ "The", "System.Windows.MessageBox.Show()", "method", "has", "an", "overload", "which", "takes", "an", "owner", "Window", "as", "the", "first", "parameter", "." ]
[ "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "If", "we", "create", "an", "invisible", "owner", "Window", "which", "we", "then", "close", "after", "a", "specified", "time", ",", "it", "'s", "child", "message", "box", "would", "close", "as", "well", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "Here", "is", "the", "complete", "answer", ":", "https://stackoverflow.com/a/20098381/2190520" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "been", "using", "AsyncTask", "for", "some", "time", "already", "and", "it", "never", "stopped", "working", "after", "some", "time", "like", "in", "this", "case", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "After", "I", "open", "my", "app", "for", "the", "first", "time", "everything", "works", "fine", "and", "I", "can", "execute", "AsyncTask", "many", "times", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "The", "problem", "is", "after", "I", "close", "my", "app", "and", "put", "device", "to", "stand", "still", "for", "a", "couple", "of", "minutes", ",", "AsyncTask", "becomes", "impossible", "to", "execute", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "Usually", "it", "takes", "for", "1-2", "seconds", "to", "load", "data", ",", "but", "in", "this", "case", "it", "takes", "for", "a", "couple", "of", "minutes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "my", "AsyncTask", ":" ]
[ "O", "O", "O", "B-Class", "O" ]
[ "One", "more", "thing", "I", "'ve", "noticed", "is", "that", "when", "I", "press", "back", "or", "home", "buttons", "on", "my", "device", "and", "go", "back", "on", "home", "screen", ",", "in", "LogCat", "I", "see", "this", "warning", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Keyboard_IP", "O", "B-Keyboard_IP", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "I", "thought", "that", "this", "warning", "only", "appears", "if", "I", "do", "n't", "close", "my", "connection", "but", "connection.disconnect()", ";", "is", "always", "called", "inside", "finally", "block", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "could", "maybe", "be", "a", "part", "of", "the", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "do", "you", "think", "could", "be", "a", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "UPDATE1" ]
[ "O" ]
[ "Now", "I", "noticed", "that", "after", "a", "couple", "of", "minutes", "I", "receive", "the", "following", "exception", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "i", "have", "this", "file", "and", "on", "a", "click", "event", "it", "calls", "a", "php", "function", "through", "$.post{}" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "B-Function" ]
[ "i", "have", "used", "alert(data)", "to", "recognized", "errors", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O" ]
[ ",", "but", "shows", "a", "blank", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "lost", "here", "no", "idea", "how", "to", "solve", "this", "without", "any", "errors", "displaying.", ".", "Help", "much", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "p.s", "in", "php", "info", "error", "reporting", "is", "off", "." ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "O" ]
[ "i", "tried", "htaccess", "on", "my", "subfolder", "without", "no", "luck", "either", "." ]
[ "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Make", "sure", "of", "the", "following", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "error_reporting(E_ALL)", "is", "right", "after", "<", "?", "php", "tag" ]
[ "B-Function", "O", "O", "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "I-HTML_XML_Tag", "O" ]
[ "There", "is", "indeed", "a", "PHP", "error", "-", "try", "to", "deliberately", "make", "one", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Maybe", "the", "error", "is", "elsewhere", ",", "not", "your", "PHP", "but", "the", ".htaccess", "file", "(", "since", "you", "'re", "getting", "500", ")", ",", "or", "maybe", "it", "'s", "a", "logical", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "B-Error_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "find", "the", "upcoming", "birthdays", "in", "a", "week", "on", "iOS", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O" ]
[ "I", "pulled", "the", "birthday", "data", "from", "Facebook", "and", "trimmed", "the", "year", "part", "(", "since", "it", "may", "not", "be", "available", "for", "some", "users", "depending", "on", "user", "'s", "privacy", "settings", ")", "hence", "the", "birthday", "data", "is", "an", "NSString", "with", "date", "format", "@", "\"", "MM/dd", "\"" ]
[ "O", "O", "O", "O", "O", "O", "B-Website", "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", "B-Class", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "where", "dateFormatterWithFormat", ":", "is", "a", "category", "on", "NSDateFormatter", ":" ]
[ "O", "B-Class", "I-Class", "O", "O", "O", "O", "B-Class", "O" ]
[ "2", "questions", "here", ":" ]
[ "O", "O", "O", "O" ]
[ "1", "-", "I", "have", "a", "bug", "in", "this", "code", ",", "if", "there", "is", "less", "than", "a", "week", "to", "the", "new", "year", ",", "I", "wo", "n't", "be", "able", "to", "display", "birthdays", "in", "the", "new", "year", "since", "I", "'m", "setting", "the", "year", "of", "the", "birthday", "to", "the", "current", "year", "and", "difference.day", "will", "be", "way", "less", "than", "0", "for", "the", "birthdays", "in", "the", "new", "year", "." ]
[ "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", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Value", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "How", "do", "I", "go", "about", "fixing", "that", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "2", "-", "As", "you", "can", "see", "from", "the", "above", "snippet", "I", "'m", "doing", "a", "lot", "of", "dancing", ":", "first", "I", "get", "today", "'s", "date", "and", "time", "with", "[", "NSDate", "date", "]", ",", "then", "I", "rip", "it", "to", "its", "components", "and", "assemble", "it", "back", "to", "an", "NSDate", "with", "a", "time", "at", "noon", "rather", "than", "the", "current", "time", "." ]
[ "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", "B-Class", "I-Class", "I-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "reason", "I", "'m", "doing", "this", "is", "that", "if", "[", "NSDate", "date", "]", "returns", "a", "date", "whose", "time", "is", "say", "23:00:00", ",", "and", "if", "the", "birthday", "time", "is", "00:00:00", "(", "1", "hour", "later", ",", "meaning", "the", "birthday", "is", "tomorrow", ")", ",", "then", "difference.day", "equals", "0", "instead", "of", "the", "desired", "1", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "I-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Value", "O", "O", "O", "O", "B-Value", "O" ]
[ "Is", "what", "I", "did", "in", "the", "above", "snippet", "the", "proper", "way", "of", "doing", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "think", "I", "might", "be", "doing", "too", "much", "work", "for", "something", "seemingly", "so", "simple", ",", "how", "would", "you", "fix", "this", "arrangement", "so", "that", "I", "do", "n't", "have", "to", "slice", "today", "and", "birthday", "into", "components", "and", "put", "them", "back", "into", "an", "NSDate", "?" ]
[ "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", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Set", "the", "right", "year", "for", "each", "birthdayComponents", "object", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]