为 Callisto 编写注释模式
有谁知道我在哪里可以找到有关如何为 Callisto 编写注释模式的文档?我希望编写一些比我可以从 DTD 生成的内容更复杂的东西 - 这只能让我能够标记不同类型的文本提及。我正在寻找创建一个模式,表示五种或六种不同类型的文本提及之间的单一类型关系(其中一些类型的提及具有我需要为其分配值的属性),并且可能有第二种类型第一种关系的前两个实例之间的关系。
(或者,有人知道有什么软件更适合这种模式吗?我一直在看 WordFreak< /a>,但它有点笨拙,而且它不支持文本提及的属性。)
Does anybody know where I can find documentation on how to write annotation schemas for Callisto? I'm looking to write something a little more complicated than I can generate from a DTD -- that only gives me the ability to tag different kinds of text mentions. I'm looking to create a schema that represents a single type of relationship between five or six different kinds of textual mentions (and some of these types of mentions have attributes that I need to assign values to), and possibly having a second type of relationship between the first two instances of the first type of relationship.
(Alternatively, does anybody know of any software that would be better for this kind of schema? I've been looking at WordFreak, but it's a little clumsy, and it doesn't support attributes on its textual mentions.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个 XML DTD,为每种类型的文本提及使用一个 XML 标签(以及标签上的属性来指示属性),并在每个标签上使用注释者必须填写的“id”属性(一个单调递增的整数) 。然后我使用 DTD 模式生成器创建 Callisto 模式。
Creating an XML DTD with one XML tag for each type of textual mention (and attributes on the tags to indicate the attributes), and using an "id" attribute on every tag that the annotator has to fill in himself (a monotonically increasing integer). Then I used the DTD schema generator to create a Callisto schema.