-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set fastText submodule to v0.2.0. #55
base: master
Are you sure you want to change the base?
Commits on Aug 7, 2017
-
added a convinience function that returns an array instead of a list …
…which is usefull for interop with other libraries like deeplearning4j
Configuration menu - View commit details
-
Copy full SHA for f16e463 - Browse repository at this point
Copy the full SHA f16e463View commit details
Commits on Jan 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c576b1f - Browse repository at this point
Copy the full SHA c576b1fView commit details
Commits on Jun 17, 2019
-
Set fastText submodule to v0.2.0.
Carsten Schnober committedJun 17, 2019 Configuration menu - View commit details
-
Copy full SHA for e6af0a0 - Browse repository at this point
Copy the full SHA e6af0a0View commit details -
Increase version number to 0.5
Carsten Schnober committedJun 17, 2019 Configuration menu - View commit details
-
Copy full SHA for e7449bc - Browse repository at this point
Copy the full SHA e7449bcView commit details -
Update jdk version to oraclejdk11 so that Mac OS can build. Update RE…
…ADME.
Carsten Schnober committedJun 17, 2019 Configuration menu - View commit details
-
Copy full SHA for c12efce - Browse repository at this point
Copy the full SHA c12efceView commit details -
Specify JDK version for Javadoc.
Carsten Schnober committedJun 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 1efff12 - Browse repository at this point
Copy the full SHA 1efff12View commit details
Commits on Jul 23, 2019
-
Carsten Schnober committed
Jul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e03434 - Browse repository at this point
Copy the full SHA 0e03434View commit details -
Configuration menu - View commit details
-
Copy full SHA for aadc4d3 - Browse repository at this point
Copy the full SHA aadc4d3View commit details
Commits on Jul 24, 2019
-
Merge branch 'master' into float_array
Carsten Schnober committedJul 24, 2019 Configuration menu - View commit details
-
Copy full SHA for ee067b0 - Browse repository at this point
Copy the full SHA ee067b0View commit details -
Carsten Schnober committed
Jul 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 3d545ce - Browse repository at this point
Copy the full SHA 3d545ceView commit details -
Merge branch 'master' into getSentenceVector
# Conflicts: # .travis.yml
Carsten Schnober committedJul 24, 2019 Configuration menu - View commit details
-
Copy full SHA for d690608 - Browse repository at this point
Copy the full SHA d690608View commit details -
Carsten Schnober committed
Jul 24, 2019 Configuration menu - View commit details
-
Copy full SHA for ed5eb5a - Browse repository at this point
Copy the full SHA ed5eb5aView commit details
Commits on Jul 25, 2019
-
Carsten Schnober committed
Jul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 9793d7b - Browse repository at this point
Copy the full SHA 9793d7bView commit details -
Merge pull request #2 from carschno/getSentenceVector
Add getSentenceVector()
Configuration menu - View commit details
-
Copy full SHA for a2d8f93 - Browse repository at this point
Copy the full SHA a2d8f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10429dc - Browse repository at this point
Copy the full SHA 10429dcView commit details -
Merge branch 'master' into float_array
# Conflicts: # src/main/java/com/github/jfasttext/JFastText.java # src/test/java/com/github/jfasttext/JFastTextTest.java
Carsten Schnober committedJul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 58a432b - Browse repository at this point
Copy the full SHA 58a432bView commit details -
Merge pull request #1 from carschno/float_array
added a convinience function that returns an array instead of a list …
Configuration menu - View commit details
-
Copy full SHA for 430486e - Browse repository at this point
Copy the full SHA 430486eView commit details -
Carsten Schnober committed
Jul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c468a9 - Browse repository at this point
Copy the full SHA 3c468a9View commit details -
Carsten Schnober committed
Jul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for ed194e7 - Browse repository at this point
Copy the full SHA ed194e7View commit details
Commits on Jul 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ca617a7 - Browse repository at this point
Copy the full SHA ca617a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb8599 - Browse repository at this point
Copy the full SHA 4fb8599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d92a1c - Browse repository at this point
Copy the full SHA 6d92a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2f52b - Browse repository at this point
Copy the full SHA bf2f52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6cec9 - Browse repository at this point
Copy the full SHA 7c6cec9View commit details
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84f13eb - Browse repository at this point
Copy the full SHA 84f13ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f60ef2 - Browse repository at this point
Copy the full SHA 9f60ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c7c12 - Browse repository at this point
Copy the full SHA e7c7c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3852102 - Browse repository at this point
Copy the full SHA 3852102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 143f94b - Browse repository at this point
Copy the full SHA 143f94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 685cad2 - Browse repository at this point
Copy the full SHA 685cad2View commit details
Commits on Oct 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5674ed7 - Browse repository at this point
Copy the full SHA 5674ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b125f5 - Browse repository at this point
Copy the full SHA 6b125f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a840fec - Browse repository at this point
Copy the full SHA a840fecView commit details -
Fix issue vinhkhuc#19 - allow to load models from InputStream/URL/URI
* Added corresponding implementations of the `loadModel` that copy data from `InputStream`/`URL`/`URI` into temporary file, and load it into fastText; * Added corresponding constructors to simplify code
Configuration menu - View commit details
-
Copy full SHA for 5b2e96d - Browse repository at this point
Copy the full SHA 5b2e96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9e725 - Browse repository at this point
Copy the full SHA 7f9e725View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d8847 - Browse repository at this point
Copy the full SHA e7d8847View commit details -
Merge pull request #3 from carschno/issue-19-fix
Fix issue vinhkhuc#19 - allow to load models from InputStream/URL/URI
Configuration menu - View commit details
-
Copy full SHA for 43ad704 - Browse repository at this point
Copy the full SHA 43ad704View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a6614 - Browse repository at this point
Copy the full SHA d0a6614View commit details
Commits on Oct 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 012397e - Browse repository at this point
Copy the full SHA 012397eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 230a513 - Browse repository at this point
Copy the full SHA 230a513View commit details -
Merge pull request #7 from carschno/fasttext_0.9.1
Upgrade to Fasttext 0.9.1
Configuration menu - View commit details
-
Copy full SHA for 16d19f7 - Browse repository at this point
Copy the full SHA 16d19f7View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 777df81 - Browse repository at this point
Copy the full SHA 777df81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b58a1 - Browse repository at this point
Copy the full SHA 41b58a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4756b5 - Browse repository at this point
Copy the full SHA d4756b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781b736 - Browse repository at this point
Copy the full SHA 781b736View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18c756b - Browse repository at this point
Copy the full SHA 18c756bView commit details -
Merge pull request #8 from GotoFinal/patch-1
Add optimized version of getSentenceVector
Configuration menu - View commit details
-
Copy full SHA for 762128d - Browse repository at this point
Copy the full SHA 762128dView commit details
Commits on Nov 21, 2020
-
Move release-related plugins into a separate profile
Right now `mvn install` fails if there is no PGP installed or configured. Given patch moves the `nexus-staging-maven-plugin` and `maven-gpg-plugin` into a separate profile - `release` that should be used for generation of the release artifacts
Configuration menu - View commit details
-
Copy full SHA for 0c7b10e - Browse repository at this point
Copy the full SHA 0c7b10eView commit details
Commits on Nov 22, 2020
-
Merge pull request #10 from alexott/maven-improvements
Move release-related plugins into a separate profile
Configuration menu - View commit details
-
Copy full SHA for e0da9e4 - Browse repository at this point
Copy the full SHA e0da9e4View commit details