English 中文(简体)
语言模型文档的使用,同时生成字典
原标题:usage of language model file while creating a dictionary

我在文本确认书上发表了讲话。 为此,我利用CMULanguage工具开发了一个词典。 为了为我的项目设立字典,i 在我的语文文件夹中增加了两个文件。 这些档案的延伸范围为:lm(语言模式)和.dic。

These files are being supplied to me by the CMULanguage tool when i uploaded my Corpus.I want to know that what is the usage of this .lm file?anyone if know please let me know about this topic.

Thanks in advance, Christy

问题回答

The dictionary and the language model are two separate items -- you can not convert one into the other, and you can t just delete / not provide one of them -- both are needed!

字典用来说明搜索算法中有效字数以及这些字词与电话/电话记录有关的方式。

语言模式在承认通话时使用,其方法是使用一克、二克、一克的概率,在搜索算法考虑调字时使用。





相关问题
How do you create UIBarButtonItems with a radio interface?

I have a UIToolbar that needs three buttons in a radio style, meaning that of the three, only one button can be pushed at a time. The documentation makes reference to the possibility of setting up ...

iPhone settings bundle

I want to allow the user to enter a valid date using the iPhone’s settings application. I have experimented with many of the PreferenceSpecifiers data node types including date. I have two issues: ...

Circular #import/@class problem in ObjectiveC

I m going to use an example to properly illustrate my confusion. I can t quite wrap my head around this. In Cocoa touch, we have UIViewController and its subclass, UINavigationController. Now, UIVC ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Cocoa-Touch: issue looping MPMoviePlayerController

I have an app which has to load some data at startup, so I want to display a splash-screen animation. I m using the MPMoviePlayerController to play a m4v file. The movie has it s background set to [...

Iphone sequential animation with setAnimationDelay

I m trying to chain animation events. The application I m coding for work has a multiple choice quiz. First you pick your multiple choice answer. The quiz view fades away. Then a label ("correct" or "...

热门标签