tokens
sequence
ner_tags
sequence
[ "It", "'s", "failing", "because", "there", "is", "no", "match", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "running", "two", "http/2", "servers", "on", "my", "ubuntu", "server", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Operating_System", "B-Application", "O" ]
[ "Both", "should", "be", "reachable", "over", "port", "443", "." ]
[ "O", "O", "O", "O", "O", "B-Device", "B-Value", "O" ]
[ "Is", "there", "a", "simple", "way", "to", "do", "this", "on", "Ubuntu", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "O" ]
[ "Yes", "this", "is", "possible", "." ]
[ "O", "O", "O", "O", "O" ]
[ "You", "need", "to", "run", "a", "webserver", "or", "loadbalancer", "listening", "to", "port", "443", "and", "forwarding", "requests", "appropriately", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "O", "B-Application", "O", "O", "B-Device", "B-Value", "O", "O", "O", "O", "O" ]
[ "In", "Apache", "for", "example", "this", "would", "be", "handled", "as", "follows", ":" ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Now", "while", "Apache", "does", "support", "HTTP/2", "in", "both", "the", "front", "end", "client", "connections", "and", "the", "back", "end", "ProxyPass", "requests", "(", "with", "mod_proxy_http", "2)", ",", "some", "other", "webservers/loadbalancers", "do", "n't", "(", "e.g", ".", "Nginx", ")", "." ]
[ "O", "O", "B-Application", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "To", "be", "honest", "most", "of", "the", "benefits", "for", "HTTP/2", "are", "in", "the", "client", "to", "edge", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "if", "you", "prefer", "to", "use", "Nginx", "for", "example", ",", "you", "could", "just", "have", "Nginx", "support", "HTTP/2", ",", "and", "the", "connection", "from", "Nginx", "to", "your", "back", "end", "apps", "be", "plain", "old", "HTTP/1.1", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "O" ]
[ "At", "least", "until", "HTTP/2", "becomes", "more", "regularly", "supported", "." ]
[ "O", "O", "O", "B-Version", "O", "O", "O", "O", "O" ]
[ "See", "here", "for", "more", "discussion", "on", "this", ":", "HTTP2", "with", "node.js", "behind", "nginx", "proxy" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Version", "O", "B-Application", "O", "B-Application", "O" ]
[ "I", "am", "a", "new", "user", "of", "Json.net", "and", "I", "am", "stuck", "because", "of", "an", "error", "message", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "to", "read", "a", "json", "file", "thanks", "to", "JsonTextReader", "using", "json.net" ]
[ "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Class", "O", "B-Library" ]
[ "My", "json", "file", "is", "a", "list", "of", "my", "class", "Person", "with", "some", "attributes", "looks", "like", "that", ":" ]
[ "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://pastebin.com/DbSDVt2K" ]
[ "O" ]
[ "When", "reading", "with", "the", "StreamReader", "(", "or", "TextReader", ")", "I", "have", "no", "problem", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "What", "i", "want", "is", "to", "have", "the", "same", "result", "with", "an", "output", "of", "type", "JsonTextReader", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Here", "is", "my", "piece", "of", "code", "to", "help", "you", "understand", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://pastebin.com/iwF3xuUp" ]
[ "O" ]
[ "My", "error", "is", "with", ":", "myString", "=", "reader.ReadAsString()", ";" ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "\"", "Additional", "information", ":", "Error", "reading", "string", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Unexpected", "token", ":", "StartArray", "." ]
[ "B-Error_Name", "I-Error_Name", "O", "O", "O" ]
[ "Path", "''", ",", "line", "1", ",", "position", "1", ".", "\"" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "been", "looking", "for", "hours", "to", "have", "more", "info", "but", "I", "found", "nothing", "that", "could", "help", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "any", "of", "you", "can", "help", "me", "understand", "this", "error", "and", "find", "a", "solution", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "a", "extract", "of", "my", "tr", "file", "content", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O" ]
[ "Simply", "read", "the", "file", "with", "a", "regular", "TextReader", ",", "then", "Deserialize", "using", "JsonConvert", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Function", "O", "B-Class", "O" ]
[ "You", "have", "just", "to", "remove", "this", "line", "from", "your", "code", ":", "string", "myString", "=", "reader.ReadAsString()", ";", "The", "Json", "Serializer", "tries", "to", "read", "a", "string", "there", ",", "but", "recognizes", "that", "it", "is", "an", "Array", "which", "you", "'re", "trying", "to", "read", "." ]
[ "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", "B-Class", "I-Class", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "if", "you", "want", "to", "have", "it", "directly", "to", "your", "correct", "type", "you", "can", "also", "use", "the", "generic", "Deserialze", "instead", "of", "Deserialize", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Function", "O" ]
[ "than", "you", "can", "specifiy", "the", "deserialization", "as", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Edit", "for", "the", "comment", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "to", "reuse", "a", "JsonReader", "you", "can", "create", "a", "reader", "from", "a", "JObject", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Class", "O" ]
[ "Example", "comes", "from", "Using", "JToken.CreateReader", "from", "the", "Newtonsoft", "Help", "Page" ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "B-Website", "O", "O" ]
[ "If", "a", "user", "has", "authenticated", ",", "should", "n't", "the", "request", "have", "a", "user", "attached", "to", "it", ",", "as", "well", "as", "returning", "true", "for", "req.isAuthenticated()", "?" ]
[ "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" ]
[ "So", "what", "is", "the", "difference", "between", "these", "two", "then", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Should", "n't", "I", "be", "fine", "just", "checking", "if", "req.user", "exists", ",", "in", "terms", "of", "making", "sure", "the", "user", "logged", "in", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "is", "the", "difference", "between", "inheriting", "IDispatch", "directly", "(", "IMyInterface", ":", "IDispatch", ")", "and", "declaring", "interface", "type", "[", "InterfaceType(ComInterfaceType.InterfaceIsIDispatch)", "]", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "I", "'ve", "noticed", "that", "I", "'m", "unable", "to", "use", "the", "worksheet_change", "function", "when", "the", "target", "address", "is", "a", "drop", "down", "(", "data", "validation", "-", "pulled", "from", "table", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Is", "there", "a", "way", "to", "do", "this", "successfully", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Example", "(", "does", "not", "work", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Thank", "you", "!" ]
[ "O", "O", "O" ]
[ "I", "believe", "your", "code", "in", "either", "in", "the", "wrong", "worksheet", ",", "or", "the", "dropdown", "is", "in", "a", "different", "sheet", "than", "where", "your", "code", "is", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "Try", "putting", "this", "in", "Sheet1", "and", "make", "changes", "to", "\"", "G8", "\"", "on", "Sheet1", "to", "see", "what", "happens" ]
[ "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-File_Name", "O", "O", "O", "O" ]
[ "I", "know", "that", "code", "works", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "If", "that", "works", "then", "try", "your", "code", "and", "if", "it", "does", "n't", "work", "then", "I", "beleive", "your", "sheet4.conditions", "has", "issues" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "I", "'ve", "been", "struggling", "with", "this", "for", "a", "while", "and", "could", "n't", "find", "the", "right", "solution", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "At", "the", "bottom", "of", "the", "page", "I", "'ve", "a", "footer", "that", "'s", "full", "width", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O" ]
[ "Inside", "it", "I", "want", "to", "display", "I", "list", "of", "messages", "and", "right", "next", "to", "its", "left", "an", "icon", ",", "in", "this", "case", "it", "'s", "a", "Font", "Awesome", "icon", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "B-User_Interface_Element", "O" ]
[ "The", "message", "list", "needs", "to", "be", "centered", "both", "vertically", "and", "horizontally", "and", "the", "icon", "has", "to", "be", "centered", "vertically", "." ]
[ "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" ]
[ "I", "'ve", "tried", "doing", "this", "using", "ul", "elements", "with", "display", ":", "inline-block", "and", "text-align", ":", "center", "." ]
[ "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "The", "messages", "displays", "correctly", "but", "the", "icon", "is", "stuck", "in", "the", "same", "place", "no", "matter", "the", "size", "of", "its", "container", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Here", "'s", "what", "I", "'ve", "so", "far", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "and", "the", "css", ":" ]
[ "O", "O", "B-Language", "O" ]
[ "https://jsfiddle.net/b1rw80jz/1/" ]
[ "O" ]
[ "Does", "anyone", "know", "how", "can", "I", "accomplish", "this", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks" ]
[ "O" ]
[ "You", "could", "use", "flex-box", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "+CSS" ]
[ "B-Language" ]
[ "+HTML" ]
[ "B-Language" ]
[ "Demo" ]
[ "O" ]
[ "If", "you", "need", "only", "one", "icon", ",", "you", "can", "use", "pseudo-elements::before", "for", "the", "bell" ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "https://jsfiddle.net/b1rw80jz/6/" ]
[ "O" ]
[ "Does", "this", "simple", "walkthrough", "work", "for", "anyone", "else", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Does", "n't", "for", "me", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Error", ":", "The", "ComponentGroup", "element", "contains", "an", "unexpected", "child", "element", "'", "File", "'", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "B-Value", "O" ]
[ "Is", "this", "walkthrough", "out", "of", "date", ",", "invalid", "or", "am", "I", "possibly", "just", "doing", "something", "stupid", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "version", "of", "WiX", "I", "have", "installed", "is", "3.10", ".", "and", "Visual", "Studio", "2015", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Version", "O", "O", "B-Application", "I-Application", "B-Version", "O" ]
[ "Thanks" ]
[ "O" ]
[ "Creating", "a", "Simple", "Setup" ]
[ "O", "O", "O", "O" ]
[ "I", "think", "you", "missed", "the", "creating", "the", "component", "tag", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "The", "File", "tag", "can", "only", "be", "added", "underneath", "the", "Component", "tag", "." ]
[ "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O" ]
[ "Think", "of", "Components", "as", "containers", "for", "anything", "that", "gets", "deployed", "." ]
[ "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "skill", "level", ":", "Beginner" ]
[ "O", "O", "O", "O", "O" ]
[ "Code", ":", "C#", "(", "wpf", ")" ]
[ "O", "O", "B-Language", "O", "B-Library", "O" ]
[ "Hardware", ":", "Dell", "Venue", "11", "Pro", "tablet", "(", "windows", "8.1", ")" ]
[ "O", "O", "B-Device", "I-Device", "B-Version", "I-Version", "B-Device", "O", "B-Operating_System", "B-Version", "O" ]
[ "I", "would", "like", "to", "get", "the", "current", "location", "of", "my", "computer", "via", "cellular", "triangulation", "in", "coordinates(latitude/longitude)", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "B-Device", "O", "O", "O", "O" ]
[ "Using", "the", "following", "link", "as", "a", "reference", "(", "Getting", "GPS", "coordinates", "on", "Windows", "phone", "7", ")", ",", "I", "have", "been", "attempting", "to", "pull", "the", "lat/lon", "coordinates", "from", "Windows", "Location", "Services", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "B-Operating_System", "B-Device", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O" ]
[ "I", "have", "verified", "that", "Windows", "Location", "Services", "is", "receiving", "the", "coordinates", "via", "cell", "tower", "triangulation", ",", "but", "every", "time", "I", "run", "the", "following", "code", "the", "coordinates", "are", "listed", "as", "\"", "NaN", "\"", "." ]
[ "O", "O", "O", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O" ]
[ "Any", "help", "here", "would", "be", "greatly", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "only", "need", "your", "current", "position", "once", ",", "and", "not", "continous", "update", "as", "you", "move", ",", "you", "can", "replace", "Start", "with", "TryStart", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O" ]
[ "Keep", "in", "mind", "that", "this", "method", "returns", "synchronously", ",", "so", "it", "is", "best", "not", "to", "run", "in", "on", "the", "UI", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "the", "isChecked()", "method", "Deprecated", "?" ]
[ "O", "O", "B-Function", "O", "O", "O" ]
[ "I", "am", "coding", "for", "android", "UI", "and", "using", "UiAutomator", "Framework", "there", "this", "mathod", "is", "not", "displayed" ]
[ "O", "O", "O", "O", "B-Operating_System", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "validate", "one", "uiobject", "through", "isChecked()", "whether", "it", "is", "clicked", "or", "not", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O" ]
[ "from", "the", "below", "link", "i", "came", "to", "know", "it", "is", "Deprecated", "and", "now", "we", "should", "use", "getValue()", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "Code", ":" ]
[ "O", "O" ]
[ "Here", "the", "problem", "is", "that", "the", "getValue", "method", "is", "not", "displaying", "i.e", "notavaible", "for", "use", "for", "me", "and", "isChecked()", "is", "always", "returning", "false", "to", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Value", "O", "O", "O" ]
[ "Can", "any", "one", "give", "any", "suggestion", "to", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "guess", "you", "are", "referring", "to", "a", "wrong", "documentation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "check", "this", "Link", "for", "UIObject", "class", "documentation", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "I", "do", "n't", "think", "isChecked()", "is", "deprecated", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O" ]
[ "It", "can", "be", "used", "only", "on", "an", "UI", "Object", "who", "'s", "node", "detail", "'", "checkable'=>true" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block" ]
[ "I", "have", "similar", "problem", "except", "android", "studio", "wont", "even", "accept", "the", "method", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "using", "a", "CheckedTextView", "and", "when", "I", "try", "to", "put" ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "android", "studio", "tells", "me", "\"", "cannot", "resolve", "method", "isChecked()\"", "but", "has", "plenty", "of", "other", "suggestions", "as", "expected", "." ]
[ "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "suspiciously", "isChecked()", "is", "the", "only", "method", "in", "the", "documentation", "that", "has", "no", "description", "besides", "the", "signature", "." ]
[ "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://developer.android.com/reference/android/widget/CheckedTextView.html#isChecked()" ]
[ "O" ]
[ "I", "am", "attempting", "to", "accept", "a", "user", "name", "through", "an", "Applescript", "script", ":", "I", "have", "accomplished", "this", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "am", "thinking", "that", "I", "need", "to", "have", "the", "name", "saved", "to", "a", "file", "because", "thats", "all", "i", "need", "and", "have", "another", "piece", "of", "script", "activate", "every", "time", "I", "click", "on", "the", "app", "from", "that", "point", "and", "retrieve", "the", "name", "." ]
[ "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" ]