使用 ruby、python、perl、java 或其他方式对 Google 进行脚本驱动的自动化优化
背景:
同事 Adam 在过去一年左右的时间里一直在使用 Google Fine 来处理数据库下载,并取得了巨大成功,但 Adam 获得了一份新工作机会,因此他所做的所有工作和专业知识都被放弃了在谷歌中,精炼正在消失。
Ben 希望 Adam 将她用 Google Refine 完成的所有工作打包起来,以便办公室的用户仍然可以从他的工作中受益,而不必知道如何使用 Google Refine 本身。 (即,将其作为批处理过程的一部分运行,其中您将输入文件指定为参数,然后获得“精炼”输出作为结果)。
问题:
是否有人有使用 Google Fine 免提批处理的经验,用户只需指定:1) 输入文件; 2)转换设置文件(或Google细化的转换规则)?
问题:
如果这不可用,有什么相同或类似的工具可以完成与 Google 优化接近的任务。
BACKGROUND:
Co-worker Adam has been using Google refine to process database downloads with much success over the last year or so, but Adam got a new job offer and consequently all of his work and expertise he has done in Google refine is going away.
Ben would like to have Adam package all of his work that she has done with Google refine so that the users in the office can still benefit from his work, without having to know how to use Google refine itself. (i.e., run it as part of a batch process where you specify the input file as an argument, and you get the "refined" output as a result).
QUESTION:
Does anyone have experience using hands-free batch-processing of Google refine, where the user need only specify: 1) input file; and 2) the transformation settings file (or transform rules of Google refine)?
QUESTION:
If this is not available, what same or similar tool is out there that can accomplish something close to what is possible with Google refine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个用于驱动 Refine 服务器的 Python 客户端库,它可能对您想要做的事情有用。
http://pypi.python.org/pypi/refine-client
https://github.com/maxogden/refine-python
There's a Python client library for driving the Refine server which may be useful for what you're trying to do.
http://pypi.python.org/pypi/refine-client
https://github.com/maxogden/refine-python