Comparing feidapeng:master...NLPchina:master · feidapeng/Word2VEC_java · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feidapeng/Word2VEC_java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NLPchina/Word2VEC_java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 16 files changed
  • 4 contributors

Commits on Apr 30, 2016

  1. 1. 将Neuron中的freq修改为double类型

    2. 在Neuron中增加category属性
    3. 支持文本预分类的情况下构造hoffman tree
    elloray committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    59ca053 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Merge pull request NLPchina#16 from elloray/master

    支持训练预分类的文本
    ansjsun committed May 1, 2016
    Configuration menu
    Copy the full SHA
    a4de69c View commit details
    Browse the repository at this point in the history
  2. modify readme

    elloray committed May 1, 2016
    Configuration menu
    Copy the full SHA
    96d2cf8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. maven project

    Gaduo committed May 9, 2016
    Configuration menu
    Copy the full SHA
    498a99e View commit details
    Browse the repository at this point in the history
  2. Merge pull request NLPchina#18 from Gaduo/maven

    maven project
    ansjsun committed May 9, 2016
    Configuration menu
    Copy the full SHA
    61c4fe2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    4410f7f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. 修改compareTo方法的错误

    使用预分类时,neuron的compareTo方法判断category时else分支应return -1
    elloray committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    4f47cd3 View commit details
    Browse the repository at this point in the history
  2. 恢复readme

    恢复readme
    elloray committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d03eae7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Merge pull request NLPchina#26 from elloray/master

    修改compareTo方法的错误
    ansjsun authored Mar 4, 2017
    Configuration menu
    Copy the full SHA
    ea60fbb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Update README.md

    ansjsun authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    76ff20f View commit details
    Browse the repository at this point in the history
Loading