tokens
sequence
ner_tags
sequence
[ "e.g", ".", "," ]
[ "O", "O", "O" ]
[ "The", "result", "is", "that", "when", "I", "call", "to", "execute", "this", "equation", "over", "the", "dataFrame", "the", "literal", "equation", "is", "copied", "into", "the", "\"", "outPut", "\"", "DF", "rather", "than", "the", "row", "by", "row", "result", "for", "each", "'", "A", "'", "and", "'", "B", "'", "." ]
[ "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-Class", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "B-Value", "I-Value", "B-Value", "O", "B-Value", "I-Value", "B-Value", "O" ]
[ "I", "do", "n't", "understand", "why", "Python", "sees", "these", "code", "examples", "differently", ",", "nor", "how", "to", "achieve", "the", "result", "I", "want", "from", "the", "first", "example", "." ]
[ "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" ]
[ "For", "some", "reason", "the", "sympify()", "result", "is", "not", "executable", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "The", "same", "seems", "to", "occur", "when", "I", "use", "eval()", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Elaborating", "on", "my", "comment", ",", "here", "'s", "how", "to", "solve", "the", "problem", "with", "lambdify" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function" ]
[ "Depending", "on", "the", "expressions", "encountered", "in", "your", "xml", "file", ",", "sympy", "may", "be", "overkill", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Library", "O", "O", "O", "O" ]
[ "Here", "'s", "how", "to", "use", "eval" ]
[ "O", "O", "O", "O", "O", "B-Function" ]
[ "I", "am", "trying", "to", "make", "an", "app", "in", "Rails", "4", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O" ]
[ "I", "use", "simple", "form", "for", "forms", "." ]
[ "O", "O", "B-HTML_XML_Tag", "I-HTML_XML_Tag", "O", "O", "O" ]
[ "I", "have", "an", "industry", "model", "." ]
[ "O", "O", "O", "B-Class", "O", "O" ]
[ "The", "industry.rb", "has", ":" ]
[ "O", "B-File_Name", "O", "O" ]
[ "The", "industry", "controller", "has", ":" ]
[ "O", "B-Class", "O", "O", "O" ]
[ "The", "industry", "form", "has", ":" ]
[ "O", "B-Class", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "get", "my", "form", "input", "for", ":sector", "to", "use", "the", "collection", "of", "industries", "(", "by", "calling", "the", "scope", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "When", "I", "try", "this", ",", "I", "get", "the", "following", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Can", "anyone", "see", "what", "'s", "wrong", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "should", "be", "alphabetically", "instead", "of", "alphabetical", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "B-Code_Block", "O" ]
[ "Also", ",", "according", "to", "the", "options_from_collection_for_select", "documentation", ",", "you", "need", "to", "pass", "at", "least", "3", "arguments", "to", "the", "options_from_collection_for_select", "method", ":", "collection", ",", "value_method", "and", "text_method", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Variable", "O", "B-Variable", "O", "B-Variable", "O" ]
[ "Change", "to", "the", "following", "to", "make", "it", "work", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "build", "a", "simple", "video", "game", "for", "a", "university", "course", "using", "altera", "DE0", "or", "DE2", "or", "DE1-SoC", "boards", ",", "i", "looked", "at", "the", "isa", "for", "the", "nios", "II", "cpu", "there", "is", "no", "atomic", "test-and-set", "instruction", "in", "the", "ISA", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "I-Device", "O", "B-Device", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "I-Device", "I-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "how", "would", "i", "build", "a", "simple", "lock", "here", ",", "anything", "that", "enforces", "mutual", "exclusion", "for", "a", "tiny", "period", "will", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "we", "are", "gonna", "have", "code", "that", "is", "gonna", "run", "from", "main()", "and", "code", "that", "will", "run", "in", "the", "Interrupt", "Service", "Routine", ",", "and", "i", "want", "to", "put", "locks", "on", "some", "variables", ",", "is", "it", "possible", "?" ]
[ "O", "O", "O", "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", "O", "O", "O", "O", "O" ]
[ "It", "appears", "the", "Nios", "II", "architecture", "does", "n't", "have", "atomic", "test-and-set", "instructions", "." ]
[ "O", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Instead", "for", "synchronization", "of", "shared", "resources", "between", "multiple", "Nios", "II", "processors", ",", "the", "architecture", "uses", "an", "\"", "Hardware", "Mutex", "Core", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "works", "as", "a", "shared", "peripheral", "that", "provides", "an", "atomic", "test-and-test", "operation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "read", "more", "about", "it", "in", "Altera", "'s", "Creating", "Multiprocessor", "Nios", "II", "Systems", "Tutorial", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "B-Device", "I-Device", "O", "O", "O" ]
[ "However", ",", "you", "probably", "do", "n't", "an", "atomic", "test-and-set", "operation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "make", "any", "sequence", "of", "instructions", "atomic", "with", "respect", "to", "interrupts", "on", "a", "single", "core", "system", "simply", "by", "disabling", "interrupts", "." ]
[ "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", "use", "the", "following", "code", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "the", "java", "sdk", "in", "my", "pom.xml", "file", ":" ]
[ "O", "O", "O", "B-Library", "I-Library", "O", "O", "B-File_Name", "O", "O" ]
[ "But", "it", "wo", "n't", "let", "me", "build", "my", "java", "application", ",", "and", "produces", "the", "following", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "just", "ca", "n't", "understand", "how", "it", "ca", "n't", "find", "the", "class", "ClientConfigurationFactory", "because", "it", "should", "be", "included", "in", "the", "Java", "SDK", "right", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O" ]
[ "I", "appreciate", "any", "help", "you", "guys", "can", "give", "me", "to", "solve", "this", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "com.amazonaws.ClientConfigurationFactory", "is", "inside", "aws-java-sdk-core", "you", "will", "need", "to", "add", "this", "to", "your", "list", "of", "dependencies", "in", "your", "pom.xml" ]
[ "B-Class", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name" ]
[ "I", "have", "those", "java", "files", ":" ]
[ "O", "O", "O", "B-Language", "O", "O" ]
[ "//i2cjni.java" ]
[ "B-File_Name" ]
[ "//i2c.java" ]
[ "B-File_Name" ]
[ "}" ]
[ "O" ]
[ "//I2CBoard.java" ]
[ "B-File_Name" ]
[ "}" ]
[ "B-Code_Block" ]
[ "-I", "have", "set", "the", "native", "library", "path", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "-I", "have", "added", "this", "folder", "to", "the", "project", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "-when", "I", "try", "to", "call", "the", "U2C_GetDeviceCount()", "function", "and", "so", "on", ",", "I", "get", "this", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "ideas", "?" ]
[ "O", "O", "O" ]
[ "that", "like", "is", "a", "link", "error", ",", "may", "be", "your", ".c", "file", "function", "name", "is", "not", "right", ",", "maybe", "you", "should", "post", "your", ".c" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type" ]
[ "file" ]
[ "O" ]
[ "I", "'m", "using", "CoffeScript", "to", "create", "an", "angular", "application", "." ]
[ "O", "O", "O", "B-Language", "O", "O", "O", "B-Library", "O", "O" ]
[ "I", "have", "a", "strange", "problem", "with", "this", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "webService.coffe", "(", "simplificated", ")" ]
[ "B-File_Name", "O", "O", "O" ]
[ "In", "this", "simplificated", "code", ",", "I", "get", "the", "error", "_Class.logout", "is", "not", "a", "function", "when", "handleResult", "is", "called", "and", "the", "error", "code", "is", "102", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "B-Error_Name", "O" ]
[ "The", "=>", "operator", "should", "resolve", "this", "problem", "but", "it", "'s", "not", "." ]
[ "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "do", "n't", "understand", "why", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Javascript", "compiled", "code", "of", "webService.coffee" ]
[ "B-Language", "O", "O", "O", "B-File_Name" ]
[ "hi", "i", "am", "retrieving", "contacts", "from", "address", "book", "but", "i", "am", "getting", "duplicates", "too", "for", "eg", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "are", "present", "in", "address", "book", "it", "gets", "both", ",", "is", "there", "any", "property", "to", "avoid", "this", "case", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "While", "it", "works", "if", "the", "number", "is", "different", "for", "same", "name", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "code", ":" ]
[ "O", "O", "O" ]
[ "the", "arrayContactsFromAddressbook", "contains", "all", "the", "contacts", "from", "the", "address", "book", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "do", "i", "remove", "duplicates", "based", "on", "phone", "number", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "very", "strange", "effect", "when", "adding", "the", "schemaLocation", "to", "my", "xml-file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-File_Type", "O" ]
[ "Problem", ":" ]
[ "O", "O" ]
[ "What", "am", "I", "missing", ",", "so", "that", "the", "data", "still", "get", "displayed", "and", "transformed", "correctly", "after", "adding", "the", "xsd-File", "to", "the", "schemaLocation", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "B-Variable", "O" ]
[ "Info", ":", "All", "files", "are", "in", "the", "same", "folder" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "XML" ]
[ "B-File_Type" ]
[ "XSD" ]
[ "B-File_Type" ]
[ "XSLT" ]
[ "B-File_Type" ]
[ "Does", "anyone", "have", "an", "idea", "what", "'s", "wrong", "in", "my", "files", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "schemaLocation", "does", "not", "matter", "but", "your", "input", "sample", "has", "the", "default", "namespace", "declaration", "xmlns", "=", "\"", "http://www.w3schools.com", "\"", "on", "the", "root", "element", "which", "puts", "all", "elements", "in", "that", "namespace", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-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", "O" ]
[ "Your", "XSLT", "however", "uses", "paths", "like", "school/personen/person", "which", "(", "in", "XSLT/XPath", "1.0", ")", "select", "elements", "in", "no", "namespace", "." ]
[ "O", "B-Language", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "B-Language", "B-Version", "O", "O", "O", "O", "O", "O", "O" ]
[ "Either", "move", "to", "an", "XSLT", "2.0", "processor", "where", "you", "can", "then", "define", "xpath-default-namespace", "=", "\"", "http://www.w3schools.com", "\"", "on", "your", "stylesheet", "or", ",", "if", "you", "want", "to", "solve", "it", "with", "XSLT", "1.0", ",", "declare", "xmlns:df", "=", "\"", "http://www.w3schools.com", "\"", "in", "your", "stylesheet", "and", "adapt", "your", "paths", "to", "use", "that", "prefix", "as", "in", "df:school/df:personen/df:person", "and", "df:name", "and", "so", "on", "." ]
[ "O", "O", "O", "O", "B-Language", "B-Version", "O", "O", "O", "O", "O", "O", "B-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", "O", "B-Language", "B-Version", "O", "O", "B-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", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "Where", "is", "the", "message", "header", "and", "body", "in", "a", "stream", "definition", "is", "mentioned", "in", "a", "WSO2", "BAM", "mediator", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O" ]
[ "In", "the", "Payload", "Data", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "Or", "can", "it", "be", "changed", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "In", "BAM", "mediator", ",", "message", "body", "or", "header", "must", "be", "declared", "in", "the", "Payload", "Data", "." ]
[ "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "setting", "header", "for", "Angular", "2", "app", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "B-Library", "B-Version", "O", "O" ]
[ "Here", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "As", "I", "run", "it", "gives", "error" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Without", "you", "posting", "the", "error", ",", "it", "'s", "just", "guess", "work", "as", "to", "what", "'s", "going", "wrong", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "probably", "you", "should", "add", "a", "super()", "call", "inside", "the", "constructor", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "Another", "point", "of", "interest", "is", "the", "almost", "same", "name", "of", "the", "class", ",", "besides", "the", "capital", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "common", "practice", "to", "have", "your", "class", "name", "in", "PascalCase", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "After", "you", "posted", "your", "error", ",", "it", "is", "obvious", "what", "you", "have", "to", "do", "first", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Before", "setting", "the", "request", "headers", ",", "you", "have", "to", "open", "the", "request", "using", "the", "open", "method", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "After", "you", "call", "this", "method", ",", "you", "will", "be", "able", "to", "set", "your", "request", "headers" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "new", "to", "programming", "and", "today", "I", "'m", "here", "because", "I", "need", "help", "with", "a", "simple", "exercise", "that", "I", "'m", "trying", "to", "solve", "." ]
[ "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", "exercise", "consists", "of", "various", "small", "parts", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "1)", "Define", "a", "struct", "called", "Point", "with", "two", "x", "and", "y", "coordinates", "(", "double", ")", "." ]
[ "O", "O", "O", "B-Data_Structure", "O", "B-Class", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "B-Data_Type", "O", "O" ]
[ "2)", "Prompt", "the", "user", "to", "enter", "7", "(", "x", ",", "y", ")", "pairs", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "3)", "As", "we", "read", "those", "pairs", "we", "have", "to", "store", "them", "in", "a", "vector", "of", "Points", "called", "original_points", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "B-Class", "O", "B-Variable", "O" ]
[ "So", "this", "is", "my", "first", "attempt", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "a", "simple", "format", "error", "occurs", ",", "I", "try", "to", "recover", "by", "skipping", "every", "character", "until", "the", "program", "reaches", "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" ]
[ "My", "problem", "is", "that", "if", "I", "try", "to", "enter", "a", "wrong", "input", "format", "such", "as", ":", "9", ",", "99", ")", "the", "code", "will", "push_back()", "both", "the", "first", "correct", "reading", "after", "the", "error", "and", "also", "the", "first", "one", "before", "the", "error", "occurred", "." ]
[ "O", "O", "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", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "for", "example", "if", "I", "try", "to", "input", "such", "data", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "1", ",", "2)" ]
[ "B-Value", "I-Value", "I-Value", "I-Value" ]
[ "9", ",", "99", ")" ]
[ "B-Value", "I-Value", "I-Value", "I-Value" ]
[ "(", "5", ",", "6", ")" ]
[ "B-Value", "I-Value", "I-Value", "I-Value", "I-Value" ]
[ "I", "will", "have", "three", "elements", "in", "my", "vector", ":", "(", "1", ",", "2)", ",", "(", "1", ",", "2)", "again", ",", "and", "(", "5", ",", "6", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "I-Value", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "O" ]
[ "It", "seems", "like", "when", "I", "get", "into", "the", "loop", "after", "every", "condition", "check", "the", "value", "of", "P", "remains", "the", "same", "instead", "of", "creating", "a", "new", "Point", "object", "for", "every", "iteration", "." ]
[ "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-Class", "O", "O", "O", "O", "O" ]
[ "Could", "you", "help", "me", "please", "with", "this", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]