一个别无他求的主意...我需要帮助! [英] An idea like no other... I need help!

查看:35
本文介绍了一个别无他求的主意...我需要帮助!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个书写工具,它可以将一个句子改写成与第一句话相同的不同句子.可以将其视为句子同义词库.该程序可以使用最初输入的单词以及新输入的单词.例如,如果键入:仅在几乎没有阳光的海底发现海蜘蛛".它可以将句子重新排列成这样的形式:海蜘蛛仅位于几乎没有阳光的地方;海底."

我知道计算机很难理解书面语言,这就是为什么我我不确定这是否有可能.我知道我正在考虑的特定机器人/程序必须执行以下操作:

-识别句子类型
-识别主题和动词
-查找动词同义词,并适当地使用它们
-重新排列句子
-语法检查句子
-正确的语法
-返回成品.

根据我从各种论坛和技术专家那里收集的信息,我的想法是当然合理,但这是非常困难的.在看了一些可以理解您所说的内容并返回有意义的答案的机器人之后,我觉得我在说的不应该像每个人都想像的那么难.

就程序设计而言,我想我一次只能做一件小事. 句子重写器?太模糊了. 更改一些单词?仍然太模糊. 用同义词替换所有形容词吗?这是一个很小的任务,但是在编程术语上含糊不清.使用一个函数针对庞大的形容词数据库文件在句子中搜索形容词,然后创建一个一个循环以获取每个形容词并将其替换为数据库文件中的另一个同义形容词?现在,这在人员和编程方面都已经足够具体了.我想我应该先按照人类的术语分解每个任务,然后接受每个任务并以编程术语将其写出来.

不过,我需要帮助和投入,谢谢!!

I want to create a writing tool, something that could take a sentence and rewrite it into a different sentence that means the same as the first. Think of it as a sentence thesaurus. This program could use the words originally typed in as well as new ones. For example, if one typed in: "Sea Spiders are only found at the ocean floor, where there is little to no sunlight." It could rearrange the sentence into something like this: "Sea Spiders are only located where there is barely sunlight; the ocean floor."

I understand it is difficult for computers to understand written language, which is why I''m unsure if this is even possible. I know that the particular bot/program I''m thinking of must do the following:

-Identify sentence type
-Identify Subject and Verb
-Find synonyms for verb, and use them appropriately
-rearrange sentence
-grammar check sentence
-correct grammar
-Return finished product.

From what I''ve gathered from various forums and tech whizzes, my idea is certainly plausible, however, it is very difficult. After looking at several bots that can comprehend what you say to it and then return an answer that makes sense, I feel like what I''m talking about should not be that as hard as everyone makes it out to be.

As far as program design, I guess I would just work on one small thing at a time. Sentence rewriter? Too vague. Change some words? Still too vague. Change all adjectives with their synonyms? That''s a small enough task, but vague in programming terms. Use a function to search the sentence for adjectives against a huge database file of adjectives, then create a loop to take each adjective and replace it with another synonymous adjective in a database file? Now that is both specific enough in human and programming terms. I suppose I should just break down each task in human terms first, then take each task and write it out in programming terms.

I need help and input though, thanks a lot!!

推荐答案

所以,换一种说法,您想制作一个工具来帮助某人content窃内容. :)
So, put another way, you want to make a tool to help someone plagiarize content. :)


这篇关于一个别无他求的主意...我需要帮助!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆