-
```
What steps will reproduce the problem?
1. Run pipe07 of LTP, will reproduce this problem.
What is the expected output? What do you see instead?
the minimum of file descripters availabe should be …
-
https://www.kernel.org/doc/Documentation/filesystems/fiemap.txt
-
就是LTP有没有类似jieba、IK的分词器,可以供elasticsearch直接调用?
类似下面的analyzer
analyzer="ik_smart"
res=es.indices.analyze(body= {
"analyzer": analyzer,
"text": "我爱北京天安门"
})
-
File "C:\ltponnx\lightltp-main\demo.py", line 12, in
seg, pos, hidden = ltp.seg(['颐和园是北京的著名景点'])
File "C:\ltponnx\lightltp-main\lightltp\inference.py", line 125, in seg
ort_outputs = s…
-
Write test for:
commit 30aba6656f61ed44cba445a3c0d38b296fa9e8f5
Author: Salvatore Mesoraca
Date: Thu Aug 23 17:00:35 2018 -0700
namei: allow restricted O_CREAT of FIFOs and regular file…
-
## Description of the problem
In this test multiple files and directories are created with different users and permissions and there are total of 199 testcases that verify the accessibility of the fi…
-
ltp/testcases/kernel/fs/doio/doio.h
MAX_FNAME_LENGTH should have value greater than 128 or maximum allowed by the OS
-
基于LTP 3.4.0编译的LTP4J,编译好后按照教程建立eclipse下的java工程,简单测试函数功能,ner/pos/parser/seg正常运行,srl在create时抛错(采用的新版pisrl_win.model)。
错误异常如下:
A fatal error has been detected by the Java Runtime Environment:
EXCEP…
-
First of all we do have a few tests that needs to be cleaned up and converted to the new test library, once that is done we should look for a missing coverage. The system call is very complex and we h…
-
当我使用用户自定义词典时,由于自定义词汇不再分词,其词性由LTP判定会产生大量错误。 例如机械领域表达零件名称的词汇: 支撑组件 、清洁组件、辅助传动组件。 这些词汇如果由LTP自动确定词性会根它的某一部分被识别为动词、形容词等。
这些我应该定义成专有名词,可能是因为LTP没有将用户词典的词性理解正确,导致后续的语义依存、语义角色标准均存在问题。
![image](https://user-…