Skip to content

Commit 60cb3eb

Browse files
author
Guillem Duran
committed
Update readme
Signed-off-by: Guillem Duran <[email protected]>
1 parent e26706e commit 60cb3eb

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@
33
[![codecov](https://codecov.io/github/src-d/ml-core/coverage.svg)](https://codecov.io/gh/src-d/ml-core)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
55

6-
Library for machine learning on source code. Provides commonly used algorithms and tools
7-
to process the code-related data, such as: Babelfish's UASTs, plain code text, etc.
6+
This library is the foundation for [MLonCode](https://github.com/src-d/awesome-machine-learning-on-source-code) research and development.
7+
It contains commonly used algorithms and tools to process the code-related data, such as [Babelfish's UASTs](https://doc.bblf.sh/), plain code text and other.
8+
9+
## Contributions
10+
11+
...are welcome! See [CONTRIBUTING](contributing.md) and [CODE\_OF\_CONDUCT.md](code_of_conduct.md).
12+
13+
## License
14+
15+
[Apache 2.0](license.md)
16+
17+
## Glossary
18+
19+
See [here](GLOSSARY.md).

0 commit comments

Comments
 (0)