tokens
list
ner_tags
list
[ "Stops", "at", "the", "first", "one", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "called", "short-circuiting" ]
[ "O", "O", "O", "O" ]
[ "http://en.wikipedia.org/wiki/Short-circuit_evaluation" ]
[ "O" ]
[ "https://developer.mozilla.org/en/JavaScript/Reference/Operators/Logical_Operators" ]
[ "O" ]
[ "I", "have", "a", "list", "of", "data", "the", "data", "is", "all", "in", "one", "column", "for", "example" ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "and", "I", "want", "it", "to", "move", "to" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "the", "formula", "will", "look", "like" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Without", "typing", "the", "whole", "thing", "out", "is", "there", "a", "way", "to", "do", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Put", "this", "in", "the", "upper", "left", "cell", "of", "the", "output", "region", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "And", "copy/drag", "over", "one", "column", "and", "down", "sufficient", "to", "get", "0s" ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Value" ]
[ "Pick", "some", "cell", "and", "enter", ":" ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "and", "copy", "both", "across", "and", "down", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "set", "of", "zipcodes", "and", "a", "data", "point", "corresponding", "to", "each", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "to", "plot", "a", "chloropleth", "using", "these", "data", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "How", "do", "I", "achieve", "this", "in", "R", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "I", "have", "tried", "using", "ggplot", "and", "R", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "B-Language", "O" ]
[ "the", "way", "i", "try", "it", "is", "I", "put", "the", "data", "in", "the", "frame", ",", "convert", "the", "zipcodes", "to", "lat", "long", ",", "and", "then", "try", "to", "plot", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "far", "I", "havent", "been", "able", "to", "achieve", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "direction", "/", "code", "samples", "would", "be", "helpful" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "While", "writing", "my", "code", "for", "a", "computer", "dating", "assignment", "in", "which", "we", "see", "the", "compatibility", "of", "an", "array", "of", "four", "objects", ",", "my", "code", "printed", "strangely", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "Eclipse", "did", "n't", "give", "me", "an", "error/warning", "at", "first", ")", "." ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Code", ":" ]
[ "O", "O" ]
[ "When", "I", "tried", "to", "print", "things", "out", ",", "they", "appeared", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Elizabeth", "Bennett", ":", "90.0" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Fitzwilliam", "Darcy", ":", "90.55" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Romeo", "Montague", ":", "90.3" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Juliet", "Capulet", ":", "90.0" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "so", ".......................................................", "on", "so", "forth", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "There", "was", "a", "\"", "9", "\"", "appearing", "in", "front", "of", "my", "numbers", "." ]
[ "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "found", "the", "problem", "later", ":", "I", "had", "two", "concatenating", "operators", "(\"+\")", "after", "my", "\"", "\\n", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "B-Value", "I-Value", "B-Value", "O" ]
[ "So", "I", "changed", "my", "code", ",", "deleting", "the", "extraneous", "\"", "+", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "New", "code", ":" ]
[ "O", "O", "O" ]
[ "New", "correct", "run", ":" ]
[ "O", "O", "O", "O" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Elizabeth", "Bennett", ":", "0.0" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Fitzwilliam", "Darcy", ":", "0.55" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Romeo", "Montague", ":", "0.3" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "Fit", "between", "Elizabeth", "Bennett", "and", "Juliet", "Capulet", ":", "0.0" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value" ]
[ "so", "..............................................", "on", "so", "forth", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Though", "I", "'ve", "thankfully", "found", "my", "problem", ",", "I", "want", "to", "know", "what", "exactly", "is", "causing", "this", "to", "happen", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "some", "sort", "of", "eclipse", "shorthand", "that", "leads", "to", "the", "\"", "9", "\"", "'", "s", "appearance", "?" ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O" ]
[ "Or", "is", "this", "due", "to", "some", "eclipse", "bug", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "I", "'m", "still", "a", "beginner", "at", "java", ",", "so", "I", "ca", "n't", "make", "a", "solid", "conclusion", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "I-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "tried", "modifying", "my", "code", "slightly", "to", "see", "how", "Eclipse", "would", "react", "(", "I", "deleted", "the", "space", "between", "my", "original", "\"", "+", "+", "\"", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O" ]
[ "Eclipse", "gave", "me", "this", "warning", ":" ]
[ "B-Application", "O", "O", "O", "O", "O" ]
[ "Multiple", "markers", "at", "this", "line" ]
[ "O", "O", "O", "O", "O" ]
[ "Syntax", "error", "on", "token", "\"", "++", "\"", ",", "+" ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "B-Code_Block" ]
[ "expected" ]
[ "O" ]
[ "Invalid", "argument", "to", "operation", "++", "/", "-", "-" ]
[ "O", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "I-Code_Block" ]
[ "This", "makes", "sense", ",", "because", "++", "on", "its", "own", "is", "an", "operator", "of", "sorts", "." ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Interestingly", ",", "however", ",", "if", "I", "put", "a", "space", "between", "the", "\"", "++", "\"", ",", "then", "the", "warning", "disappears", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "did", "n't", "paste", "my", "entire", "code", "for", "the", "sake", "of", "readability", ",", "but", "if", "necessary", ",", "I", "can", "edit", "and", "add", "it", "in", "." ]
[ "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" ]
[ "Some", "clarification", "regarding", "this", "would", "be", "helpful", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "." ]
[ "O", "O", "O" ]
[ "No", ",", "it", "'s", "not", "a", "bug", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "unusual", ",", "but", "it", "'s", "not", "a", "bug", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "first", "thing", "to", "do", "is", "simplify", "the", "example", "massively", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Result", ":" ]
[ "O", "O" ]
[ "Now", "admittedly", "I", "'m", "using", "strings", "for", "both", "start", "and", "end", ",", "but", "due", "to", "+", "being", "left-associative", ",", "that", "does", "n't", "make", "any", "difference", "here", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "If", "start", "were", "an", "integer", ",", "the", "first", "binary", "+", "operator", "would", "be", "integer", "addition", "in", "both", "cases", ".", ")" ]
[ "O", "O", "B-Variable", "O", "O", "B-Data_Type", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O" ]
[ "Basically", ",", "the", "extra", "+", "ends", "up", "being", "a", "unary", "+", "operator", "with", "'", "\\t", "'", "as", "the", "operand", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "B-Data_Type", "B-Code_Block", "O", "O", "B-Value", "I-Value", "B-Value", "O", "O", "O", "O" ]
[ "Unary", "numeric", "promotion", "is", "applied", "to", "the", "char", ",", "giving", "int", "as", "a", "result", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Data_Type", "O", "O", "O", "O" ]
[ "So", "the", "code", "becomes", "effectively", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "which", "is", "effectively", ":" ]
[ "O", "O", "O", "O" ]
[ "which", "is", "effectively" ]
[ "O", "O", "O" ]
[ "..", ".", "at", "which", "point", "it", "'s", "hopefully", "clear", "why", "you", "'re", "getting", "the", "output", "you", "are", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "To", "avoid", "accidentally", "ending", "up", "treating", "a", "character", "as", "an", "integer", ",", "it", "'s", "probably", "best", "to", "just", "use", "strings", "instead", "-", "at", "which", "point", "the", "code", "wo", "n't", "compile", "because...
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "B-Code_Block", "O", "O", ...
[ ".", ".", "gives", ":" ]
[ "O", "O", "O", "O" ]
[ "The", "problem", "is", "not", "just", "with", "the", "+", "+", "in", "your", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O" ]
[ "But", "it", "'s", "also", "with", "the", "fact", "that", "you", "are", "using", "char", "'", "\\t", "'", "and", "not", "String", "\"", "\\t", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "B-Value", "I-Value", "B-Value", "O", "O", "B-Data_Type", "B-Value", "I-Value", "B-Value", "O" ]
[ "So", "when", "you", "use", "System.out.println", "(", "\"", "Hello", "\"", "+", "'", "\\t'", ")", ";", ",", "the", "\\t", "is", "taken", "as", "a", "character", "literal", "and", "appended", "to", "the", "string", "as", "\\t", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Typ...
[ "But", "when", "you", "use", "System.out.println", "(", "\"", "Hello", "\"", "+", "+", "'", "\\t'", ")", ";", ",", "it", "becomes", "effectively", "System.out.println", "(", "\"", "Hello", "\"", "+", "(", "+", "'", "\\t'", ")", ")", ";", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_...
[ "So", "it", "is", "treated", "as", "an", "int", "by", "java", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "B-Language", "O" ]
[ "You", "only", "assign", "+", "and", "-", "signs", "to", "ints", ",", "not", "chars", "." ]
[ "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "B-Data_Type", "O", "O", "B-Data_Type", "O" ]
[ "Remember", "you", "can", "do", "int", "i", "=", "+2", "or", "-2", "or", "+", "+", "2", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Code_Block", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "And", "the", "ASCII", "value", "of", "\\t", "is", "9", "." ]
[ "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O" ]
[ "Hence", "it", "gets", "appended", "to", "the", "string", "and", "get", "'s", "printed", "as", "Hello9", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "I", "have", "this", "jQuery", "plugin", "here", ":" ]
[ "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "That", "I", "use", "like", "so", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "That", "does", "the", "job", "for", "rotating", "it", "very", "nice", ",", "but", "I", "'d", "like", "to", "animate", "the", "rotation", "process", ",", "what", "can", "be", "done", "to", "make", "it", "happen", "with", "the", "given", "plugin", "?" ]
[ "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", "B-Application", "O" ]
[ "(", "fyi", ":", "changing", "animate", ":", "false", "to", "true", "does", "n't", "enable", "it", ":)", ")" ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "." ]
[ "O", "O", "O" ]
[ "I", "have", "added", "Mandrill", "'s", "api", "to", "my", "project", "via", "composer", ",", "and", "I", "have", "also", "installed", "it", "manually", "(", "not", "at", "the", "same", "time", ")", "." ]
[ "O", "O", "O", "B-Library", "O", "I-Library", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "use", "a", "template", "that", "I", "created", "in", "my", "Mandrill", "account", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "I", "'m", "pretty", "sure", "there", "'s", "nothing", "wrong", "with", "my", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Even", "if", "there", "is", ",", "it", "'s", "not", "causing", "the", "problem", "that", "I", "'m", "having", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "problem", "is", "the", "Mandrill", "methods", "are", "n't", "showing", "up", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "When", "I", "type" ]
[ "O", "O", "O" ]
[ "..", ".", "these", "are", "my", "following", "choices", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", ",", "I", "'m", "not", "sure", "what", "all", "the", "methods", "are", "suppose", "to", "be", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "do", "know", "that", "one", "of", "the", "methods", "is", "suppose", "to", "be", "messages", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "anyone", "can", "give", "me", "some", "trouble-shooting", "ideas", ",", "it", "would", "be", "greatly", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "been", "at", "it", "for", "6", "hours", "now", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "should", "note", ",", "when", "I", "created", "the", "object", ",", "I", "had", "to", "use", "a", "forward", "slash", "in", "order", "for", "my", "project", "to", "find", "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", "O", "O" ]
[ "I", "only", "bring", "this", "up", "because", "I", "did", "n't", "see", "this", "being", "done", "on", "every", "single", "example", "that", "exist", "out", "in", "the", "web", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance", "," ]
[ "O", "O", "O", "O" ]
[ "Chris", "M", "." ]
[ "B-User_Name", "I-User_Name", "O" ]
[ "Check", "this", "link", "https://mandrillapp.com/api/docs/messages.php.html", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Its", "has", "PHP", "library", "specific", "examples", "of", "each", "API", ",", "like", "for", "example", ":" ]
[ "O", "O", "B-Language", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "Hope", "this", "helps", "," ]
[ "O", "O", "O", "O" ]
[ "Ive", "been", "following", "the", "tutorials", "from", "this", "site", "to", "get", "the", "phone", "number", "of", "a", "contact", "in", "Android", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O" ]