程序名称

程序名称

问题描述:

感谢任何回应.

我想知道搜索文档并提供替代拼写,标点符号等的程序是否以某种名称归类?对于那些对于编程社区来说特殊的搜索-提供-替代方案,程序员是否有一个特殊的,可识别的名称?

再次感谢:.confused:

Thank you to anyone who responds.

I am wondering if programs which search a document and provide alternative spellings, punctuation, etc. are categorized under a certain name? Do programmers have a special, recognizable name for those sorts of search-retrieve-offer alternatives programs that is special to the programming community?

Again, my thanks.:confused:

您是说拼写检查吗?

更新的答案-回复您的第二篇文章:

在编程领域,它们当然也被称为拼写检查器.在内部,拼写检查器实现将使用各种数据结构,例如文本解析器,字典,正则表达式等.在UI级别上,它们将具有上下文菜单以及精美的拼写建议对话框和其他一些小东西.但是它们仍然被称为拼写检查器.
Do you mean spell checkers?

Updated answer - in reply to your 2nd post:

They would certainly be called spell checkers in the programming world too. Internally a spell checker implementation would use all kinds of data structures like text parsers, dictionaries, regular expressions etc. And at the UI level, they''d have context menus, and fancy spelling suggestion dialogs and other little things. But they''d still be called spell checkers.


也可以将它们称为人工智能系统.
One may also call them as Artificial Intelligent Systems.


是的,虽然我我想知道他们在程序员中是否还有另一个名字-作为一个外行,我知道什么是拼写检查器.但我想知道开发人员中这类搜索/替换程序是否具有不同的名称.我知道这是一个奇怪的问题-我正在寻找行话.也许他们没有什么特别的选择,这对我来说更容易了!

谢谢Nishant.
Yes, probably so, although I was wondering whether they have another name among programmers - as a layperson I know what a spellchecker is. But I was wondering if those sorts of search/replace programs had a different name among developers. I know it''s a strange question - I''m looking for lingo. Perhaps they do not have anything special for it - which makes it easier on me!

Thanks, Nishant.