如何在angular2 + / Node.js中向后读取txt文件

时间:2019-02-05 05:20:45

标签: node.js angular file filereader

我有一个文本文件-> result.txt,其中包含这样的数据-

"[{\"lhs\":[\"GetBook\"],\"rhs\":
[\"BookServiceSOAP\"],\"confidence\":1},{\"lhs\":[\"input\"],\"rhs\":
[\"BookServiceSOAP\"],\"confidence\":1},{\"lhs\":[\"ID\"],\"rhs\":
[\"BookServiceSOAP\"],\"confidence\":1},{\"lhs\":[\"output\"],\"rhs\":
[\"BookServiceSOAP\"],\"confidence\":0.2},{\"lhs\":[\"Title\"],\"rhs\":
[\"BookServiceSOAP\"],\"confidence\":0.3},{\"lhs\":[\"Author\"],\"rhs\":
[\"BookServiceSOAP\"],\"confidence\":0.1},{\"lhs\":[\"AddBook\"],\"rhs\":[\"BookServiceSOAP\"],\"confidence\":0.1},{\"lhs\":
[\"GetAllBooks\"],\"rhs\":[\"BookServiceSOAP\"],\"confidence\":0.41},
{\"lhs\":[\"Book\"],\"rhs\":[\"BookServiceSOAP\"],\"confidence\":1}, ....."

如果可信度为1,我想获取lhs数据和rhs数据,即lhs->“ GetBook \”,rhs->“ BookServiceSOAP \”。

如何在置信度应为1的情况下向后读取此数据,并在角度为2+的.txt文件时捕获lhs和rhs。

谢谢。

0 个答案:

没有答案