tokens
list
ner_tags
list
[ "what", "did", "i", "wrong", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "ANSWER", ":", "the", "order", "of", "aliases", "is", "important", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "so", "i", "'ve", "used", "ug.UserId", "equals", "u.Id" ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "The", "following", "code", "works", "for", "me", "in", "LINQ", "to", "SQL", "(", "Northwind", "database", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "B-Language", "O", "B-Application", "I-Application", "O" ]
[ "Is", "it", "possible", "to", "execute", "a", "query", "on", "a", ".sql", "dump", "file", "without", "importing", "it", "into", "a", "database", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Example", ":", "stuff.sql", ":" ]
[ "O", "O", "B-File_Name", "O" ]
[ "Then", "execute", "some", "SELECT", "Statement", "to", "get", "the", "options", "data", "." ]
[ "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "Sure", ",", "I", "could", "import", "the", "dump", "in", "a", "local", "DB", ",", "execute", "what", "I", "want", ",", "dump", "it", "again", "and", "delete", "the", "DB", "again", ",", "but", "is", "there", "a", "way", "with", "less", "overhead", ...
[ "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" ]
[ "Are", "you", "looking", "for", "this", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Not", "without", "importing", "at", "all", ",", "I", "dont", "think", "so", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "However", "you", "have", "other", "options", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "could", "import", "your", "SQL", "dump", "into", "a", "temporary", "memory-only", "database", ",", "then", "query", "that", "database", "." ]
[ "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "instance", "this", "could", "be", "an", "SQLite", ":MEMORY", ":", "database", "if", "your", "sql", "is", "compatible", ",", "or", "you", "could", "use", "Engine", "=", "MEMORY", "(", "or", "Engine", "=", "HEAP", "for", "older", "versions", ")", ...
[ "O", "O", "O", "O", "O", "O", "B-Library", "B-Code_Block", "I-Code_Block", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "...
[ "Same", "idea", "." ]
[ "O", "O", "O" ]
[ "Obviously", ",", "this", "depends", "on", "size", "of", "your", "data", "you", "want", "to", "query", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "a", "1TB", "Database", "would", "probably", "prove", "impractical", "to", "import", "into", "RAM", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "Edit", "(", "solution", "?" ]
[ "O", "O", "O", "O" ]
[ ")", ":", "I", "was", "able", "to", "achieve", "this", "by", "converting", "my", "arrays", "into", "a", "string", "and", "parsing", "through", "and", "recreating", "them", "on", "the", "other", "end", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "anyone", "has", "a", "better", "way", "I", "would", "appreciate", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Original", ":" ]
[ "O", "O" ]
[ "I", "created", "a", "class", "that", "extends", "MPxCommand", "to", "create", "a", "plug-in", "and", "have", "been", "trying", "to", "figure", "out", "how", "to", "parse", "the", "MArgList", "in", "the", "doIt()", "function", "to", "pull", "a", "couple", ...
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Variable", ...
[ "I", "am", "trying", "to", "pull", "a", "list", "of", "strings", "and", "a", "list", "ints", "that", "will", "have", "an", "inconsistent", "length", "so", "I", "wo", "n't", "be", "able", "to", "(", "I", "think", ")", "fill", "the", "flag", "multiple"...
[ "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Data_Type", "O", "O", "B-Data_Structure", "B-Data_Type", "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", ...
[ "I", "'ve", "had", "success", "pulling", "individual", "variables", "with", "MArgParser", "but", "have", "not", "found", "a", "way", "to", "pull", "a", "full", "list", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "MArgList", "appears", "to", "have", "what", "I", "want", "with", "the", "function", "asStringArray(index)", "and", "asIntArray(index)", "but", "when", "I", "use", "try", "using", "them", "I", "get", "the", "error", ":" ]
[ "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Edit", ":" ]
[ "O", "O" ]
[ "This", "code", "will", "put", "\"", "hello", "\"", "from", "the", "args", "into", "self.myStr", "if", "I", "run", "cmds.myCommand", "(", "s", "=", "\"", "hello", "\"", ")", ",", "but", "I", "'d", "like", "to", "be", "able", "to", "be", "able", "to...
[ "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "B-Code_Block", "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"...
[ "I", "hope", "that", "clears", "up", "what", "I", "'m", "trying", "to", "do", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "think", "your", "problem", "is", "in", "the", "declaration", "of", "that", "function", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "int", "&", "is", "a", "reference", "to", "an", "int", ",", "i.e", ".", "an", "int", "you", "give", "to", "the", "function", ",", "the", "function", "will", "change", "it", ",", "and", "your", "variable", "will", "reflect", "the", "changes", "." ]
[ "B-Data_Type", "I-Data_Type", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "maybe", "you", "already", "see", "it", ":", "passing", "a", "constant", "is", "not", "possible", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "into", "python", "at", "all", ",", "so", "I", "do", "n't", "know", "if", "it", "would", "be", "sufficient", "to", "simply", "declare", "an", "int", ",", "initialize", "it", "and", "then", "pass", "it", "as", "argument", "2", "to", ...
[ "O", "O", "O", "O", "B-Language", "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", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "implemented", "an", "OpenID", "IdP", "and", "an", "RP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "They", "seem", "to", "be", "working-", "-", "the", "RP", "is", "contacting", "the", "IdP", "and", "is", "redirecting", "to", "the", "IdP", "for", "authentication", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "only", "problem", "is", "when", "I", "am", "on", "the", "authenticate/authorize", "page", "it", "says", "\"", "This", "site", "failed", "verification", ".", "\"" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block" ]
[ "I", "dug", "around", "in", "the", "code", "a", "little", "and", "saw", "a", "few", "things", "that", "it", "was", "doing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "hunch", "that", "it", "has", "something", "to", "do", "with", "the", "Yadis", "document", "not", "being", "found", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "My", "site", "'s", "realm", "shoots", "off", "a", "302", "Found", "status", "code", ",", "so", "I", "thought", "this", "might", "be", "the", "problem", "and", "set", "it", "up", "to", "have", "an", "\"", "Accept", "\"", "request", "header", "which", ...
[ "O", "O", "O", "O", "O", "O", "O", "B-Error_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", "B-Library", "O", "O", "O", "B-Value",...
[ "Then", "instead", "of", "issuing", "the", "302", "Found", "redirect", ",", "it", "returns", "the", "document", "." ]
[ "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "also", "tried", "placing", "the", "X-XRDS-Location", "header", "..", ".", "no", "go", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "other", "suggestions", "?" ]
[ "O", "O", "O", "O" ]
[ "It", "took", "a", "nice", "rework", ",", "but", "once", "I", "fixed", "the", "302", "Found", "to", "a", "200", "OK", "response", ",", "I", "was", "golden", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Error_Name", "I-Error_Name", "O", "O", "B-Error_Name", "I-Error_Name", "O", "O", "O", "O", "O", "O" ]
[ "http://blog.nerdbank.net/2008/06/why-yahoo-says-your-openid-site.html" ]
[ "O" ]
[ "So", "I", "have", "been", "stuck", "on", "this", "for", "a", "week", "or", "so", ",", "but", "how", "does", "one", "pass", "the", "specific", "row", "selected", "on", "a", "UIPickerView", "from", "the", "secondviewcontroller", "to", "the", "first", "?" ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "I", "need", "it", "for", "a", "series", "of", "if", "statements", "in", "the", "firstviewcontroller", ",", "so", "I", "am", "thinking", "segues", "are", "not", "the", "way", "to", "go", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O" ]
[ "Sorry", "if", "this", "seems", "a", "bit", "rudimentary", ",", "I", "am", "brand", "new", "to", "Xcode", "and", "objective", "c", "in", "general", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Language", "O", "O", "O" ]
[ "is", "there", "is", "any", "way", "to", "Unlock", "Screen", "by", "clicking", "home", "button", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O" ]
[ "I", "just", "did", "lock", "screen", "dynamically", "by", "using", "DeviceAdminReceiver", "API", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Library", "I-Library", "O" ]
[ "as", "the", "same", "way", "I", "need", "to", "unlock", "the", "screen", "by", "clicking", "the", "home", "button", "or", "some", "other", "keys", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "kindly", "some", "one", "suggest", "me", "some", "ideas", "about", "this", "please", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "set", "up", "a", "basic", "CSS3", "animation", "test", "which", "increases", "and", "decreases", "the", "background-size", "of", "the", "element", ",", "when", "you", "click", "one", "of", "the", "elements", "then", "the", "class", "active", ...
[ "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "problem", "is", "though", "that", "when", "the", ".active", "class", "is", "removed", "the", "animation", "doesnt", "occur", "anymore", "since", "I", "have", "reset", "animation", "to", "none", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Can", "anyone", "advise", "how", "I", "can", "fix", "this", "problem", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "CSS" ]
[ "B-Language" ]
[ "JS" ]
[ "B-Language" ]
[ "Fiddle", "here", ":", "http://jsfiddle.net/VQaGh/22/" ]
[ "B-Application", "O", "O", "O" ]
[ "as", "my", "understanding", "you", "want", "effects", "something", "like", "this" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "try", "this", "one", "http://jsfiddle.net/Sk2sX/" ]
[ "O", "O", "O", "O" ]
[ "I", "have", "modify", "both", "css", "and", "js", "hope", "it", "will", "help", "you" ]
[ "O", "O", "O", "O", "B-Language", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "for", "any", "query", "regarding", "code", "post", "a", "comment" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Im", "using", "this", "code", "but", "it", "doesnt", "display", "anything" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "sorry", "because", "this", "look", "like", "a", "doubled", "post", ",", "but", "i", "saw", "a", "lot", "of", "other", "threads", "and", "i", "cant", "understand", "anything", "that", "i", "am", "doing", "." ]
[ "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" ]
[ "I", "am", "trying", "to", "make", "an", "has_and_belongs_to_many", "but", "i", "am", "stuck", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "I", "managed", "to", "make", "the", "form", "display", "the", "right", "information", ",", "but", "i", "dont", "know", "how", "to", "save", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "got", ":" ]
[ "O", "O", "O" ]
[ "Orb", "class", ":" ]
[ "B-Class", "O", "O" ]
[ "Book", "class", ":" ]
[ "B-Class", "O", "O" ]
[ "A", "_form", ":" ]
[ "B-Class", "I-Class", "O" ]
[ "And", "the", "controller", ":" ]
[ "O", "O", "O", "O" ]
[ "With", "this", ",", "the", "form", "has", "a", "checkbox", "with", "the", "right", "values", ",", "but", "it", "wont", "be", "save", "anywere", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "dont", "know", "what", "i", "am", "doing", ",", "can", "some", "one", "me", "explain", "what", "i", "have", "to", "do", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "need", "a", "join", "table", "to", "use", "has_and_belongs_to_many" ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Function" ]
[ "see", "here", "my", "working", "version", ":", "https://github.com/senayar/books" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "i", "have", "a", "form", "which", "fills", "a", "database", "with", "an", "issue", ",", "the", "issue", "is", "either", "'", "resolved", "'", "or", "'", "notresolved", "'", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "to", "make", "a", "counter", "which", "starts", "as", "soon", "as", "the", "form", "is", "submitted", "in", "the", "database", "and", "the", "issue", "status", "is", "'", "notresolved", "'", "yet", "and", "when", "i", "resolve", "the", "i...
[ "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" ]
[ "how", "can", "i", "implement", "it", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "here", "is", "my", "code", "for", "the", "form" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "have", "a", "column", "of", "type", "TIMESTAMP", "in", "your", "database", "table", "and", "have", "its", "default", "value", "set", "as", "CURRENT_TIMESTAMP", "." ]
[ "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Type", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "See", "the", "following", "thread", "on", "Stackoverflow", ":" ]
[ "O", "O", "O", "O", "O", "B-Website", "O" ]
[ "How", "do", "you", "set", "a", "default", "value", "for", "a", "MySQL", "Datetime", "column", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Data_Type", "B-Data_Structure", "O" ]
[ "You", "should", "also", "go", "through", "Timestamp", "properties", "in", "MySQL", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "Well", ",", "thinking", "fast", ",", "that", "is", "what", "came", "to", "my", "mind", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "that", "what", "you", "need", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "also", "do", "this", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_datediff", "on", "your", "MySQL", "dates", ",", "following", "Rufinus", "solution", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "B-User_Name", "O", "O" ]
[ "How", "can", "I", "convert", "the", "duplicate", "elements", "in", "a", "array", "'", "data", "'", "into", "0", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Variable", "O", "O", "B-Value", "O" ]
[ "It", "has", "to", "be", "done", "row-wise", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "The", "answer", "should", "be", "as", "follows", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Approach", "#1" ]
[ "O", "O" ]
[ "One", "approach", "with", "np.unique", "-" ]
[ "O", "O", "O", "B-Function", "O" ]
[ "Sample", "run", "-" ]
[ "O", "O", "O" ]
[ "Approach", "#2" ]
[ "O", "O" ]
[ "You", "can", "also", "use", "sorting", "and", "differentiation", "as", "a", "faster", "approach", "-" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Runtime", "tests", "-" ]
[ "O", "O", "O" ]
[ "Extending", "to", "a", "2D", "case", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Approach", "#2", "could", "be", "extended", "to", "work", "for", "a", "2D", "array", "case", ",", "avoiding", "any", "loop", "like", "so", "-" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Sample", "run", "-" ]
[ "O", "O", "O" ]
[ "Here", "'s", "a", "simple", "pure-Python", "way", "to", "do", "it", ":" ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O" ]
[ "I", "have", "implemented", "an", "invitation", "system", "in", "my", "application", ",", "that", "generates", "an", "ical", "attachment", "that", "is", "sent", "to", "the", "appropriate", "users", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "possible", "to", "add", "a", "link", "in", "the", "email", "body", "that", "would", "trigger", "the", "processing", "of", "the", "invitation", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "in", "addition", "to", "the", "extra", "buttons", "provided", "by", "some", "email", "clients", ")" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Application", "I-Application", "O" ]