Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Add list of phrases to look for in the simple parser. #67

Open
gpfreitas opened this issue Jan 26, 2016 · 0 comments
Open

Add list of phrases to look for in the simple parser. #67

gpfreitas opened this issue Jan 26, 2016 · 0 comments

Comments

@gpfreitas
Copy link

In some domains, certain expressions (phrases, compound words) are very common and meaningful. Having the simple tokenizer recognize such words would be very useful, and it could be done simply by passing all tokens through a transformation that recognizes those expressions and replaces sequences of tokens with said expressions. Reference:

http://www.mimno.org/articles/phrases/

That would improve the performance of models using tokenizers.simple, especially in certain domains.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant