cparadox

cparadox

Geek Repo

Company:Nanjing University

Home Page:https://cparadox.github.io

Github PK Tool:Github PK Tool

cparadox's repositories

codenn

Summarizing Source Code using a Neural Attention Model - CODENN

Language:PythonLicense:MITStargazers:0Issues:0Issues:0
Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

gumtree

A neat code differencing tool

Language:JavaLicense:LGPL-3.0Stargazers:0Issues:0Issues:0

nju-thesis

南京大学学位论文XeLaTeX模板

Language:TeXLicense:GPL-2.0Stargazers:0Issues:0Issues:0

NJU_Com_Models

《计算模型导引》第五章参考答案

Language:TeXLicense:CC-BY-SA-4.0Stargazers:0Issues:0Issues:0

nlp-journey

NLP 相关的一些文档、论文及代码, 包括主题模型(Topic Model)、词向量(Word Embedding)、命名实体识别(Named Entity Recognition)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算、机器翻译(Machine Translation)等,涉及到各种与nlp相关的算法,基于keras和tensorflow。

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

pyan

pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.

Language:PythonLicense:GPL-2.0Stargazers:0Issues:0Issues:0