tokens
list
ner_tags
list
[ "So", ",", "adding", "so", "that", "it", "may", "come", "handy", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ ":)" ]
[ "O" ]
[ "My", "first", "answer", "also", "." ]
[ "O", "O", "O", "O", "O" ]
[ ":)" ]
[ "O" ]
[ "Here", "'s", "one", "way", "." ]
[ "O", "O", "O", "O", "O" ]
[ "There", "are", "surely", "many", "others", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "my", "model", "class", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Does", "nHibernate", "offer", "a", "way", "to", "represent", "this", "while", "maintaining", "the", "simple", "public", "API", "of", "the", "model", "?" ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Not", "sure", "if", "it", "will", "work", "with", "observable", "collection", "(", "may", "need", "to", "map", "as", "IList", "and", "handle", "that", "behind", "the", "scenes", ")", "but", "I", "think", "you", "'d", "need", "to", "do", "something", "...
[ "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "only", "drawback", "is", "it", "does", "require", "a", "keyed", "table", "for", "your", "tag", "values", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O" ]
[ "However", ",", "I", "worry", "that", "the", "same", "tag", "can", "appear", "on", "multiple", "leads", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O" ]
[ "If", "this", "is", "the", "case", ",", "I", "think", "you", "will", "want", "to", "define", "tags", "as", "a", "many", "to", "many", "with", "an", "intermediate", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "That", "would", "look", "something", "like", "this", "(", "requiring", "an", "object", "for", "your", "tag", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "I", "want", "to", "know", "how", "I", "can", "output", "concatenated", "string", "from", "multiple", "SQL", "CASE", "expressions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "B-Language", "B-Code_Block", "O", "O" ]
[ "This", "is", "my", "query", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "I", "'m", "getting", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "So", "instead", "of", "the", "two", "columns", "B", "and", "LK", ",", "I", "want", "to", "introduce", "a", "new", "column", "which", "will", "be", "called", "Access", "Level", ",", "and", "if", "B", "is", "Active", "or", "LK", "is", "active", ",", ...
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O",...
[ "For", "example", ",", "if", "B", "only", "is", "active", ",", "output", "for", "'", "Access", "Level", "'", "column", "will", "be", "B", ",", "if", "both", "programs", "are", "active", "then", "output", "will", "be", "'", "B", ",", "LK", "'", ",",...
[ "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "...
[ "What", "are", "my", "options", "to", "concatenate", "a", "column", "value", "from", "multiple", "case", "queries", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "Thanks", ",", "Laziale" ]
[ "O", "O", "B-User_Name" ]
[ "Write", "a", "third", "CASE", "expression", "that", "checks", "the", "combinations", "you", "describe", "and", "assigns", "the", "appropriate", "value", "." ]
[ "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "pseudocode", ":" ]
[ "O", "O", "O" ]
[ "CASE", "expressions", "are", "evaluated", "in", "order", "from", "top", "to", "bottom", "and", "resolve", "to", "the", "first", "WHEN", "condition", "that", "is", "met", ",", "so", "if", "both", "B", "and", "LK", "are", "active", ",", "then", "the", "...
[ "B-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", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "You", "can", "do", "it", "as", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "to", "accept", "either", "input", "from", "keyboard", "or", "2d", "barcode", "scanner", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "B-Device", "I-Device", "I-Device", "O" ]
[ "The", "input", "is", "mixture", "of", "alpha", "numeric", ",", "also", "I", "want", "user", "to", "be", "able", "to", "use", "Ctrl+v", "to", "paste", "their", "input", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Keyboard_IP", "O", "O", "O", "O", "O" ]
[ "Currently", "if", "I", "try", "Ctrl+v", ",", "only", "v", "key", "is", "detected", "and", "shown", "." ]
[ "O", "O", "O", "O", "B-Keyboard_IP", "O", "O", "B-Keyboard_IP", "O", "O", "O", "O", "O", "O" ]
[ "Also", "my", "cursor", "autofocus", "does", "not", "work", ",", "no", "matter", "what", "I", "try", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "See", "below", "the", "javascript", "." ]
[ "O", "O", "O", "B-Language", "O" ]
[ "and", "here", "is", "the", "html", "part", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "Formatted", "HTML", ":" ]
[ "O", "B-Language", "O" ]
[ "My", "question", "could", "sound", "like", "weird", ",", "I", "want", "to", "include", "a", "template", "in", "a", "CFML", "script", "but", "not", "as", "a", "different", "file", "but", "a", "string/text/base64", "data", "in", "the", "same", "file", "."...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O" ]
[ "Is", "that", "possible", "or", "there", "is", "a", "way", "in", "CFML", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "I", "can", "do", "that", "in", "PHP", "with", "files", "as", "base64", "data", "even", "images", "base64", "encoded", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-Data_Type", "O", "O", "B-User_Interface_Element", "B-Data_Type", "O", "O" ]
[ "I", "thought", "about", "something", "like", "(", "not", "working", ",", "of", "course", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Why", "would", "I", "do", "that", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "To", "overcome", "errors", "between", "different", "functions", "with", "same", "name", "in", "different", "CF", "versions", "(", "6", ",", "7", ",", "8", ",", "9", ",", "20", ")", "but", "same", "names", ",", "for", "portability", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Version", "O", "B-Version", "O", "B-Version", "O", "B-Version", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Found", "a", "way", "to", "make", "it", "work", ",", "not", "really", "what", "I", "wanted", "but", "works", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "custom", "control", "and", "I", "have", "interface", "this", "control", "exposes", "to", "it", "'s", "users", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Need", "to", "implement", "it", "like", "so", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "how", "do", "I", "tell", "that", "this", "generic", "method", "is", "really", "implementation", "of", "interface", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "type", "parameter", "does", "n't", "have", "any", "bearing", "one", "way", "or", "another", "on", "the", "derived", "class", "being", "an", "implementation", "of", "the", "interface", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "for", "instance", ":" ]
[ "O", "O", "O" ]
[ "Bot", "A", "and", "B", "are", "implementations", "of", "I", "." ]
[ "O", "B-Class", "O", "B-Class", "O", "O", "O", "B-Class", "O" ]
[ "If", "you", "right-click", "on", "the", "interface", "and", "choose", "implement", "interface", ",", "it", "will", "do", "it", "for", "you", ",", "but", "the", "way", "you", "have", "the", "interface", "designed", ",", "it", "wont", "match", "the", "int...
[ "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" ]
[ "To", "make", "them", "match", ",", "you", "can", "do", "the", "following", "(", "now", "the", "implementation", "will", "match", "the", "signature", "of", "the", "interface", ")", ":" ]
[ "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", "standard", "top-level", "Git", "repository", "with", "Git", "submodules", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O", "O" ]
[ "It", "is", "known", "that", "when", "commit", "id", "recorded", "by", "top-level", "repository", "does", "not", "match", "actual", "HEAD", "for", "specific", "submodule", ",", "git", "status", "from", "top-level", "repository", "reports", "it", "by", "(", "...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Problem" ]
[ "O" ]
[ "Now", ",", "in", "some", "circumstances", ",", "git", "status", "stops", "reporting", "(", "new", "commits", ")", "for", "just", "some", "of", "the", "submodules", "even", "if", "it", "is", "clear", "that", "there", "are", "new", "commits", "-", "it", ...
[ "O", "O", "O", "O", "O", "O", "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", "O", "O", "O", "O", "O", "O", "O", "B-Code...
[ "I", "can", "verify", "that", "commit", "ids", "do", "not", "match", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "top-level", "repository", "\"", "thinks", "\"", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "submodule", "repository", "\"", "thinks", "\"", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "By", "the", "way", ",", "both", "top-level", "and", "submodule", "repositories", "are", "otherwise", "have", "clean", "status", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Top-level", "(", "note", "missing", "entry", "for", "submodule-a.git", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O" ]
[ "Submodule", ":" ]
[ "O", "O" ]
[ "This", "is", "a", "problem", "because", "I", "'m", "also", "unable", "to", "update", "(", "as", "in", "git", "add", "--all", "&&", "git", "commit", ")", "commit", "ids", "for", "such", "submodules", "recorded", "by", "top-level", "repository", "because", ...
[ "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", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "Platform/Version", ":", "GNU/Linux", "4.2.6-200.fc22.x86_64", ",", "git", "version", "2.4.3", "(", "also", "confirmed", "on", "2.5.0", ")", "." ]
[ "O", "O", "B-Operating_System", "B-Version", "O", "B-Application", "O", "B-Version", "O", "O", "O", "O", "B-Version", "O", "O" ]
[ "Question" ]
[ "O" ]
[ "Is", "it", "a", "bug", "or", "there", "is", "an", "option", "somewhere", "which", "may", "disable", "such", "(", "new", "commits", ")", "report", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "re-confirmed", "the", "issue", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Then", "I", "(", "in-place", ")", "upgraded", "OS", "to", "recently", "released", "Fedora", "24", "(", "which", "has", "Git", "2.7.4", "by", "default", ")", "-", "the", "same", "filesystem", "content", "was", "preserved", "(", "repositories", "and", "conf...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Operating_System", "B-Version", "O", "O", "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "the", "issue", "disappeared", "." ]
[ "O", "O", "O", "O", "O" ]
[ "So", ",", "it", "must", "have", "been", "a", "bug", "in", "previous", "versions", "of", "git", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "One", "retrospective", "observation", "-", "I", "never", "managed", "to", "reproduce", "things", "manually", "using", "short", "branch", "names", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "problem", "appeared", "in", "CI", "when", "many", "automatic", "branches", "were", "created", "over", "the", "time", "~", "100", "(", "one", "per", "build", ")", "with", "long", "names", "~", "120+", "characters", "." ]
[ "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" ]
[ "These", "condition", "might", "hit", "some", "unhandled", "edge", "cases", "in", "Git", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "have", "a", "Java", "EE", "project", "that", "uses", "lots", "of", "html", ",", "javascript", ",", "java", "etc", "." ]
[ "O", "O", "O", "B-Application", "B-Version", "O", "O", "O", "O", "O", "B-Language", "O", "B-Language", "O", "B-Language", "O", "O" ]
[ "I", "'m", "looking", "to", "use", "JQuery", "to", "load", "up", "an", "html", "template", "into", "a", "div", "tag", "however", "I", "'m", "unsure", "of", "where", "the", "relative", "path", "of", "the", "load", "method", "starts", "from", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O" ]
[ "The", "html", "file", "I", "'m", "trying", "to", "load", "is", "within", "the", "project", "but", "in", "a", "different", "directory", "." ]
[ "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Would", "I", "have", "to", "back", "down", "and", "go", "back", "up", "to", "get", "to", "the", "path", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "if", "there", "is", "an", "easy", "way", "to", "find", "out", "by", "some", "type", "of", "debugging", "methods", "of", "what", "the", "correct", "path", "is", "...", ".", "that", "would", "be", "BONUS", "!" ]
[ "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" ]
[ "The", "javascript", "(", "JQuery", ")", "that", "its", "using", "is", "loaded", "in", ",", "the", "line", "below", "is", "also", "in", "another", "file", "." ]
[ "O", "B-Language", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "something", "like", "the", "following" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "hope", "I", "explained", "this", "clearly", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "feel", "like", "I", "keep", "changing", "the", "path", "but", "get", "nothing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "taking", "stabs", "in", "the", "dark", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "in", "advance", "." ]
[ "O", "O", "O", "O" ]
[ "Javascript", "runs", "in", "the", "browser", ",", "it", "has", "no", "knowledge", "of", "your", "Java", "EE", "project", "." ]
[ "B-Language", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Version", "O", "O" ]
[ "You", "can", "open", "up", "your", "browsers", "console", "and", "write", "this", "on", "the", "page", "to", "see", ":" ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "depends", "on", "the", "page", "'s", "url", "you", "are", "running", "the", "code", "on", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", "that", "\"", "\\", "\"", "is", "escape", "character", "in", "javascript", "strings", "." ]
[ "O", "O", "B-Value", "I-Value", "B-Value", "O", "O", "O", "O", "B-Language", "B-Data_Type", "O" ]
[ "You", "probably", "wanted", "\"", "/", "\"", "there", "." ]
[ "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O" ]
[ "You", "can", "specify", "the", "absolute", "url", "by", "staring", "it", "with", "a", "slash", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "will", "reference", "http://www.[yourwebsite].com/src/main/webapp/resources/js/template/Event/EventMainTemplate.html" ]
[ "O", "O", "O" ]
[ "That", "has", "caused", "me", "a", "lot", "of", "trouble", "before" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "tried", "various", "failed", "methods", "for", "these", "by", "other", "similar", "questions", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hopefully", ",", "y'all", "can", "help", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "need", "help", "in", "the", "part", "where", "socket", "receives", "an", "event", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "Please", "comment", "if", "you", "require", "any", "more", "details", "from", "me" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "try", "this", ",", "provided", "#messages", "is", "the", "scroll-able", "area", "in", "your", "DOM", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "wrap", "the", "ul.messages", "in", "a", "div", "with", "a", "class", "=", "\"", "msg-con", "\"" ]
[ "O", "O", "B-HTML_XML_Tag", "O", "O", "B-HTML_XML_Tag", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "now", "add", "the", "javascript" ]
[ "O", "O", "O", "B-Language" ]
[ "hope", "this", "works", "..", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Given", "three", "major", "competing", "applications", "each", "implementing", "a", "slightly", "different", "data", "schema", "for", "the", "same", "problem", "domain", ",", "I", "am", "faced", "with", "the", "task", "of", "implementing", ":" ]
[ "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" ]
[ "a", "\"", "canonical", "\"", "data", "schema", "expressive", "enough", "to", "represent", "something", "like", "the", "intersection", "set", "of", "features", "of", "all", "3", "applications", "as", "well", "as", "additional", "details", "(", "meta", "data", ...
[ "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" ]
[ "converters", "for", "doing", "(", "bidirectional", ")", "data", "exchange", "between", "those", "3", "applications", "and", "the", "canonical", "schema" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "I", "currently", "approach", "the", "task" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "The", "canonical", "schema", "is", "defined", "using", "XSD", "and", "closely", "resembles", "the", "data", "schema", "of", "one", "of", "the", "3", "applications", ",", "let", "'s", "call", "it", "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", "B-Variable", "O" ]
[ "This", "renders", "data", "exchange", "with", "A", "trivial", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]