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

NLP related ops #8

Open
WenheLI opened this issue Nov 23, 2020 · 4 comments
Open

NLP related ops #8

WenheLI opened this issue Nov 23, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@WenheLI
Copy link
Collaborator

WenheLI commented Nov 23, 2020

This issue is used to track NLP related ops.
Feel free to throw any questions and share any progress in this thread.

@WenheLI WenheLI added the enhancement New feature or request label Nov 23, 2020
@steveoni
Copy link
Member

steveoni commented Nov 24, 2020

Task

  • word counter (similar to python Collections.Counter)
  • Word2Vec (using skip gram)
  • count vectorizer
  • TfidfVectorizer

@yorkie
Copy link
Member

yorkie commented Nov 24, 2020

@steveoni @WenheLI will we implement the above functions in JavaScript only?

@steveoni
Copy link
Member

steveoni commented Nov 24, 2020

@steveoni @WenheLI will we implement the above functions in JavaScript only?

Yes. What do you think about it?

@WenheLI
Copy link
Collaborator Author

WenheLI commented Nov 25, 2020

For MVP, I think JavaScript is fine; it is fast : P
If you are concerned about the performance issue, we can shift to assemblyscript after the MVP is done.

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

No branches or pull requests

3 participants