tokens
sequence
ner_tags
sequence
[ "Can", "you", "help", "me", "build", "the", "project", "and", "then", "share", "the", "binaries", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O" ]
[ "I", "would", "heartly", "appreciate", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Here", "is", "the", "github", "repository" ]
[ "O", "O", "O", "B-Website", "O" ]
[ "https://github.com/guardianproject/android-ffmpeg" ]
[ "O" ]
[ "How", "to", "get", "previous", "or", "next", "object", "with", "this", "format", "of", "code", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "know", "how", "to", "do", "that", "with", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "use", "enumerate", ":" ]
[ "O", "O", "O", "B-Code_Block", "O" ]
[ "Note", "that", "as", "a", "more", "efficient", "way", "for", "accessing", "to", "next", "items", "and", "refuse", "of", "multiple", "indexing", "you", "can", "use", "iter()", "function", "to", "create", "an", "iterator", "object", "from", "your", "list", "(", "from", "second", "element", "to", "end", ")", "and", "access", "to", "next", "elements", "in", "each", "iteration", "with", "next", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "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", "B-Code_Block", "O" ]
[ "Note", "that", "if", "you", "do", "n't", "pass", "the", "None", "as", "the", "second", "argument", "to", "next()", "function", "it", "will", "raise", "a", "StopIteration", "error.You", "can", "also", "handle", "it", "with", "a", "try-except", "statement", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Error_Name", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "Also", "for", "short", "lists", "you", "can", "use", "zip", "function", "and", "for", "long", "lists", "itertools.izip()", "function", "(", "zip", "in", "python", "3)", ":" ]
[ "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Function", "O", "O", "O", "O", "B-Data_Structure", "B-Function", "O", "O", "B-Function", "O", "B-Language", "B-Version", "O" ]
[ "zip(l,l[1:])", "will", "give", "you", "the", "following", "pairs", "of", "items", ":" ]
[ "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "in", "the", "loop", "you", "can", "use", "i", "as", "the", "current", "item", "then", "j", "will", "be", "the", "next", "item", "or", "use", "j", "as", "the", "current", "then", "i", "will", "be", "the", "previous", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ ":)" ]
[ "O" ]
[ "There", "are", "many", "different", "options", "depending", "on", "what", "your", "use", "for", "the", "neighbour", "entry", "is", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "instance", ",", "if", "you", "only", "want", "to", "process", "pairs", ",", "and", "not", "modify", "the", "list", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "Or", "if", "you", "need", "to", "keep", "the", "prior", "entry", "as", "a", "reference", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "None", "here", "is", "used", "in", "place", "of", "a", "prior", "item", "for", "the", "first", ",", "similar", "to", "how", "it", "'s", "used", "for", "the", "next", "item", "after", "the", "last", "in", "Kasra", "'s", "iter()-based", "example", "." ]
[ "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", "B-User_Name", "O", "B-Function", "O", "O" ]
[ "I", "am", "trying", "to", "process", "some", "CSS", "using", "PHP", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Language", "O" ]
[ "The", "CSS", "I", "want", "to", "process", "is", "page-specific", "and", "so", "I", "want", "to", "set", "a", "variable", "in", "my", "index.php", "to", "only", "echo", "the", "CSS", "when", "the", "variable", "is", "set", "." ]
[ "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O" ]
[ "index.php" ]
[ "B-File_Name" ]
[ "header.php" ]
[ "B-File_Name" ]
[ "import.php" ]
[ "B-File_Name" ]
[ "The", "header", "is", "properly", "set", "for", "this", "file", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "the", "CSS", "is", "interpreted", "." ]
[ "O", "O", "B-Language", "O", "O", "O" ]
[ "styles.css.php" ]
[ "B-File_Name" ]
[ "How", "can", "I", "make", "sure", "$name", "is", "set", "to", "it", "'s", "value", ",", "as", "set", "in", "index.php", "?" ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "EDIT", ":", "My", "final", "solution", "was", "to", "make", "an", "object", "from", "the", "stdClass", "and", "add", "the", "variables", "I", "needed", "as", "attributes", "to", "the", "object", "." ]
[ "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", "O" ]
[ "putting", "a", "GET", "request", "in", "the", "link", "to", "the", "CSS", "file", "which", "was", "the", "Base64", "of", "the", "JSON", "string", "of", "the", "object", "." ]
[ "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-File_Type", "B-Data_Type", "O", "O", "O", "O" ]
[ "The", "problem", "is", "that", "you", "are", "linking", "to", "that", "styles.css.php", "from", "inside", "the", "rendered", "html", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-Language", "O" ]
[ "This", "means", "that", "page", "will", "be", "fetched", "in", "a", "separate", "request", "(", "as", "you", "can", "se", "when", "you", "inspect", "the", "page", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "request", "never", "passes", "trough", "your", "index.php", ",", "and", "so", "the", "$name", "variable", "will", "not", "be", "set", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O" ]
[ "I", "would", "advise", "you", "to", "include", "the", "css", "in", "the", "rendered", "HTML", "inside", "a", "style", "block", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "It", "should", "be", "as", "easy", "as", "changing", "your", "import.php", "to", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O" ]
[ "This", "also", "has", "the", "added", "benefit", "of", "reducing", "the", "number", "of", "requests", "the", "browser", "has", "to", "make", ",", "and", "should", "therefore", "speed", "up", "the", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "btw", "not", "a", "very", "standard", "method", "of", "using", "css", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "I", "believe", "it", "would", "be", "better", "to", "add", "some", "sort", "of", "id", "(", "or", "data", "attribute", ")", "on", "your", "body", "tag", "that", "indicates", "the", "name", "of", "the", "page", "you", "are", "on", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "the", "css", "file", "(", "that", "does", "not", "run", "trough", "php", ",", "just", "a", "standard", "css", "file", ")", ",", "you", "could", "then", "do", "something", "like", "this", ":" ]
[ "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "<link>", "tag", "makes", "an", "HTTP", "request", "for", "a", "file", "totally", "independent", "of", "the", "PHP", "pages", "that", "are", "including", "each", "other", ",", "so", "$name", "is", "not", "available", "in", "styles.css.php", "." ]
[ "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-File_Name", "O" ]
[ "To", "do", "it", "this", "way", "you", "need", "to", "link", "the", "style", "sheet", "something", "like", "this", "to", "pass", "$name", "as", "a", "get", "variable", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "Then", "in", "the", "style", "sheet", "styles.css.php", "use", "$_GET['name']", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "I", "have", "a", "scenario", "where", "my", "application", "opens", "a", "document", "in", "google", "drive", "and", "allows", "user", "to", "edit", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O" ]
[ "Now", "if", "I", "want", "multiple", "users", "to", "edit", "the", "document", ",", "how", "(", "what", "google", "api-oauth/openconnect/identity", "federation/sign", "in", ")", "should", "I", "use", "to", "authenticate", "users", "and", "get", "their", "profile", "info", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "that", "each", "user", "can", "access", "the", "same", "document", "and", "edit", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "Currently", ",", "I", "am", "authenticating", "using", "service", "account", "and", "allowing", "anonymous", "access", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "I", "implement", "the", "above", "scenario", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "API", "'s", "might", "help", "me", "to", "look", "at", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Kindly", "guide", "!" ]
[ "O", "O", "O" ]
[ "You", "can", "actually", "use", "Google", "Drive", "Rest", "API", "which", "uses", "these", "authorization", "protocols", ":" ]
[ "O", "O", "O", "O", "B-Library", "I-Library", "I-Library", "I-Library", "O", "O", "O", "O", "O", "O" ]
[ "OAuth", "2.0", "to", "authorize", "requests", ",", "or" ]
[ "B-Library", "B-Version", "O", "O", "O", "O", "O" ]
[ "if", "your", "application", "uses", "Google", "Sign-in", ",", "some", "aspects", "of", "authorization", "are", "handled", "for", "you", "." ]
[ "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "follow", "this", "general", "authorization", "process", "for", "all", "application", "types", "as", "given", "in", "Authorizing", "requests", "with", "OAuth", "2.0", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O" ]
[ "In", "addition", "to", "that", ",", "if", "your", "app", "requires", "access", "to", "any", "other", "Google", "APIs", ",", "you", "can", "add", "scopes", "as", "given", "in", "OAuth", "2.0", "scope", "information", "for", "the", "Drive", "API", "detailed", "in", "the", "documentation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O" ]
[ "For", "more", "information", ",", "please", "go", "through", "the", "given", "documentations", "and", "you", "may", "also", "add", "Using", "OAuth", "2.0", "to", "Access", "Google", "APIs", "in", "your", "references", "with", "regards", "to", "Google", "API", "scopes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version", "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "O" ]
[ "I", "have", "a", "SQL", "Server", "table", "with", "the", "following", "data" ]
[ "O", "O", "O", "B-Language", "O", "B-Data_Structure", "O", "O", "O", "O" ]
[ "The", "above", "table", "stores", "the", "data", "of", "connecting", "flights", "between", "different", "cities", "." ]
[ "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "a", "result", "in", "the", "following", "format", "-" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "advise", "on", "how", "this", "can", "be", "achieved", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Just", "use", "group", "by", "clause", "with", "conditional", "aggregation" ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O" ]
[ "Edit", ":" ]
[ "O", "O" ]
[ "You", "could", "also", "directly", "fetch", "the", "source", "and", "destination", "station", "by", "using", "first_value()", "and", "last_value()", "function" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O" ]
[ "Note", ":", "The", "above", "is", "tested", "based", "on", "data", "provided", "in", "Q" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Try", "the", "following" ]
[ "O", "O", "O" ]
[ "Or", "you", "can", "use", "window", "functions", "FIRST_VALUE", "and", "LAST_VALUE", "if", "your", "version", "of", "SQLServer", "supports", "them" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "If", "ID", "are", "inconsistent", "then", "you", "can", "use", "a", "recursive", "CTE" ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "'s", "a", "symbiosis", "from", "two", "queries", "which", "provided", "Yogesh", "Sharma", "and", "my", "first", "query" ]
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-User_Name", "I-User_Name", "O", "O", "O", "B-Data_Structure" ]
[ "I", "am", "trying", "to", "insert", "a", "click", "to", "call", "button", "on", "my", "home", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "This", "is", "the", "first", "site", "I", "'ve", "built", "using", "Bootstrap", "(", "Bootstrap", "3.2.0", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-Library", "B-Version", "O", "O" ]
[ "Please", "view", "the", "code", "and", "help", "me", "figure", "out", "what", "I", "'m", "doing", "wrong", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you" ]
[ "O", "O" ]
[ "You", "can", "visit", "the", "site", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "not", "working", "because", "you", "have", "invalid", "HTML", "(", "an", "href", "attribute", "on", "a", "button", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "Usage", "info", "from", "W3C" ]
[ "O", "O", "O", "B-Website" ]
[ "This", "should", "do", "the", "trick", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Are", "there", "an", "efficient", "algorithm", "to", "search", "and", "dump", "all", "common", "substrings", "(", "which", "length", "is", "3", "or", "longer", ")", "between", "2", "strings", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O" ]
[ "Example", "input", ":" ]
[ "O", "O", "O" ]
[ "Example", "output", ":" ]
[ "O", "O", "O" ]
[ "In", "the", "example", ",", "\"", "-D", "\"", ",", "\"", "-M", "\"", "is", "also", "a", "common", "substring", "but", "is", "not", "required", ",", "because", "it", "'s", "length", "is", "only", "2", "." ]
[ "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "(", "There", "might", "be", "some", "missing", "outputs", "in", "example", "because", "there", "are", "so", "many", "of", "them", "..", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "find", "all", "common", "substrings", "using", "a", "data", "structure", "called", "a", "Generalized", "suffix", "tree" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "I-Data_Structure", "I-Data_Structure" ]
[ "Libstree", "contains", "some", "example", "code", "for", "finding", "the", "longest", "common", "substring", "." ]
[ "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "That", "example", "code", "can", "be", "modified", "to", "obtain", "all", "common", "substrings", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "need", "a", "way", "to", "be", "able", "to", "read", "from", "a", "UTF-8", "encoded", "file", "and", "store", "data", "from", "it", "into", "\"", "UTF-8", "compatible", "strings", "\"", "of", "some", "sort", ",", "in", "C++", "." ]
[ "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_Type", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "This", "data", "needs", "to", "be", "written", "back", "to", "a", "UTF-8", "encoded", "file", "later", "on", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "seems", "to", "be", "a", "lot", "of", "advice", "on", "google", "about", "doing", "this", "in", "Windows", "but", "I", "cannot", "find", "any", "help", "for", "Unix", "systems", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O", "O" ]
[ "Thanks", "for", "your", "help", "!" ]
[ "O", "O", "O", "O", "O" ]
[ "If", "all", "you", "need", "to", "do", "is", "read", "and", "write", "it", "then", "std::string", "is", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "This", "works", "because", "no", "multi-character", "UTF", "codepoint", "overlaps", "with", "an", "an", "ASCII", "character", "so", "the", "standard", "processing", "of", "text", "works", "just", "fine", "in", "relation", "to", "end", "of", "line", "sequence", "and", "there", "is", "no", "other", "processing", "done", "by", "the", "stream", "." ]
[ "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" ]
[ "What", "you", "read", "is", "what", "you", "get", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Outputting", "the", "string", "does", "not", "change", "any", "of", "the", "codepoints", "." ]
[ "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "if", "you", "need", "to", "manipulate", "the", "text", "that", "is", "a", "different", "question", "and", "gets", "more", "complex", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Usually", "manipulating", "UTF-8", "is", "way", "to", "hard", "(", "can", "be", "done", "but", "not", "worth", "it", "IMO", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "When", "it", "comes", "to", "manipulating", "the", "text", "you", "want", "to", "convert", "the", "UTF-8", "(", "which", "is", "not", "a", "fixed", "width", ")", "to", "an", "internal", "fixed", "width", "format", ";", "(", "UTF-16", "or", "UTF-32", "are", "common", "formats", "for", "manipulation", "and", "easy", "to", "use", ";", "(", "UTF-16", "windows", ",", "UTF-32", "for", "most", "*", "nix", "like", "OS", ")", ")", "." ]
[ "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", "B-Operating_System", "O", "O", "O", "O", "B-Operating_System", "I-Operating_System", "O", "O", "O", "O", "O" ]
[ "The", "easiest", "way", "to", "do", "this", "is", "to", "imbue", "the", "stream", "with", "a", "facet", "that", "knows", "the", "input", "is", "in", "UTF-8", "and", "will", "convert", "it", "automatically", "." ]
[ "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" ]
[ "There", "are", "a", "couple", "of", "these", "facets", "floating", "around", "in", "different", "libraries", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "an", "easy", "one", "to", "find", "is", "boost", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://www.boost.org/doc/libs/1_38_0/libs/serialization/doc/codecvt.html" ]
[ "O" ]
[ "Note", ":", "It", "is", "also", "in", "the", "latest", "version", "of", "boost", "1.46" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Version" ]
[ "The", "processes", "is", "the", "same", "for", "writting", "UTF-16/32", "back", "to", "a", "stream", "and", "converting", "it", "to", "UTF-8" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", "." ]
[ "O", "O" ]
[ "You", "should", "imbue", "the", "file", "before", "it", "is", "opened", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]