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

Works for paragraphs? #4

Open
timpal0l opened this issue Dec 17, 2018 · 1 comment
Open

Works for paragraphs? #4

timpal0l opened this issue Dec 17, 2018 · 1 comment

Comments

@timpal0l
Copy link

(not an issue - just a question)

Do you know if USE does the tokenization, and splits sentences. Or should the user make the tokenisation?

"hello world. this is some text. hello"
or
[['hello', 'world',], ['this', 'is', 'some', 'text'], ['hello']]

@choran
Copy link
Owner

choran commented Jan 17, 2019

Sorry only getting to this now!
That is an interesting point, I looked into the ELMO module as well and it does have tokenisation as part of it so that may be something to use if you are interested in that. I have not played around with it as much as the sentence embedding but it does look like it could be really useful as well
Cheers

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

No branches or pull requests

2 participants