Discussion:
[gensim:11761] Implementation in C
'Rupal Sharma' via Gensim
2018-11-11 18:20:17 UTC
Permalink
Hello,
I have completed the tutorials and really looking forward to contributing
to Gensim.
Can anyone suggest which script should I implement in C as it is mentioned
in one of the tutorial
<https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Similarity_Queries.ipynb>
?
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Radim Řehůřek
2018-11-11 18:35:49 UTC
Permalink
Hi Rupal,

the phrases module <https://radimrehurek.com/gensim/models/phrases.html>
(collocations, NLP) is a prime candidate.

Automatically identifying multi-word expressions ("new_york",
"primary_school" etc) is super useful. It's a simple algorithm that will
benefit from low-level speed ups a lot.

How familiar are you with Cython?

Cheers,
Radim
Post by 'Rupal Sharma' via Gensim
Hello,
I have completed the tutorials and really looking forward to contributing
to Gensim.
Can anyone suggest which script should I implement in C as it is mentioned
in one of the tutorial
<https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Similarity_Queries.ipynb>
?
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Rupal Sharma' via Gensim
2018-11-11 18:57:10 UTC
Permalink
I have a good understanding of Cython.
So, should I implement it in Cython?
Post by Radim Řehůřek
Hi Rupal,
the phrases module <https://radimrehurek.com/gensim/models/phrases.html>
(collocations, NLP) is a prime candidate.
Automatically identifying multi-word expressions ("new_york",
"primary_school" etc) is super useful. It's a simple algorithm that will
benefit from low-level speed ups a lot.
How familiar are you with Cython?
Cheers,
Radim
Post by 'Rupal Sharma' via Gensim
Hello,
I have completed the tutorials and really looking forward to contributing
to Gensim.
Can anyone suggest which script should I implement in C as it is
mentioned in one of the tutorial
<https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Similarity_Queries.ipynb>
?
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Rupal Sharma' via Gensim
2018-11-11 18:58:27 UTC
Permalink
I have a good understanding of Cython. So should I use Cython for this task?
Post by Radim Řehůřek
Hi Rupal,
the phrases module <https://radimrehurek.com/gensim/models/phrases.html>
(collocations, NLP) is a prime candidate.
Automatically identifying multi-word expressions ("new_york",
"primary_school" etc) is super useful. It's a simple algorithm that will
benefit from low-level speed ups a lot.
How familiar are you with Cython?
Cheers,
Radim
Post by 'Rupal Sharma' via Gensim
Hello,
I have completed the tutorials and really looking forward to contributing
to Gensim.
Can anyone suggest which script should I implement in C as it is
mentioned in one of the tutorial
<https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Similarity_Queries.ipynb>
?
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...