Neural Code Search: ML-based code search using natural language queries
We’ve developed an internal tool that applies natural language processing and information retrieval techniques directly to source code text, in order to produce an machine learning-based code search system.
Leveraging open source Facebook AI tools (including fastText, FAISS, and
PyTorch), NCS and UNIF both represent natural language queries and code
snippets ...