正则表达式功能发生了什么? [英] What happened to the regex features?

查看:63
本文介绍了正则表达式功能发生了什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Luis中曾经有一个称为"Regex功能"的功能.您仍然可以在Google中找到它.微软似乎已经抹去了它存在的所有证据. Luis仍然支持吗? Luis应用程序的Json仍然包含我所做的正则表达式功能,Luis仍会使用它吗?

There used to be a feature in Luis called "Regex Features". You can still find it in google. Microsoft seems to have erased all evidence of it ever existing. Is it still supported in Luis? The Json for my Luis app still contains the regex features I made does Luis still use it?

推荐答案

要引用

模式(正则表达式)功能


不推荐使用此功能.无法将新的图案特征添加到 路易斯.在2018年5月之前,将支持所有现有的模式功能. 使用Pull有助于标准LUIS正则表达式匹配 请求到 Recognizers-Text Github 存储库.

Pattern (regular expression) feature


This feature is deprecated. New pattern features cannot be added to LUIS. Any existing pattern features are supported until May 2018. Contribute to standard LUIS regular expression matching with a Pull Request to the Recognizers-Text Github repository.

在我看来,Microsoft已经放弃了LUIS中的正则表达式功能.处理代码中正则表达式的唯一方法是克隆并使用其新启动的 Microsoft.Recognizers.Text 使用以下命令在GitHub上进行项目:

It seems to me that Microsoft has pulled away the Regular Expression features in LUIS. The only way to handle Regular Expressions in code is to clone and use their newly launched Microsoft.Recognizers.Text project on GitHub by using the following command:

git clone https://github.com/Microsoft/Recognizers-Tex.git
cd Recognizers-Text

您可以在此处.

这篇关于正则表达式功能发生了什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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