We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
首先读取AnyQ.conf,里面配置了"analysis.conf" "retrieval.conf" "rank.conf“,再查看cat ./example/conf/analysis.conf ,其中包含下面内容,那这两部分是同时起效果么,或者是有怎样的优先级?(从上到下?),望各位大牛回复,感谢。 name: "analysis_conf"
analysis_method { name: "method_wordseg" type: "AnalysisWordseg" using_dict_name: "lac" }
analysis_method { name: "method_simnet_emb" type: "AnalysisSimNetEmb" using_dict_name: "fluid_simnet" dim: 128 query_feed_name: "left" cand_feed_name: "right" embedding_fetch_name: "tanh.tmp" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
首先读取AnyQ.conf,里面配置了"analysis.conf" "retrieval.conf" "rank.conf“,再查看cat ./example/conf/analysis.conf ,其中包含下面内容,那这两部分是同时起效果么,或者是有怎样的优先级?(从上到下?),望各位大牛回复,感谢。
name: "analysis_conf"
analysis_method {
name: "method_wordseg"
type: "AnalysisWordseg"
using_dict_name: "lac"
}
analysis_method {
name: "method_simnet_emb"
type: "AnalysisSimNetEmb"
using_dict_name: "fluid_simnet"
dim: 128
query_feed_name: "left"
cand_feed_name: "right"
embedding_fetch_name: "tanh.tmp"
}
The text was updated successfully, but these errors were encountered: