tokens
list
ner_tags
list
[ "And", "I", "have", "model", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "know", "how", "@Expose", "works", "." ]
[ "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "There", "is", "the", "problem", ",", "that", "I", "need", "to", "serialize", "teacherServiceId", "in", "one", "request", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "B-Variable", "O", "O", "O", "O" ]
[ "In", "other", "ones", "I", "do", "n't", "need", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "to", "do", "this", "without", "creating", "new", "model", "class", "and", "Retrofit", "instance", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "I", "'ve", "made", "an", "application", "with", "C#", ",", "in", "this", "application", "I", "have", "to", "read", "every", "20", "second", "840", "registers", "of", "PLC", "via", "Modbus", "TCP", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "B-Device", "O", "B-Class", "I-Class", "O" ]
[ "I", "use", "this", "library", "http://www.codeproject.com/Tips/16260/Modbus-TCP-class", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "When", "I", "use", "the", "method" ]
[ "O", "O", "O", "O", "O" ]
[ "Master.ReadHoldingRegister(ushortid,byteunit,ushortstartAddress,ushortnumInputs)" ]
[ "B-Function" ]
[ "It", "return", "a", "bytes", "array", "of", "lenght", "144", "and", "not", "1680", ",", "do", "you", "have", "any", "idea", "?" ]
[ "O", "O", "O", "B-Data_Type", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Modbus", "allows", "up", "to", "125", "holding", "registers", "to", "be", "read", "in", "a", "single", "Read", "Holding", "Registers", "function", "call", "." ]
[ "B-Class", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "I-Function", "O", "O", "O" ]
[ "If", "the", "library", "does", "not", "throw", "an", "error", "on", "a", "call", "to", "840", "registers", ",", "then", "it", "is", "probably", "taking", "this", "limit", "into", "account", "by", "spliting", "your", "call", "in", "several", "Read", "Hol...
[ "O", "O", "O", "O", "O", "O", "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-Function", "I-Function", "I-Function", "O", "O" ]
[ "I", "would", "study", "the", "source", "code", "to", "be", "sure", "that", "you", "can", "do", "that", "reliably", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "suggested", "add", "a", "bit", "of", "delay", "between", "the", "calls", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "part", "of", "my", "build.xml", "." ]
[ "O", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "I", "am", "triggering", "mvn", "build", "from", "ant", "script", "and", "then", "renaming", "the", "build", "and", "copying", "it", "to", "specific", "location", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "is", "a", "concept", "of", "profile", "in", "maven", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Can", "you", "help", "me", "out", "how", "to", "provide", "maven", "profile", "in", "the", "below", "snapshot", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "Ant", "is", "actually", "creating", "the", "command", "with", "the", "arguments", "passed", "by", "you", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "add", "your", "profile", "entry", "as", "an", "argument", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "like", "this", "." ]
[ "O", "O", "O" ]
[ "private", "void", "XButtonExit_Click", "(", "object", "sender", ",", "EventArgs", "e", ")", "{", "//This", "will", "close", "the", "program", "Close()", ";}" ]
[ "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", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Bl...
[ "This", "is", "my", "current", "code", "and", "it", "does", "work", "great", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "issue", "is", ",", "I", "need", "to", "make", "all", "of", "the", "TextBoxes", "into", "a", "currency", "format", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Data_Type", "O", "O" ]
[ "When", "I", "try", "the", "math", "no", "longer", "works", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "ideas", "will", "help", "." ]
[ "O", "O", "O", "O", "O" ]
[ "The", "biggest", "problem", "Im", "'", "having", "is", "with", "the", "sales", "tax", "when", "converting", "it", "to", "currency", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "I", "am", "unable", "to", "make", "the", "math", "work", "if", "subtotal", "is", "in", "the", "currency", "format", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O" ]
[ "I", "tried", "to", "convert", "it", "back", "to", "decimal", ",", "but", "when", "I", "do", "I", "ca", "n't", "run", "the", "command", "Subtotal", "*", "1.0" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "This", "is", "what", "I", "changed", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "//Take", "value", "from", "xTextBoxTotal", "and", "store", "it" ]
[ "O", "O", "O", "B-Variable", "O", "O", "O" ]
[ "My", "error", "is", "FormatException", "was", "unhandled", "on", "the", "Convert.toInt16(xtextboxTotal.text)" ]
[ "O", "O", "O", "B-Error_Name", "O", "O", "O", "O", "B-Function" ]
[ "When", "formating", "a", "numeric", "string", "as", "currency", ",", "you", "have", "to", "parse", "it", "back", "before", "you", "can", "re-convert", "it", "back", "to", "a", "numeric", "form", ",", "this", "depends", "on", "the", "curency", "formatting"...
[ "O", "O", "O", "O", "B-Data_Type", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"...
[ "See", ":", "http://msdn.microsoft.com/en-us/library/3s27fasw.aspx" ]
[ "O", "O", "O" ]
[ "the", "following", "question", "may", "seem", "stupid", "to", "many", ",", "since", "it", "should", "have", "a", "simple", "solution", ",", "but", "I", "am", "a", "beginner", "in", "the", "Spring", "framework", ",", "and", "I", "have", "been", "searchin...
[ "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-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "I", "need", "to", "implement", "logging", "for", "a", "Web", "Service", "based", "on", "Spring", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "Maven", "is", "used", "for", "dependencies", ",", "with", "the", "spring-boot-starter-ws", "dependency", ",", "and", "not", "the", "whole", "starter-web", "starter", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "tried", "with", "log4j", ",", "by", "adding", "a", "dependency", "and", "config", "file", ",", "and", "it", "does", "produce", "a", "log", "file", ",", "but", "only", "for", "the", "initialization", "of", "the", "logger", "itself", ",", "and", "n...
[ "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O...
[ "I", "also", "tried", "with", "logback", ",", "by", "adding", "the", "logback.xml", "file", ",", "and", "adding", "the", "starter-logging", "dependency", ",", "but", "that", "also", "creates", "empty", "log", "files", "with", "nothing", "on", "them", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "In", "the", "Spring", "boot", "documentation", ",", "the", "application.properties", "file", "is", "mentioned", "." ]
[ "O", "O", "B-Library", "I-Library", "O", "O", "O", "B-File_Name", "O", "O", "O", "O" ]
[ "So", "I", "created", "this", "in", "WEB-INF", ",", "and", "put", "the", "logging.level.org.springframework", "and", "the", "logging.path", "entries", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O" ]
[ "But", "still", "no", "log", "file", "created", "at", "all", "." ]
[ "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O" ]
[ "I", "do", "n't", "want", "to", "log", "my", "own", "messages", ",", "I", "just", "want", "to", "log", "the", "events", "generated", "by", "Spring", "itself", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "And", "I", "also", "do", "n't", "have", "a", "main", "method", ",", "only", "an", "Endpoint", "for", "the", "web", "service", ",", "if", "any", "of", "these", "might", "be", "relevant", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "what", "I", "need", "is", "the", "simplest", "possible", "logging", ",", "possibly", "without", "adding", "too", "many", "dependencies", "or", "so", ",", "and", "retrieve", "the", "Spring", "messages", "into", "the", "log", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-File_Type", "O" ]
[ "Can", "someone", "tell", "me", "what", "am", "I", "doing", "wrong", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "logback", "is", "the", "default", "logging", "implementation", "used", "by", "Spring", "Boot", "(", "I", "assume", "you", "are", "using", "spring", "boot", "to", "create", "a", "jar", "and", "run", "that", "!", ")", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O" ]
[ "Basicly", "you", "do", "n't", "need", "to", "do", "anything", "logging", "is", "already", "handled", "by", "the", "starter", "you", "included", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "is", "a", "default", "logback.xml", "shipped", "with", "Spring", "which", "turns", "on", "logging", ",", "for", "the", "spring", "framework", "this", "is", "on", "INFO", "." ]
[ "O", "O", "O", "O", "B-File_Name", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "to", "override", "this", "simply", "create", "a", "logback.xml", "file", "with", "the", "same", "content", "as", "the", "default", "one", "and", "put", "the", "logger", "for", "spring", "on", "DEBUG", "or", "TRACE", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "Not", "sure", "if", "you", "really", "want", "to", "put", "everything", "on", "trace", "unless", "you", "want", "a", "less", "performant", "application", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "to", "what", "you", "are", "doing", "wrong", "is", "that", "you", "are", "probably", "doing", "to", "much", "and", "thinking", "to", "complex", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "dont", "know", "if", "logging.level.org.springframework", "and", "the", "logging.path", "works", "with", "spring", "boot", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O", "B-Library", "I-Library", "O" ]
[ "You", "can", "try", "to", "move", "your", "logback.xml", "file", "and", "application.properties", "directly", "to", "resources", "dir", "+", "paste", "this", "to", "logback.xml" ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name" ]
[ "this", "should", "log", "on", "console", "and", "your", "/tmp", "(", "if", "linux", ")", "dir", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "B-File_Name", "O", "O", "B-Operating_System", "O", "O", "O" ]
[ "//Update", ":" ]
[ "O", "O" ]
[ "to", "manually", "set", "where", "to", "write", "logs", "you", "can", "do", "something", "like", "(", "i", "basically", "reduced", "whats", "inside", "of", "base.xml", "which", "is", "imported", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O" ]
[ "and", "then", "change" ]
[ "O", "O", "O" ]
[ "to", ":" ]
[ "O", "O" ]
[ "I", "am", "trying", "to", "run", "\"", "line", "program", "\"", "in", "graphics", "using", "C++", "in", "Code", "Blocks", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Application", "I-Application", "O" ]
[ "I", "had", "already", "done", "setting", "up", "the", "environment", "in", "code", "blocks", "for", "graphics", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O" ]
[ "Still", "I", "am", "getting", "the", "problem", "in", "this", "program", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "program", "shows", "no", "error", ",", "but", "when", "I", "run", "it", ",", "it", "does", "n't", "show", "any", "line", "in", "output", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Output", "my", "program", "is", "showing", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "on", "this", "webpage", "if", "you", "scroll", "down", "to", "the", "first", "inline", "image", ",", "i", "have", "a", "before/after", "javascript", "slider", "happening", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Language", "B-User_Interface_Element", "O", "O" ]
[ "however", ",", "the", "normal", "centering", "options", "do", "n't", "seem", "to", "be", "working", "for", "me", "and", "end", "up", "breaking", "the", "slider", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "any", "help", "would", "be", "appreciate", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "HTML", ":" ]
[ "B-Language", "O" ]
[ "CSS", ":" ]
[ "B-Language", "O" ]
[ "There", "are", "many", "problems", "with", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Like", "the", "outer", "containers", "have", "a", "width", "less", "than", "the", "inner", "elements", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "for", "now", "you", "can", "try", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "same", "as", "your", "images" ]
[ "O", "O", "O", "B-User_Interface_Element" ]
[ "I", "am", "new", "to", "webpack", "and", "going", "through", "webpack", "documentation", "here", "https://webpack.js.org/loaders/", ":" ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Library", "O", "O", "O", "O" ]
[ "And", "I", "happened", "to", "find", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "test", ":", "/", "\\.css$/", "," ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "Just", "wondering", "what", "are", "those", "front/back", "slashes", "and", "$", "symbol", "meant", "for", "?" ]
[ "O", "O", "O", "O", "O", "B-Value", "I-Value", "O", "B-Value", "O", "O", "O", "O" ]
[ "What", "i", "want", "to", "do", "is", "to", "install", "on", "my", "computer", "opencv", "with", "a", "very", "specific", "version", "(", "2.4.10", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "B-Library", "O", "O", "O", "O", "O", "O", "B-Version", "O", "O" ]
[ "I", "tried", "to", "switch", "the", "branch", "on", "github", "but", "it", "does", "not", "give", "me", "what", "i", "need", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "only", "need", "opencv", "core", "package", "." ]
[ "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "Do", "you", "know", "where", "i", "can", "download", "this", "version", "on", "officials", "repositories", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "Below", "is", "the", "method", "to", "clone", "OpenCV", "2.4.10", "through", "TortoiseGit", "2.4.0.3", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "B-Application", "B-Version", "O" ]
[ "Clone", "OpenCV", "HEAD", "from", "https://github.com/opencv/opencv.git", "." ]
[ "O", "B-Library", "B-Code_Block", "O", "O", "O" ]
[ "In", "the", "cloned", "directory", ",", "right", "click", "and", "select", "TortoiseGit", "from", "the", "popup", "menu", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "From", "the", "sub", "menu", ",", "select", "Switch/Checkout", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Code_Block", "O" ]
[ "In", "Switch/Checkout", "menu", ",", "select", "OpenCV-2.4.10", "from", "Branch", "or", "2.4.10", "from", "Tag", "." ]
[ "O", "B-Code_Block", "B-User_Interface_Element", "O", "O", "B-Library", "O", "B-Code_Block", "O", "B-Version", "O", "B-Code_Block", "O" ]
[ "See", "show", "log", "to", "verify", "if", "the", "right", "version", "is", "cloned", "or", "not", "." ]
[ "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hope", "this", "help", "." ]
[ "O", "O", "O", "O" ]
[ "EDIT", ":" ]
[ "O", "O" ]
[ "The", "image", "below", "shows", "the", "subfolder", "with", "the", "opencv-2.4.10", "core", "package", "from", "the", "GitHub", "clone", "." ]
[ "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-Website", "O", "O" ]
[ "I", "am", "starting", "a", "project", "where", "I", "need", "to", "make", "some", "not", "equality", "Join", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", ",", "I", "'ve", "read", "that", "neither", "Pig", "nor", "Hive", "support", "inequality", "Join", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O" ]
[ "I", "have", "also", "read", "that", "Pig", "can", "support", "that", "by", "using", "CROSS", "and", "FILTER", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O" ]
[ "Could", "I", "do", "that", "also", "in", "Hive", "using", "WHERE", "clause", "?", "Are", "there", "any", "cases", "where", "it", "is", "not", "possible", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Finally", ",", "supposed", "that", "I", "can", "do", "that", "both", "in", "Pig", "and", "in", "Hive", ",", "which", "would", "be", "better", "about", "performance", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "remember", "Hive", "can", "only", "use", "one", "reducer", "to", "do", "\"", "CROSS", "\"", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "Pig", "uses", "a", "smart", "approach", "to", "implement", "\"", "CROSS", "\"", "and", "run", "it", "in", "parallel", "and", "it", "usually", "has", "better", "performance", "than", "Hive", "." ]
[ "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "BTW", ",", "I", "have", "not", "updated", "my", "knowledge", "about", "Hive", "and", "Pig", "for", "one", "year", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O" ]