搜索资源列表
2183
- 1、 假定有一目标沿水平方向运动,起始位置为(-2000米,500米),运动速度为10米/秒,扫描周期 秒, , 米,采用蒙特卡洛方法对跟踪滤波器进行仿真分析,仿真次数为100次
CopyFilesetup
- 自动复制文件 可选择你自己的源路径和目标路径-AutoCopyfile
initial
- 中科院分词系统,C++版,简单调用接口实现分词示例。(只需更改主函数中目标文件名即可)-CAS segmentation system, C++ version, simply call the interface segmentation examples. (Just change the primary function of the target file name)
parsing
- 句法分析(syntactic parsing)的任务就是识别句子的句法结构(syntactic structure)。在自然语言处理领域,句法分析的目标是实现高正确率、高鲁棒性、高速度的自动句法分析过程。 但是该问题的困难在于自然语言中存在大量的结构歧义(structural ambuguity)。例如:I saw a boy in the park.这句话有两种可能的句法分析方法:1、[I saw a boy] in the park.2、I saw a [boy in the park].语