You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public String NLPIR_GetFileKeyWords(String sFilename, int nMaxKeyLimit, boolean bWeightOut);
public String NLPIR_GetNewWords(String sLine, int nMaxKeyLimit, boolean bWeightOut);
public String NLPIR_GetFileNewWords(String sFilename, int nMaxKeyLimit, boolean bWeightOut);
会抛出异常:“Error looking up function 'NLPIR_GetFileKeyWords': 找不到指定的程序。”
“Error looking up function 'NLPIR_GetNewWords': 找不到指定的程序。”
“Error looking up function 'NLPIR_GetFileNewWords': 找不到指定的程序。”
麻烦大神帮忙看下是为何?
The text was updated successfully, but these errors were encountered:
public String NLPIR_GetFileKeyWords(String sFilename, int nMaxKeyLimit, boolean bWeightOut);
public String NLPIR_GetNewWords(String sLine, int nMaxKeyLimit, boolean bWeightOut);
public String NLPIR_GetFileNewWords(String sFilename, int nMaxKeyLimit, boolean bWeightOut);
会抛出异常:“Error looking up function 'NLPIR_GetFileKeyWords': 找不到指定的程序。”
“Error looking up function 'NLPIR_GetNewWords': 找不到指定的程序。”
“Error looking up function 'NLPIR_GetFileNewWords': 找不到指定的程序。”
麻烦大神帮忙看下是为何?
The text was updated successfully, but these errors were encountered: