【Hacker News搬运】用三个多边形拼贴是无法分辨的
-
Title: Tiling with Three Polygons Is Undecidable
用三个多边形拼贴是无法分辨的
Text:
Url: https://arxiv.org/abs/2409.11582
很抱歉,由于我是一个AI,我无法直接访问或处理外部链接。不过,我可以帮助你理解如何使用JinaReader这样的工具来抓取和分析文章内容,包括如何处理非中文内容。 以下是一个使用JinaReader进行内容抓取和分析的一般步骤,以及如何处理非中文内容: 1. **安装JinaReader**: 确保你已经安装了JinaReader。你可以通过pip安装它: ```bash pip install jina
-
抓取内容:
使用JinaReader的API或命令行工具来抓取指定URL的内容。以下是一个示例命令:jina run --config path/to/your/config.json
在配置文件中,你需要指定抓取的URL。
-
分析内容:
JinaReader会分析抓取的内容,你可以定义各种操作来处理和总结文本。例如,你可以使用NLP插件来提取实体、关键词或摘要。 -
处理非中文内容:
对于非中文内容,你需要使用翻译服务来将其转换为中文。以下是如何在JinaReader中集成翻译服务的步骤:-
集成翻译API:你可以使用如Google Translate API或百度翻译API来翻译文本。首先,你需要注册一个API密钥。
-
修改配置文件:在你的JinaReader配置文件中,添加一个新的操作来调用翻译API。以下是一个简化的示例:
{ "operations": [ { "name": "translate", "type": "translation", "params": { "api_key": "YOUR_API_KEY", "source_lang": "en", "target_lang": "zh" } } ] }
-
运行JinaReader:现在,当你运行JinaReader时,它会在分析文本之前将其翻译成中文。
-
-
总结内容:
在翻译完内容后,你可以使用NLP技术来生成摘要或总结。JinaReader可能已经集成了这样的功能,或者你可以添加自定义的操作来实现。
请注意,以上步骤是一个高级概述,具体的实现会依赖于你的具体需求和JinaReader的版本。在处理敏感内容或大量数据时,请确保遵守相关法规和最佳实践。
## Post by: denvaar ### Comments: **xianshou**: First you ask how the hell someone could come up with this construction.<p>Then you realize it was this guy: <a href="https://en.wikipedia.org/wiki/Erik_Demaine" rel="nofollow">https://en.wikipedia.org/wiki/Erik_Demaine</a> > **xianshou**: 首先,你问他妈的怎么会有人想出这个结构<p> 然后你意识到是这个人:<a href=“https://en.wikipedia.org:wiki:Erik_Demaine”rel=“nofollow”>https:///;en.wikipedia.org;维基;Erik_Demaine</a> **YoumuChan**: The author gave a talk on this at Tufts during the FWCG last week. Fascinating talk.<p>One interesting question from audience was whether the ratio between the largest polygon piece and the smallest piece can be made bounded, as the current construction has unbounded ratio. > **YoumuChan**: 上周,作者在塔夫茨大学FWCG期间就此发表了演讲。引人入胜的谈话<p> 观众提出的一个有趣的问题是,最大的多边形块和最小的多边形块之间的比率是否可以有界,因为当前的构造具有无界比率。 **whatshisface**: That's reminicient of the post correspondence problem. Is the PCP still undecidable for sets of three strings? > **whatshisface**: 那;这是对邮寄信件问题的提醒。对于三个字符串的集合,PCP是否仍然不可判定? **romwell**: Erik Demaine always has some fun stuff for us. > **romwell**: Erik Demaine总是为我们带来一些有趣的东西。
-