英国国家语料库
有人用过bnc(英国国家语料库)http://www.natcorp.ox.ac.uk/< /a> .有没有办法从java应用程序中查询它?
Has anyone used bnc (british national corpus) http://www.natcorp.ox.ac.uk/ . Is there a way to query it from a java application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XML 文档位于此处。 http://natcorp.ox.ac.uk/docs/URG
应该很容易使用您最喜欢的 XML 解析器在 Java 中进行解析。只要您购买 BNC 的副本并遵守您购买的许可证,我认为您没有理由不能从 Java 使用它。
The XML documentation is here. http://natcorp.ox.ac.uk/docs/URG
Should be quite easy to parse in Java using your favourite XML parser. As long as you buy a copy of the BNC and adhere to the license you buy, I see no reason you cannot use it from Java.