tokens
sequence
ner_tags
sequence
[ "If", "you", "want", "more", "runtime", "flexibility", ",", "you", "might", "try", "Ruby", "or", "some", "other", "interpreted", "language", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "constrained", "to", "writing", "C++11", "code", ",", "but", "I", "want", "to", "use", "std::cbegin()", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "So", ",", "I", "'m", "looking", "at", "GCC", "5.4.0", "'", "s", "implementation", ",", "in", "/usr/include/c", "++", "/5/bits/range_access.h", "on", "my", "system", ",", "thinking", "I", "might", "write", "something", "similar", ",", "and", "I", "see", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "is", "that", "all", "there", "is", "to", "it", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Am", "I", "missing", "something", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "If", "that", "'s", "it", ",", "how", "come", "it", "was", "n't", "part", "of", "C++11", "like", "std::begin()", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Function", "O" ]
[ "No", ",", "that", "covers", "it", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Although", "a", "small", "function", "can", "be", "added", "to", "the", "standard", "with", "a", "relatively", "small", "amount", "of", "effort", ",", "time", "is", "finite", "and", "the", "committee", "does", "n't", "have", "unlimited", "resource", "." ]
[ "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" ]
[ "Another", "example", "of", "a", "reasonably", "useful", "and", "trivial", "function", "that", "was", "omitted", "until", "C++14", "is", "std::make_unique", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Function", "O" ]
[ "Things", "improve", "over", "time", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Yes", "." ]
[ "O", "O" ]
[ "Not", "that", "I", "'m", "aware", "of", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "global", "templates", "seem", "to", "have", "been", "part", "of", "the", "original", "proposal", "as", "an", "alternative", "to", "the", "member", "functions", ",", "but", "the", "proposal", "preferred", "to", "only", "provide", "the", "member", "functions", "in", "favour", "of", "providing", "either", "just", "the", "global", "templates", ",", "or", "both", "the", "templates", "and", "members", "." ]
[ "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", "O", "O" ]
[ "(", "Assuming", "this", "is", "the", "original", "proposal", ":", "N167", "4)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "committee", "chose", "to", "include", "the", "member", "function", "alternative", "in", "C++11", ",", "and", "the", "template", "not", "until", "C++", "14", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Language", "B-Version", "O" ]
[ "I", "'m", "not", "part", "of", "the", "committee", ",", "and", "cannot", "speak", "for", "them", ",", "but", "my", "guess", "is", "that", "the", "attitude", "of", "the", "proposal", "may", "have", "affected", "the", "decision", ":" ]
[ "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" ]
[ "Here", "is", "the", "development", "for", "the", "C++", "Standard", "Library", "Defect", "Report", "issue", "(", "2128", ")", "where", "the", "template", "versions", "were", "decided", "to", "be", "adopted", "into", "C++14", "after", "all", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "I-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O" ]
[ "I", "ca", "n't", "find", "the", "appropriate", "regex", "to", "extract", "only", "floats", "from", "a", "string", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Data_Type", "O" ]
[ "Consider", "the", "following", "string", ":" ]
[ "O", "O", "O", "B-Data_Type", "O" ]
[ "I", "want", "to", "extract", "2.1", ",", "I", "tried", "the", "following", "but", "this", "gives", "me", "integers", "and", "floats", ":" ]
[ "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "B-Data_Type", "O" ]
[ "i", "then", "tried", "using", "is_float", "to", "check", "for", "floats", "but", "this", "also", "returns", "the", "integers", "for", "some", "reason", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O" ]
[ "Any", "ideas", "?" ]
[ "O", "O", "O" ]
[ "thanks" ]
[ "O" ]
[ "Consider", "this", "simple", "example", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Matches", "\"", "one", "or", "more", "digits", ",", "followed", "by", "exactly", "one", "full", "stop", "and", "again", "one", "or", "more", "digits", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "output", "obviously", "is", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Your", "regex", "matches", "float", "and", "integers", ",", "and", "even", "strings", "consisting", "of", "just", "commas", "." ]
[ "O", "O", "O", "B-Data_Type", "O", "B-Data_Type", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O" ]
[ "[0-9,]+", "-", "1", "or", "more", "digits", "or", "," ]
[ "B-Code_Block", "O", "O", "O", "O", "O", "O", "B-Code_Block" ]
[ "(?:\\.", "[", "0-9", "]", "*)", "?", "-", "one", "or", "zero", "sequences", "of", ".", "+", "zero", "or", "more", "digits", "." ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O" ]
[ "You", "need" ]
[ "O", "O" ]
[ "That", "will", "match", "1+", "digits", ",", ".", "and", "1+", "digits", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "Or", ",", "to", "also", "match", "negative", "and", "positive", "floats", ",", "add", "an", "optional", "-", "at", "the", "beginning", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "Details" ]
[ "O" ]
[ "-", "?", "-", "one", "or", "zero", "hyphens", "(", "?", "means", "match", "one", "or", "zero", "occurrences", ")" ]
[ "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "\\d+", "-", "one", "or", "more", "digits", "(", "+", "means", "match", "one", "or", "more", "occurrences", ",", "\\d", "matches", "a", "digit", "char", ")" ]
[ "B-Code_Block", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "B-Data_Type", "O" ]
[ "\\", ".", "-", "a", "literal", "dot", "(", "since", "a", "dot", "in", "a", "regex", "is", "a", "special", "metacharacter", ",", "it", "should", "be", "escaped", "to", "denote", "a", "literal", "dot", ")" ]
[ "B-Code_Block", "I-Code_Block", "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" ]
[ "\\d+", "-", "one", "or", "more", "digits" ]
[ "B-Code_Block", "O", "O", "O", "O", "O" ]
[ "PHP", "demo", ":" ]
[ "B-Language", "O", "O" ]
[ "A", "bonus", "regex", "that", "will", "also", "match", "only", "float", "numbers", "with", "optional", "exponent", "(", "a", "variant", "of", "the", "regex", "at", "regular-expressions.info", ")", ":" ]
[ "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" ]
[ "Here", ",", "you", "can", "see", "that", "an", "optional", "+", "or", "-", "is", "matched", "first", "(", "[", "-+", "]", "?)", ",", "then", "the", "same", "pattern", "as", "above", "is", "used", ",", "then", "comes", "an", "optional", "non-capturing", "group", "(", "?", ":", "..", ".", ")", "?", "that", "matches", "1", "or", "0", "occurrences", "of", "the", "following", "sequence", ":", "e", "or", "E", "(", "since", "/i", "is", "a", "case", "insensitive", "modifier", ")", ",", "[", "-+", "]", "?", "matches", "an", "optional", "+", "or", "-", ",", "and", "\\d+`", "matches", "1+", "digits", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "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", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "I", "have", "the", "following", "vector", ":" ]
[ "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "All", "its", "values", "are", "between", "1", "and", "n", "(", "in", "this", "case", ",", "3)", "and", "denote", "different", "options", "." ]
[ "O", "O", "O", "O", "O", "B-Value", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "create", "a", "matrix", "of", "size", "size(y,", "1)", "x", "n", "whose", "rows", "correpond", "to", "y", "values", ":" ]
[ "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Function", "I-Function", "O", "B-Variable", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O" ]
[ "One", "way", "to", "do", "this", "would", "be" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "a", "better", "way", "to", "do", "this", ",", "maybe", "in", "a", "single", "expression", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Basically", ",", "what", "I", "need", "is", "to", "generate", "a", "matrix", "with", "boolean", "predicate", "(", "i", ",", "j", ")", "=>", "j", "==", "y(i)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Data_Type", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "You", "can", "try", "this", "if", "a", "is", "a", "column", "vector" ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Data_Structure" ]
[ "and", "this", "if", "it", "is", "a", "row", "vector" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure" ]
[ "In", "Octave", "(", "at", "least", "as", "of", "3.6.3", ",", "not", "sure", "when", "it", "was", "introduced", ")", ",", "you", "can", "use", "broadcasting", "to", "do", "this", "extremely", "easily", "." ]
[ "O", "B-Language", "O", "O", "O", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "works", "like", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "(", "if", "y", "is", "a", "row", "matrix", ",", "you", "need", "to", "transpose", "it", "first", "-", "if", "you", "want", "to", "have", "Y", "transposed", "instead", ",", "use", "y==(1:3)')" ]
[ "O", "O", "B-Variable", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Code_Block" ]
[ "I", "have", "a", "custom", "web", "control", "having", "two", "labels", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "On", "the", "display", "page", "I", "want", "to", "modify", "the", "text", "of", "one", "of", "the", "labels", "depending", "on", "a", "condition", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "How", "to", "achieve", "?" ]
[ "O", "O", "O", "O" ]
[ "The", "answer", "depends", "on", "how", "your", "control", "in", "defined", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "If", "the", "label", "is", "public", "you", "simply", "access", "the", "label", "through", "the", "control", "instance" ]
[ "O", "O", "B-Class", "O", "B-Data_Type", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "If", "it", "private", "you", "will", "need", "a", "public", "method", "in", "the", "control", "to", "change", "the", "text", ",", "e.g", "." ]
[ "O", "O", "B-Data_Type", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Class", "O", "O", "O", "B-Variable", "O", "O", "O" ]
[ "and", "then", "call", "the", "method" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "would", "like", "to", "rename", "all", "the", "jpg", "files", "in", "a", "folder", "to", "uniform", "convention", "like", "Picture00000001.jpg", "where", "00000001", "is", "a", "counter", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "B-Value", "O", "O", "O", "O" ]
[ "It", "would", "be", "a", "walk", "in", "the", "park", "in", "C#", "but", "I", "would", "think", "this", "is", "the", "kind", "of", "bread", "and", "butter", "stuff", "that", "PowerShell", "was", "made", "for", "." ]
[ "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-Application", "O", "O", "O", "O" ]
[ "I", "'m", "guessing", "something", "like" ]
[ "O", "O", "O", "O", "O" ]
[ "But", "before", "I", "hit", "the", "gas", "on", "this", "I", "would", "like", "to", "1)", "format", "the", "counter", ",", "and", "2)", "have", "some", "sense", "that", "this", "is", "in", "fact", "even", "a", "good", "idea", "." ]
[ "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" ]
[ "If", "this", "sounds", "more", "like", "OCD", "than", "a", "good", "idea", "please", "speak", "up", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Try", "this", "to", "get", "the", "FilenameWithOutExtension" ]
[ "O", "O", "O", "O", "O", "B-Class" ]
[ "$", "f.DirectoryName", "+", "\"", "\\", "\"", "+", "$", "f.BaseName" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "You", "can", "do", "this", "fairly", "simply", "in", "PowerShell", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "If", "you", "'re", "looking", "for", "the", "\"", "basename", "\"", "and", "if", "you", "'re", "on", "PowerShell", "2.0", "just", "use", "the", "Basename", "property", "that", "PowerShell", "adds", "to", "each", "FileInfo", "object", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Version", "O", "O", "O", "B-Variable", "O", "O", "B-Application", "O", "O", "O", "B-Class", "O", "O" ]
[ "Note", "that", "on", "PowerShell", "1.0", ",", "the", "PowerShell", "Community", "Extensions", "adds", "this", "same", "Basename", "property", "." ]
[ "O", "O", "O", "B-Application", "B-Version", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "If", "the", "intent", "is", "to", "append", "a", "counter", "string", "to", "the", "file", "'s", "basename", "during", "the", "rename", "operation", "then", "try", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "attached", "joomla", "'s", "Menu", "module", "in", "my", "template", "." ]
[ "O", "O", "O", "B-Application", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "But", "I", "needed", "it", "to", "load", "in", "footer", "position", "at", "the", "same", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "So", "that", "if", "I", "add", "another", "menu", "it", "should", "be", "get", "added", "in", "both", "the", "positions", "in", "Header", "and", "in", "the", "footer", "..", ".", "What", "i", "want", "to", "do", "to", "load", "a", "menu", "module", "to", "two", "different", "positions", "in", "a", "page", ",", "in", "header", "and", "in", "footer", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "had", "tried", "to", "add", "multiple", "positions", "in", "administrator", "section", "for", "a", "menu", "module", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "screen", "shots", "are", "as", "follows" ]
[ "O", "O", "O", "O", "O" ]
[ "For", "latest", "version", "." ]
[ "O", "O", "O", "O" ]
[ "Joomla3.x", ":" ]
[ "B-Application", "O" ]
[ "Get", "all", "the", "modules", "by", "template", "position", "(", "replace", "position", "with", "your", "template", "position", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Other", "Solution", ":", "you", "can", "define", "position", "in", "the", "template", "and", "assign", "module", "to", "that", "position" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Steps", ":" ]
[ "O", "O" ]
[ "1.Customize", "templateDetails.xml", "file", "add", "newposition" ]
[ "O", "B-File_Name", "O", "O", "O" ]
[ "2.create", "position", "in", "index", "file", "of", "template", "in", "templates/your_template/index.php" ]
[ "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-File_Name" ]
[ "If", "I", "understand", "correctly", ",", "you", "should", "simply", "be", "able", "to", "duplicate", "your", "menu", "module", "(", "in", "extensions->modules", ")", "and", "add", "the", "duplicate", "module", "to", "a", "module", "position", "in", "the", "footer", "of", "your", "template", "." ]
[ "O", "O", "O", "O", "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", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "If", "there", "is", "no", "module", "position", "in", "the", "footer", ",", "you", "add", "one", "to", "the", "-", "list", "in", "templateDetails.xml", ",", "and", "add", "it", "to", "index.php", "in", "your", "template", ",", "like", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-File_Name", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O" ]
[ "PYTHON", "3.3" ]
[ "B-Language", "B-Version" ]
[ "I", "have", "my", "HDD", "partitioned", "with", "programmes", "on", "\"", "C", "\"", "and", "data", "on", "\"", "D", "\"", "one", "NTFS", "and", "the", "other", "fat32", "." ]
[ "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "I-File_Name", "O", "O", "O", "B-File_Name", "I-File_Name", "I-File_Name", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "downloaded", "examples", "of", "code", "from", "one", "of", "the", "popular", "manuals", "onto", "\"", "D", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "I-File_Name", "O" ]
[ "Running", "sys.path", "does", "not", "show", "these", "." ]
[ "O", "B-File_Name", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "looked", ",", "but", "cannot", "find", "the", "sys.path", "file", "to", "permanently", "add", "my", "\"", "path", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "can", "have", "the", "sys.path", "come", "up", "in", "IDLE", ",", "but", "making", "changes", "here", "are", "only", "temporary", "I", "believe", "." ]
[ "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "a", "small", "irritation", "to", "have", "to", "\"", "go", "looking", "\"", "each", "time", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'d", "really", "appreciate", "some", "comments", ",", "and", "apologize", "if", "this", "has", "already", "been", "answered", "somewhere", "else", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "instance", ",", "to", "add", "the", "directory", "/home/me/mypy", "to", "the", "path", ",", "just", "do", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O" ]
[ "source", ":", "http://www.johnny-lin.com/cdat_tips/tips_pylang/path.html" ]
[ "O", "O", "O" ]
[ "You", "can", "modify", "the", "environment", "variable", "PYTHONPATH", "to", "adjust", "the", "default", "path", "Python", "looks", "for", "modules", "when", "importing", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O" ]
[ "so", "I", "am", "developing", "a", "google", "chrome", "extension", "for", "my", "chromebook", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "B-Device", "O" ]
[ "The", "idea", "is", "to", "make", "a", "\"", "magnifying", "\"", "type", "of", "effect", "wherever", "the", "mouse", "goes", "on", "the", "current", "webpage", "in", "order", "to", "zoom", "in", "on", "text/images", "or", "whatever", "the", "mouse", "hovers", "." ]
[ "O", "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", "B-User_Interface_Element", "O", "O", "O", "B-Device", "O", "O" ]
[ "I", "have", "the", "code", "for", "this", "effect", "working", "on", "a", "webpage", ",", "it", "does", "exactly", "what", "I", "want", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Where", "I", "'m", "confused", "is", "how", "to", "integrate", "this", "to", "a", "chrome", "extension", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "I", "would", "want", "an", "extension", "like", "button", "to", "show", "up", "in", "the", "upper", "right", "corner", "of", "the", "chrome", "browser", "and", "then", "you", "can", "click", "it", "and", "then", "a", "\"", "box", "or", "magnifying", "glass", "\"", "would", "appear", "and", "then", "you", "could", "click", "and", "drag", "it", "around", "the", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "The", "box", "would", "go", "away", "if", "you", "clicked", "the", "extension", "button", "again", "." ]
[ "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]