构建用户输入的数据 - 设计/架构
我正在开发一个户外网站,让用户输入他们在户外时看到的事物类型。显然,任何项目都可以用多种方式编写。
例如,动物“coyote”可以这样写:
coyote,
wolf,
coyotes,
wild coyotes,
cayotees
那么如果我让用户输入数据,我怎样才能让系统理解上面所有的例子都是关于分类为“coyote”的东西呢?
I am working on an outdoor site and letting users enter the types of things they saw when they are outdoors. Obviously any item can be written in a large number of ways.
For example, the animal "coyote" can be written like this:
coyote,
wolf,
coyotes,
wild coyotes,
cayotees
So if I let users enter data, how can I have the system understand that all the above examples are about something classified as a "coyote" ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不尝试依赖 Google Sets 为每个新条目创建与系统中已有匹配条目的链接?
您甚至可以通过添加“报告不相关”功能来众包链接的有效性检查。
Google Set API 有各种(非官方)版本。
Why don't you try to rely on Google Sets for each new entry then create links with already existing matched entries in your system ?
You could even crowdsource the validity checking of the links by adding a "Report non related" function.
There are various (non offical) versions of Google Set API.