Skip to content
New issue

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

请问怎么自定义简繁转换的词典 #756

Closed
1 task done
zhengwen6300 opened this issue Feb 1, 2018 · 7 comments
Closed
1 task done

请问怎么自定义简繁转换的词典 #756

zhengwen6300 opened this issue Feb 1, 2018 · 7 comments
Labels

Comments

@zhengwen6300
Copy link

zhengwen6300 commented Feb 1, 2018

注意事项

请确认下列注意事项:

  • 我已仔细阅读下列文档,都没有找到答案:
  • 我已经通过Googleissue区检索功能搜索了我的问题,也没有找到答案。
  • 我明白开源社区是出于兴趣爱好聚集起来的自由社区,不承担任何责任或义务。我会礼貌发言,向每一个帮助我的人表示感谢。
  • 我在此括号内输入x打钩,代表上述事项确认完毕。

版本号

当前最新版本号是:portable-1.5.3
我使用的版本是:portable-1.5.3

我的问题

你好,请教个问题,因为我们公司的商标台陆通,台不转繁体,只有陆转繁体,所以想知道是否能通过自定义的方式解决这种特定情况下的简繁转换问题,默认情况下台也会被转成繁体,但这不是我们要的效果,该如何解决

复现问题

步骤

  1. 首先……
  2. 然后……
  3. 接着……

触发代码

    public void testIssue1234() throws Exception
    {
        CustomDictionary.add("用户词语");
        System.out.println(StandardTokenizer.segment("触发问题的句子"));
    }

期望输出

期望输出

实际输出

实际输出

其他信息

@hankcs
Copy link
Owner

hankcs commented Feb 2, 2018

你好,能用代码举个例子吗?

@hankcs hankcs added the question label Feb 2, 2018
@zhengwen6300
Copy link
Author

zhengwen6300 commented Feb 2, 2018

代码:
SimplifiedToTaiwanChineseDictionary.convertToTraditionalTaiwanChinese("台陆通");
期望输出:台陸通
实际输出:臺陸通

@hankcs
Copy link
Owner

hankcs commented Feb 2, 2018

s -> tw = s -> t -> tw

        System.out.println(HanLP.s2t("台陆通"));
        System.out.println(HanLP.t2tw("臺陸通"));

所以可以改data/dictionary/tc/t2tw.txt 。

@zhengwen6300
Copy link
Author

如果用的是portable版呢?

@hankcs
Copy link
Owner

hankcs commented Feb 2, 2018

只有等新版了。

@zhengwen6300
Copy link
Author

zhengwen6300 commented Feb 2, 2018

好的,谢谢解答,期待新版,希望能有一个入口自定义翻译

@hankcs
Copy link
Owner

hankcs commented Jan 1, 2020

感谢您对HanLP1.x的支持,我一直为没有时间回复所有issue感到抱歉,希望您提的问题已经解决。或者,您可以从《自然语言处理入门》中找到答案。

时光飞逝,HanLP1.x感谢您的一路相伴。我于东部标准时间2019年12月31日发布了HanLP1.x在上一个十年最后一个版本,代号为最后的武士。此后1.x分支将提供稳定性维护,但不是未来开发的焦点。

值此2020新年之际,我很高兴地宣布,HanLP2.0发布了。HanLP2.0的愿景是下一个十年的前沿NLP技术。为此,HanLP2.0采用TensorFlow2.0实现了最前沿的深度学习模型,通过精心设计的框架支撑下游NLP任务,在海量语料库上取得了最前沿的准确率。作为第一个alpha版本,HanLP 2.0.0a0支持分词、词性标注、命名实体识别、依存句法分析、语义依存分析以及文本分类。而且,这些功能并不仅限中文,而是面向全人类语种设计。HanLP2.0提供许多预训练模型,而终端用户仅需两行代码即可部署,深度学习落地不再困难。更多详情,欢迎观看HanLP2.0的介绍视频,或参与论坛讨论

展望未来,HanLP2.0将集成1.x时代继承下来的高效率务实风范,同时冲刺前沿研究,做工业界和学术界的两栖战舰,请诸君继续多多指教,谢谢。

@hankcs hankcs closed this as completed Jan 1, 2020
@hankcs hankcs added ignored and removed question labels Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants