【发布时间】:2016-06-01 14:09:10
【问题描述】:
在这个链接http://nlp.stanford.edu/software/tokenizer.html 处理文档并且所有缩写点和句号的识别方式不同。我想知道这背后使用的逻辑或过程。请解释。
【问题讨论】:
-
如果你想了解分词器,你需要查看这个文件:edu/stanford/nlp/process/PTBLexer.flex。您可以在 GitHub 上找到该文件的链接:github.com/stanfordnlp/CoreNLP/blob/master/src/edu/stanford/nlp/…
标签: machine-learning nlp stanford-nlp