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
你好 我在用Abp 框架开发一个服务,在Domain.Shared这个域里面用到了Jieb.Net,因为bin/和obj/文件夹都放在gitignore里面了,所以不能用默认的ConfigFileBaseDir配置,请问我该怎么做。
bin/
obj/
The text was updated successfully, but these errors were encountered:
JiebaNet.Segmenter.ConfigManager.ConfigFileBaseDir=你的配置文件路径 这样不行吗
Sorry, something went wrong.
解决啦THX,也是用的这个方法。根据你的源码,我在csproject文件 里面加上这些标签就好了
<None Update="Jieba\Resources\char_state_tab.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None>
No branches or pull requests
你好
我在用Abp 框架开发一个服务,在Domain.Shared这个域里面用到了Jieb.Net,因为
bin/
和obj/
文件夹都放在gitignore里面了,所以不能用默认的ConfigFileBaseDir配置,请问我该怎么做。The text was updated successfully, but these errors were encountered: