tokens
sequence
ner_tags
sequence
[ "Do", "I", "need", "to", "create", "a", "custom", "release", "method", "which", "releases", "all", "of", "these", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "ask", "because", "of", "memory", "management", "issues", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "." ]
[ "O", "O", "O" ]
[ "You", "need", "to", "implement", "a", "dealloc", "method", "in", "your", "object", "and", "use", "that", "method", "to", "release", "any", "resources", "that", "you", "own", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmObjectOwnership.html#//apple_ref/doc/uid/20000043-SW4" ]
[ "O" ]
[ "Important", "note", ":", "you", "never", "call", "a", "dealloc", "method", "on", "an", "object", ",", "it", "'s", "invoked", "automatically", "by", "the", "runtime", "when", "it", "'s", "time", "to", "clean", "up", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "had", "the", "same", "issue", "as", "Zigglzworth", "and", "it", "was", "the", "position", "of", "the", "[", "super", "dealloc", "]", "call", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "I", "had", "it", "at", "the", "start", "of", "my", "-(void)dealloc", "method", "and", "it", "was", "causing", "a", "crash", "every", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Moved", "[", "super", "dealloc", "]", "to", "the", "end", "of", "the", "method", "after", "the", "variable", "release", "statements", "and", "now", "it", "works", "just", "fine", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "are", "many", "optimization", "problems", "that", "are", "known", "to", "be", "NP-hard", ",", "such", "as", "the", "traveling", "salesman", "problem", ",", "MAX-SAT", ",", "or", "finding", "the", "minimum", "chromatic", "number", "of", "a", "graph", "." ]
[ "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-Data_Structure", "O" ]
[ "Given", "a", "problem", "of", "this", "sort", ",", "I", "'m", "curious", "about", "the", "complexity", "of", "the", "following", "problem", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Intuitively", ",", "it", "seems", "like", "this", "might", "be", "co-NP", "hard", ",", "since", "it", "'s", "easy", "to", "refute", "an", "answer", "to", "an", "optimization", "problem", "by", "guessing", "a", "better", "solution", "and", "using", "it", "as", "a", "witness", ",", "but", "I", "have", "no", "idea", "how", "to", "show", "this", "." ]
[ "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", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "fact", ",", "I", "do", "n't", "really", "know", "how", "to", "reason", "about", "the", "complexity", "of", "this", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Does", "anyone", "know", "of", "any", "good", "lower", "bounds", "on", "the", "complexity", "of", "this", "decision", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Knowing", "whether", "this", "was", "co-NP", "hard", ",", "PSPACE-hard", ",", "etc", ".", "would", "be", "really", "interesting", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "term", "'", "NP-hard", "optimization", "problem", "'", "seems", "a", "bit", "too", "broad", "to", "let", "a", "satisfying", "answer", "be", "found", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "instance", ",", "I", "ca", "n't", "see", "what", "precludes", "decision", "problems", "from", "being", "considered", "NP-hard", "optimization", "problems", "-", "if", "you", "consider", ",", "say", ",", "the", "MAX-CNF-SAT", "problem", "with", "the", "solutions", "being", "scored", "as", "floor(k/N)", ",", "where", "k", "is", "the", "number", "of", "satisfied", "clauses", "and", "N", "is", "the", "total", "number", "of", "clauses", "in", "the", "instance", "(", "which", "is", "clearly", "computable", "in", "polynomial", "time", ")", ",", "then", "any", "valuation", "which", "yields", "a", "1", "in", "this", "formula", "will", "have", "to", "satisfy", "the", "whole", "formula", "." ]
[ "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", "B-Function", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "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-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "let", "'s", "assume", "that", "we", "are", "maximizing", "floor(k/N)", "and", "call", "this", "the", "FLOOR-CNF-SAT", "optimization", "problem", ":", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "implies", "you", "can", "reduce", "TAUTOLOGY", "to", "said", "optimization", "problem", "-", "negate", "the", "input", "and", "add", "any", "solution", "as", "S", ".", "You", "can", "even", "add", "a", "dummy", "variable", "to", "make", "sure", "the", "initial", "solution", "is", "gets", "a", "0", "in", "the", "FLOOR-CNF-SAT", "problem", "." ]
[ "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", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O" ]
[ "Negation", "is", "polynomial", "in", "time", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Then", "if", "a", "solver", "for", "the", "proposed", "problem", "deems", "S", "to", "not", "be", "optimal", ",", "there", "must", "clearly", "be", "a", "valuation", "which", "yields", "a", "1", "according", "to", "our", "crafted", "function", "and", "thus", "satisfies", "the", "whole", "formula", "-", "in", "turn", "providing", "a", "valuation", "that", "does", "not", "satisfy", "the", "original", "input", "to", "TAUTOLOGY", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "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" ]
[ "By", "cheating", "slightly", "(", "using", "an", "artificially", "crafted", "optimization", "problem", ")", "we", "have", "established", "the", "'", "is", "optimal", "'", "problem", "as", "co-NP-complete", ",", "since", "TAUTOLOGY", "is", "easily", "shown", "to", "be", "co-NP-complete", "." ]
[ "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" ]
[ "By", "your", "own", "argument", "the", "'", "is", "optimal", "'", "decision", "problem", "is", "co-NP-hard", ",", "since", "as", "a", "witness", "you", "only", "need", "a", "better", "solution", "-", "score", "S", ",", "score", "the", "witness", "and", "compare", "." ]
[ "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" ]
[ "I", "do", "n't", "really", "feel", "great", "about", "this", "reduction", "but", "I", "ca", "n't", "easily", "improve", "on", "the", "problem", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "require", "that", "there", "be", "instances", "which", "score", "arbitrarily", "high", "and", "not", "just", "{", "0", ",", "1}", ",", "I", "could", "just", "use", "N", "*", "floor(k/N)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "An", "improvement", "to", "the", "class", "could", "be", "to", "only", "consider", "a", "problem", "an", "NP-hard", "optimization", "problem", "if", "for", "each", "K", "there", "exists", "an", "instance", "that", "has", "at", "least", "K", "solutions", "which", "all", "score", "differently", "." ]
[ "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", "B-Variable", "O", "O", "O", "O", "O", "O" ]
[ "I", "think", "I", "can", "still", "cheat", "my", "way", "through", "that", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Consider", "a", "reduction", "that", "adds", "N", "dummy", "variables", "to", "the", "TAUTOLOGY", "input", "as", "follows", ":" ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "where", "S", "is", "the", "negated", "input", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "As", "an", "initial", "valuation", "I", "choose", "d1", ",", "..", ".", ",", "dN", "=", "false", ",", "but", "as", "a", "score", "I", "give", "a", "function", "that", "returns", "2N", "-", "1", "if", "the", "first", "N", "clauses", "are", "all", "false", ",", "otherwise", "it", "returns", "the", "number", "of", "satisfied", "clauses", "." ]
[ "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Such", "a", "function", "would", "only", "return", "2N", "if", "all", "the", "clauses", "were", "satisfied", "but", "could", "easily", "have", "at", "least", "N", "distinct", "values", "." ]
[ "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" ]
[ "I", "am", "afraid", "that", "without", "some", "complicated", "regularity", "conditions", "on", "the", "scoring", "function", "this", "is", "the", "best", "we", "can", "get", ",", "unless", "you", "consider", "the", "definition", "of", "an", "NP-hard", "optimization", "problem", "to", "be", "'", "a", "problem", "for", "which", ",", "given", "a", "candidate", "solution", "S", ",", "we", "can", "in", "polynomial", "time", "verify", "whether", "S", "is", "optimal", "'", ",", "in", "which", "case", "'", "is-optimal", "'", "is", "clearly", "P", "and", "it", "'s", "no", "fun", "at", "all:/" ]
[ "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", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Because", "S", "is", "a", "candidate", "solution", ";", "given", "that", "there", "are", "no", "other", "S", "in", "which", "S", "can", "be", "proven", "to", "be", "greedy", "or", "less", "optimal", "than", "any", "other", "S", ".", "It", "must", "be", "that", "S", "is", "at", "current", "the", "MOST", "optimal", "solution", "for", "the", "problem", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "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", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "new", "to", "Pentaho", "Kettle", "and", "I", "am", "wondering", "what", "the", "Internal.Job.Filename.Directory", "is", "?" ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "Is", "it", "my", "SPoon.bat", "folder", ",", "or", "the", "job/xfrm", "folder", "i", "created", "?" ]
[ "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O" ]
[ "Is", "there", "a", "way", "I", "can", "change", "it", "to", "point", "to", "particular", "folder", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "runnig", "spoon.bat", "in", "Windows", "XP", "." ]
[ "O", "O", "O", "B-File_Name", "O", "B-Operating_System", "B-Version", "O" ]
[ "To", "set", "value", "to", "variable", "Internal.Job.Filename.Directory", ",", "you", "need", "to", "launch", "Job", "in", "this" ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "way", ":" ]
[ "O", "O" ]
[ "Internal.Job.Filename.Directory", "is", "only", "set", "when", "you", "do", "n't", "use", "a", "repository", ",", "and", "it", "is", "set", "automatically", "." ]
[ "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "cannot", "set", "it", "manually", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "How", "not", "to", "use", "an", "repository", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "you", "start", "Spoon", ",", "you", "get", "a", "dialog", "which", "asks", "for", "a", "repository", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "Just", "close", "this", "dialog", "with", "cancel", "and", "you", "'re", "fine", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "took", "me", "a", "while", "to", "find", "this", ":", "I", "was", "wondering", "why", "Internal.Job.Filename.Directory", "was", "always", "empty", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "The", "repository", "was", "the", "cause", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "documented", "here", ":", "http://jira.pentaho.com/browse/PDI-7434" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "When", "the", "length", "of", "characters", "in", "json", "result", "is", "large", "the", "following", "exception", "will", "be", "raised", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "The", "above", "exception", "is", "a", "server", "side", "exception", "with", "500", "response", "code", "so", "if", "we", "put", "the", "source", "code", "inside", "a", "try", "catch", "block", ",", "the", "error", "should", "be", "caught", "in", "catch", "block", ",", "but", "try", "catch", "does", "not", "work", "for", "this", "scenario", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "B-Error_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "could", "test", "this", "problem", "by", "following", "code", ",", "please", "use", "it", "inside", "an", "asp.net", "mvc", "controller", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Algorithm", "O", "O" ]
[ "I", "cannot", "reproduce", "the", "error", ",", "but", "anyway", "what", "is", "happening", "to", "you", "is", "that", "the", "Json", "method", "implementation", "is", "already", "catching", "the", "exception", "internally", "and", "converting", "it", "to", "full-blown", "HTTP", "5xx", "response", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Error_Name", "I-Error_Name", "I-Error_Name", "O" ]
[ "There", "is", "no", "exception", "coming", "out", "from", "the", "return", "Json()", "call", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "There", "is", "no", "chance", "for", "you", "to", "catch", "the", "exception", "because", "..", ".", "what", "would", "you", "do", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Generate", "an", "HTTP", "5xx", "response", "?" ]
[ "O", "O", "B-Error_Name", "I-Error_Name", "I-Error_Name", "O" ]
[ "That", "is", "already", "done", "for", "you", "by", "the", "MVC", "framework", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Algorithm", "O", "O" ]
[ "Try", "like", "this", ":" ]
[ "O", "O", "O", "O" ]
[ "what", "is", "the", "easiest", "way", "to", "separate", "following", "text", "file", "and", "print", "its", "values", "in", "this", "format" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "your", "input", "data", "are", "in", "JSON", "format", ",", "look", "at", "a", "C-based", "JSON", "parser", ",", "like", "JSON-C", "or", "Jansson", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "B-Language", "B-File_Type", "O", "O", "O", "B-Library", "O", "B-Library", "O" ]
[ "Parse", "your", "data", "objects", "from", "JSON", "format", "and", "into", "some", "struct", "of", "your", "design", ",", "and", "then", "write", "a", "function", "to", "print", "out", "an", "array", "of", "struct", "elements", "to", "standard", "output", ",", "in", "a", "format", "of", "your", "choosing", "." ]
[ "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Data_Structure", "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", "O", "O", "O", "O", "O" ]
[ "How", "would", "I", "get", "all", "of", "the", "children", "in", "a", "specific", "Column", "of", "a", "Grid", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Structure", "O" ]
[ "I", "need", "to", "perform", "some", "calculations", "on", "the", "children", "inside", "a", "certain", "Column", "in", "a", "Grid", ",", "but", "I", "cannot", "find", "a", "way", "of", "getting", "all", "children", "for", "that", "Column", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Any", "help", "would", "be", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Adam" ]
[ "B-User_Name" ]
[ "Do", "some", "thing", "like", "this" ]
[ "O", "O", "O", "O", "O" ]
[ "This", "is", "the", "code", "example" ]
[ "O", "O", "O", "O", "O" ]
[ "XAML" ]
[ "B-Language" ]
[ "CODE", "(", "c#", ")" ]
[ "O", "O", "B-Language", "O" ]
[ "The", "oly", "constraint", "is", "you", "need", "to", "keep", "a", "check", "of", "the", "kind", "of", "elements", "u", "place", "inside", "the", "Grid", ".", ".", "if", "they", "are", "different", "then", "mapping", "them", "will", "cause", "trouble", "..", ".", "please", "let", "me", "know", "if", "different", "elements", "are", "present", "." ]
[ "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Try", ":" ]
[ "O", "O" ]
[ "I", "want", "to", "read", "one", "pdf", "file", "which", "is", "in", "below", "format", "-" ]
[ "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "data.pdf" ]
[ "B-File_Name" ]
[ "I", "'m", "trying", "to", "read", "this", "file", "using", "python", "pandas", "but", "I", "did", "n't", "get", "any", "success", "yet", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Actually", "I", "want", "to", "convert", "this", "file", "in", "csv", "format", "like", "below", "-" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O" ]
[ "output.csv" ]
[ "B-File_Name" ]
[ "I", "already", "tried", "with", "pdfminer", "but", "did", "n't", "get", "any", "success", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "html", "output", "only", "gives", "me", "blank", "pages", "." ]
[ "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Is", "their", "any", "way", "to", "read", "pdf", "file", "using", "python", "pandas", "or", "can", "we", "convert", "pdf", "to", "any", "format", "and", "then", "read", "it", "using", "python", "pandas", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O" ]
[ "If", "you", "have", "tabula", "installed", "then", ":" ]
[ "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "then", "you", "can", "print", "your", "data" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "hope", "this", "will", "help", "you", "!" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'d", "like", "to", "make", "non-graphic", "(", "text", ")", "C++", "game", "(", "you", "move", "your", "character", "using", "n", ",", "s", ",", "w", ",", "e", "and", "every", "location", "is", "described", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O" ]
[ "Locations", "will", "be", "an", "array", "of", "an", "objects", "(", "there", "will", "be", "location", "description", "and", "other", "information", "in", "this", "array", ")", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "I", "'ve", "started", "making", "this", "game", ",", "but", "I", "have", "a", "question", ":", "Is", "it", "possible", "to", "make", "arrays", "with", "dimensions", "x", "-", "from", "-100", "to", "100", "and", "z", "-", "from", "-100", "to", "100", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "B-Value", "O", "B-Value", "O", "B-Variable", "O", "O", "B-Value", "O", "B-Value", "O" ]
[ "If", "it", "is", "not", "possible", ",", "are", "there", "other", "ways", "to", "do", "it", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "I", "do", "n't", "want", "a", "[", "0", "]", "[", "0", "]", "position", "in", "one", "of", "4", "corners", ",", "but", "on", "the", "middle", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "common", "(", "but", "rather", "sketchy", ")", "method", "is", "to", "do", "something", "like", "this", "(", "example", "for", "21", "x", "21", "board", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "creates", "a", "normal", "21x21", "array", "but", "then", "it", "also", "creates", "a", "pointer", "to", "a", "fake", "array", "which", "is", "initialised", "to", "point", "at", "the", "centre", "of", "the", "real", "array", "." ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "You", "can", "then", "use", "this", "fake", "pointer", "as", "if", "it", "were", "a", "real", "array", "with", "indices", "ranging", "from", "-10", "to", "+10", "(", "inclusive", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O" ]
[ "LIVE", "DEMO" ]
[ "O", "O" ]
[ "An", "Array", "can", "have", "only", "positive", "indexes", ":" ]
[ "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]
[ "define", "a", "Funktion", "that", "returns", "your", "desired", "Location", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Then", "you", "can", "get", "the", "Location", "by", "calling", "the", "function", "getLocation(x,y)" ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Function" ]
[ "There", "'s", "a", "fair", "amount", "of", "support", ",", "through", "things", "like", "the", "various", "Revolution", "R", "modules", ",", "in", "what", "to", "do", "if", "you", "'re", "bringing", "a", "large", "dataset", "into", "R", ",", "and", "it", "'s", "too", "large", "to", "be", "stored", "in", "RAM", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "But", "is", "there", "any", "way", "to", "deal", "with", "data", "sets", "being", "created", "within", "R", "that", "are", "too", "big", "to", "store", "in", "RAM", ",", "beyond", "simply", "(", "and", "by", "hand", ")", "breaking", "the", "creation", "step", "into", "a", "series", "of", "RAM-sized", "chunks", ",", "writing", "that", "chunk", "to", "disk", ",", "clearing", "it", ",", "and", "continuing", "on", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "example", ",", "just", "doing", "a", "large", "simulation", ",", "or", "using", "something", "like", "SurvSplit()", "to", "take", "a", "single", "observation", "with", "a", "survival", "time", "from", "1", "to", "N", "and", "break", "it", "into", "N", "seperate", "observations", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O", "O", "O" ]
[ "If", "you", "'re", "creating", "the", "data", "in", "R", "and", "you", "can", "do", "your", "analysis", "on", "a", "small", "chunk", "of", "the", "total", "data", ",", "then", "only", "create", "as", "large", "of", "a", "chunk", "as", "you", "need", "for", "any", "given", "analysis", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "read", "only", "colum", "with", "red", "label", "in", "a", "csv", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "Is", "there", "a", "php", "function", "to", "do", "this", "or", "a", "symfony", "bundle", "?" ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "Now", "I", "'m", "reading", "csv", "file", "with", "fgetcsv", "function", ":" ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Function", "O", "O" ]
[ "But", "it", "does", "n't", "read", "the", "label", "'s", "color.Is", "there", "a", "way", "to", "read", "the", "color", "on", "the", "csv", "files", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]