-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: alienngator/cld2
base: master
head repository: newtonapple/cld2
compare: master
- 11 commits
- 52 files changed
- 2 contributors
Commits on Dec 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c3f9e6f - Browse repository at this point
Copy the full SHA c3f9e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c964ee - Browse repository at this point
Copy the full SHA 7c964eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2bba1 - Browse repository at this point
Copy the full SHA 9a2bba1View commit details -
Revert CLD.detect_language back to its old API (remove verbose) and a…
…dd a new CLD.detect_language_summary. Also updated FFI to 1.9.18 & RSpec to 3.7.0.
Configuration menu - View commit details
-
Copy full SHA for 46dda88 - Browse repository at this point
Copy the full SHA 46dda88View commit details
Commits on Dec 11, 2017
-
- CLD.detect_language (returns a Hash) - CLD.detect (returns a ResultValue) - CLD.detect_language_with_summary (returns a Hash) - CLD.detect_with_summary (returns a ResultValue) - CLD.Encoding (an enum) - CLD.Language (an enum) - CLD.language_from_name (takes "English" or "en" and returns CLD.Language[:ENGLISH])
Configuration menu - View commit details
-
Copy full SHA for 6f68f55 - Browse repository at this point
Copy the full SHA 6f68f55View commit details -
Patch memory leak in detect_with_summary.
Add language_id (int) to all the structs. We'll be removing code and name from all structs in the future. Instead, they can be generated on the fly.
David Dai committedDec 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 683017a - Browse repository at this point
Copy the full SHA 683017aView commit details
Commits on Dec 12, 2017
-
Reworked API to not expose internal SummaryResult (pointer). SummaryR…
…esult memory copying and freeing is done automatically via factory API: CLD.detect_summary. Also reworked FFI structs to not pass code & names. Instead, we'll now use the exposed C APIs to translate internal Language type (ENUM) to proper the code & name. Primary public APIs: - CLD.detect_language (returns a Hash) - CLD.detect (returns a private Result) - CLD.detect_language_summary (returns a Hash) - CLD.detect_summary (returns a private Summary)
David Dai committedDec 12, 2017 Configuration menu - View commit details
-
Copy full SHA for eee1284 - Browse repository at this point
Copy the full SHA eee1284View commit details
Commits on Dec 14, 2017
-
Added specs for CLD.detect_language_summary & updated README.md to re…
…flect the new APIs.
David Dai committedDec 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 561cc07 - Browse repository at this point
Copy the full SHA 561cc07View commit details
Commits on Dec 25, 2017
-
Add specs for CLD2.detect_language_summary :chunks.
David Dai committedDec 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 39e0270 - Browse repository at this point
Copy the full SHA 39e0270View commit details
Commits on Dec 26, 2017
-
Bump version to 2.0.0 & link to the current CLD2 repository.
David Dai committedDec 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 6e4759a - Browse repository at this point
Copy the full SHA 6e4759aView commit details -
Adding memory usage profile script.
David Dai committedDec 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 9772fe2 - Browse repository at this point
Copy the full SHA 9772fe2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master