Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Cadmium

Natural Language Processing (NLP) library for Crystal
Collective - Host: opensource - https://opencollective.com/cadmium - Code: https://github.com/watzon/cadmium

Update FUNDING.yml

github.com/cadmiumcr/cadmium - aef050e08faf07f2d5933cdd9c9356dad7ec413a authored over 4 years ago by Chris Watson <[email protected]>
Merge pull request #29 from rmarronnier/Mother-of-all-shards

WIP:Mother of all shards

github.com/cadmiumcr/cadmium - a1141226339c9e893883f1e7679c2d448f9d6d92 authored about 5 years ago by Chris Watson <[email protected]>
Slimmer

github.com/cadmiumcr/cadmium - 431dd0c7fda8ca3cfb061287fb4d9f46308dc172 authored about 5 years ago by Rémy Marronnier <[email protected]>
Readme diet

github.com/cadmiumcr/cadmium - 50ac1fc4486b9654bddb41be78c27169cf1cbf83 authored about 5 years ago by Rémy Marronnier <[email protected]>
Adds language detector

github.com/cadmiumcr/cadmium - 5757dd1098a84ae40590cf67f38aaeb7a4f562c7 authored about 5 years ago by Rémy Marronnier <[email protected]>
Specs removal

github.com/cadmiumcr/cadmium - 718571e2dfb6ee4c1ee5cb4debe2e232a125202d authored about 5 years ago by Rémy Marronnier <[email protected]>
Deletes src folder and updates shards.yml

github.com/cadmiumcr/cadmium - 853b7dd52e1b89ea5cfb0e014d15962e389e273b authored about 5 years ago by Rémy Marronnier <[email protected]>
Update CNAME

github.com/cadmiumcr/cadmium - 1ba4867824aeb20a021080a2f0805fb10c3e2ca4 authored over 5 years ago by Chris Watson <[email protected]>
Update crystal.yml

github.com/cadmiumcr/cadmium - 7745004c951e04036344ef184433ab04b07d4a12 authored over 5 years ago by Chris Watson <[email protected]>
Fix typo

github.com/cadmiumcr/cadmium - 8d1278445a5338d2ba1b9d371a70762c4ec51c30 authored over 5 years ago by Chris Watson <[email protected]>
Create CNAME

github.com/cadmiumcr/cadmium - 76f4e90514df67280bd2ea517c55255d874c0925 authored over 5 years ago by Chris Watson <[email protected]>
Update org info in readme

github.com/cadmiumcr/cadmium - d0442e9f7e4aee976b3e32b53d77f859eb110af5 authored over 5 years ago by Chris Watson <[email protected]>
Updated readme formatting

github.com/cadmiumcr/cadmium - b8cacb3a0efa3d8e8d2e7e1ae05eff515092eb38 authored over 5 years ago by Chris Watson <[email protected]>
Added specs + needed json file (can't do without)

github.com/cadmiumcr/cadmium - 8dc0984cbc2187d9f0d3d28e669741a3f630c60e authored over 5 years ago by Rémy Marronnier <[email protected]>
reame update + macro update + tfidf configurable

github.com/cadmiumcr/cadmium - 97311942d83a496b125e62ed948d1759c9a2f6d9 authored over 5 years ago by Rémy Marronnier <[email protected]>
Variadic + all_languages flag added to the macro

github.com/cadmiumcr/cadmium - d8d957381fa356e91f7b39a724f0d3f9ef3b90f8 authored over 5 years ago by Rémy Marronnier <[email protected]>
Working stop_words macro, implemented in Cadmium modules which require it

github.com/cadmiumcr/cadmium - d5f87ede3c9547a19d84d6e6b5cb8d3527a1d6b9 authored over 5 years ago by Rémy Marronnier <[email protected]>
WIP - Replaced json with txt files - working on macro

github.com/cadmiumcr/cadmium - 346be27ed25a22e5eae048dc7dbec28b2aa614ff authored over 5 years ago by Rémy Marronnier <[email protected]>
I18n the stop_words list. No specific specs yet because no i18n stemmer included yet.

github.com/cadmiumcr/cadmium - a7209516f68a32f9cc4a55016e964fa9c73004c0 authored over 5 years ago by Rémy Marronnier <[email protected]>
Added stopwords.json

github.com/cadmiumcr/cadmium - 734bd3fe78e5f597616e7a0a8cf0c431901f9176 authored over 5 years ago by Rémy Marronnier <[email protected]>
read_file macro compile time

github.com/cadmiumcr/cadmium - 5e7af0030f452a8f436478722389b0a20ab0d7a5 authored over 5 years ago by Rémy Marronnier <[email protected]>
Merge pull request #21 from rmarronnier/Adds-SumBasic-summarizer

Adds sum basic summarizer

github.com/cadmiumcr/cadmium - 6694254e58ae3e5bb0f34d0534d8c7fe98ad7268 authored over 5 years ago by Chris Watson <[email protected]>
More coherent

github.com/cadmiumcr/cadmium - 39a7f950251a348388672a633cbc26e12b6da4b7 authored over 5 years ago by Rémy Marronnier <[email protected]>
Fixes all remaining issues and improves performance greatly.

github.com/cadmiumcr/cadmium - dd4dfee6c5771e1fe834421b8293e3ef7a32f124 authored over 5 years ago by Rémy Marronnier <[email protected]>
The stemmer + agressive tokenizer improves drammaticaly performance (10 fold). But crashes with SumBasic. Investigating.

github.com/cadmiumcr/cadmium - 8e98e9a01da39fec3db4412b527dc3aefb8628f7 authored over 5 years ago by Rémy Marronnier <[email protected]>
Typo fixes and useless comments

github.com/cadmiumcr/cadmium - c688c1a4113c96d8dfcfafb18402480de6b00191 authored over 5 years ago by Rémy Marronnier <[email protected]>
SumBasic done for now. Lots of work remain to optimize and abstract out the code as much as possible.

github.com/cadmiumcr/cadmium - bcbafb16ba158f3775a146c3952bea45094fb742 authored over 5 years ago by Rémy Marronnier <[email protected]>
WIP - SumBasic term probability not working but almost there

github.com/cadmiumcr/cadmium - 91a321d71c184f942f6cf44efe7139004747d67c authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds sumbasic

github.com/cadmiumcr/cadmium - 85a1f3f59c94a6a821ab1672b297359ae32bee40 authored over 5 years ago by Rémy Marronnier <[email protected]>
Abstraction finished

github.com/cadmiumcr/cadmium - d66d4624c411e8432663b58c5d3b9b6026b78a98 authored over 5 years ago by Rémy Marronnier <[email protected]>
Abstracted out methods to summarizer abstract class

github.com/cadmiumcr/cadmium - 46b457a71b7e4a0886802236ed4a9cfa14207343 authored over 5 years ago by Rémy Marronnier <[email protected]>
Merge pull request #20 from rmarronnier/Adds-Luhn-summarizer

Adds Luhn summarizer and abstract summarizer class. Fixes #18

github.com/cadmiumcr/cadmium - 4d00ecdaac541caff17364c29d2cbb7ab8a49d00 authored over 5 years ago by Chris Watson <[email protected]>
Adds String Extension method

github.com/cadmiumcr/cadmium - 371a4e1ce734f88ca9eaf8afe6e21888cfce63e6 authored over 5 years ago by Rémy Marronnier <[email protected]>
Uses WordTokenizer for performance improvements

github.com/cadmiumcr/cadmium - 5b0eb6eaa2b691019c7e9bb5b0d3724be0119e10 authored over 5 years ago by Rémy Marronnier <[email protected]>
Crystal tool format

github.com/cadmiumcr/cadmium - 86b6397cebea54c3fd0cd68e024d23c590afc14b authored over 5 years ago by Rémy Marronnier <[email protected]>
crystal tool format

github.com/cadmiumcr/cadmium - a83fb3603a3ff1152ac93f54688a228dc6dcb624 authored over 5 years ago by Rémy Marronnier <[email protected]>
Uses native Cadmium methods for tokenization. Fixes Specs.

github.com/cadmiumcr/cadmium - 99a37756b6840bcfd18a71257a39de79095fcf2e authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds LongTexts module to specs helper + few fixes

github.com/cadmiumcr/cadmium - 3d3c163b8f4b234c9c1b2203a2a010dad4a56bfe authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds summarizer abstract class + Luhn class + specs

github.com/cadmiumcr/cadmium - 5468f90f08f52c2ee2d43040f800e43b49d7e69d authored over 5 years ago by Rémy Marronnier <[email protected]>
Added contributor graph to README

github.com/cadmiumcr/cadmium - 9ab075f3cbc2b00b3bf1e2ba93a49712e30b3a9d authored over 5 years ago by Chris Watson <[email protected]>
Merge pull request #19 from rmarronnier/Adds-new-readability-methods-and-specs

Adds new readability methods and specs + Fixes #14

github.com/cadmiumcr/cadmium - 249eec520e0ab1c341bacb2133d07e083d58d0ef authored over 5 years ago by Chris Watson <[email protected]>
Removed rounding for averages. Fixed long_text spec issue. Cadmium::Util::Sentence still needs being investigated though

github.com/cadmiumcr/cadmium - e7661107bd5b3fa0981b3acc78853682cd15b4aa authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds readability specs

github.com/cadmiumcr/cadmium - 0c197112a5f37c29a5a3deaf2dd024b46f063d4f authored over 5 years ago by Rémy Marronnier <[email protected]>
Removes useless rounding

github.com/cadmiumcr/cadmium - 38de6d5a2c068b4fbb370c25ca6f9fd220f18b01 authored over 5 years ago by Rémy Marronnier <[email protected]>
ternary fix

github.com/cadmiumcr/cadmium - c4e66cc31fbeb08b6be56b50bdc945fe364954a1 authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds safeguards against NaN or infinite values

github.com/cadmiumcr/cadmium - 99783dac4b59ab9eb03b09ee07f4ba398f2527c5 authored over 5 years ago by Rémy Marronnier <[email protected]>
Rounds score results to two decimals

github.com/cadmiumcr/cadmium - cb5965f4dbc4a4a490163cc4394f7c094ef7e9ae authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds readability spec file

github.com/cadmiumcr/cadmium - 405031bf4282c01440cfd4212bad915716004c66 authored over 5 years ago by Rémy Marronnier <[email protected]>
Adjusts the linsear write result

github.com/cadmiumcr/cadmium - 66ee539acdcb2d9f825e94971fc0fd038785fb05 authored over 5 years ago by Rémy Marronnier <[email protected]>
Fixes the sentences_per_hundred_words method

github.com/cadmiumcr/cadmium - dd6c96689fcada9cebbaa1a6eb15a0d266217a6e authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds linsear write method

github.com/cadmiumcr/cadmium - 065334234df704e7b024d726026280b7f4e267b3 authored over 5 years ago by Rémy Marronnier <[email protected]>
lix value added to report

github.com/cadmiumcr/cadmium - 173af5d2ba336842856d270c29d0934112f09186 authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds lix method and @long_words variable

github.com/cadmiumcr/cadmium - 7a25478f45d18ffa6abaa0d54595364872cd2c84 authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds Coleman-Liau method and necessary average calculation methods

github.com/cadmiumcr/cadmium - 541e7c934a6841fd5116c9c399d01f6ff0a48cd9 authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds ARI method.

github.com/cadmiumcr/cadmium - b90a02ae955fed6d5cfbe1891883b04fff28ebca authored over 5 years ago by Rémy Marronnier <[email protected]>
crystal tool format

github.com/cadmiumcr/cadmium - 89f1b902e310ac88a516fc4796e2f0d8bd08a641 authored over 5 years ago by Rémy Marronnier <[email protected]>
report methods requires float values. Setting grade to 0 if sentences < 30

github.com/cadmiumcr/cadmium - 5e545115f67d6d4f3fe428540d1f4b3a78cf20ce authored over 5 years ago by Rémy Marronnier <[email protected]>
Adds smog method

github.com/cadmiumcr/cadmium - 199d7fda9981c8be18ff3e1279dfa9e21446524a authored over 5 years ago by Rémy Marronnier <[email protected]>
Merge branch 'master' of github.com:watzon/cadmium

github.com/cadmiumcr/cadmium - 589fcf60b24280ff0b6666ba9df54f212ebca9b0 authored over 5 years ago by Chris <[email protected]>
Add json import/export example for bayes

github.com/cadmiumcr/cadmium - 9ac7c17fec5c57912ad99bddb265dce55f25e274 authored over 5 years ago by Chris <[email protected]>
Merge pull request #13 from rmarronnier/master

Fixes #12

github.com/cadmiumcr/cadmium - f39394a35fdf7df161067c57a2424c238d72b092 authored over 5 years ago by Chris Watson <[email protected]>
Fixes watzon#12

github.com/cadmiumcr/cadmium - dbf4d2547ca36aad73c6aac4189f21118c060c3b authored over 5 years ago by Rémy Marronnier <[email protected]>
Added support for several languages

github.com/cadmiumcr/cadmium - 5a5c4cbf0f028e81bee6db06570702254595c0f1 authored over 5 years ago by Chris <[email protected]>
Added support for Bulgarian

Formatting

github.com/cadmiumcr/cadmium - 0ded76f0cc397ed28f7fa27746f75a9bc58347c8 authored over 5 years ago by Chris <[email protected]>
Move graph stuff to own section

github.com/cadmiumcr/cadmium - e0ff4a9da315f35508127fdba1a08621f6e6154e authored over 5 years ago by Chris Watson <[email protected]>
Update docs

github.com/cadmiumcr/cadmium - 8b9528ae0a0f7b34746fbf4bf415c2df53e52aff authored over 5 years ago by Chris Watson <[email protected]>
Fix README

Fix README

github.com/cadmiumcr/cadmium - 41df066470e7192a869b68d306aed0fbc3793c40 authored over 5 years ago by Chris Watson <[email protected]>
Update README

github.com/cadmiumcr/cadmium - 7ba14c5e9b80087c477516b3dccf5888d0b84f12 authored over 5 years ago by Chris Watson <[email protected]>
Updated readme with language support

github.com/cadmiumcr/cadmium - 3beaf3d09033dadbf5d0b05b5190364151597214 authored over 5 years ago by Chris <[email protected]>
Added support for slavic languages

github.com/cadmiumcr/cadmium - 4f3aa1f2170cd0f8c4c838df4d4ad8d95ef0733d authored over 5 years ago by Chris <[email protected]>
Updated docs

github.com/cadmiumcr/cadmium - 72892879729bf1d84db742eae5672be41941655a authored over 5 years ago by Chris Watson <[email protected]>
Import sentiment data statically. Fixes #12

github.com/cadmiumcr/cadmium - b2abd62f6e68922c2c286c0422aaf66c5d544afd authored over 5 years ago by Chris <[email protected]>
Patch porter stemmer

github.com/cadmiumcr/cadmium - 9046b1d7dfe5c6d84b83207c193ccdfd64a1a87a authored over 5 years ago by Chris Watson <[email protected]>
Add word2vec to roadmap

github.com/cadmiumcr/cadmium - 375b06db67929a0774d2befcec6733c2a8bc10fe authored over 5 years ago by Chris Watson <[email protected]>
Fix bug with porter_stemmer

github.com/cadmiumcr/cadmium - 4be9096c8f22297dd6cf795092fc0b0fd887a828 authored over 5 years ago by Chris Watson <[email protected]>
Updated funding

github.com/cadmiumcr/cadmium - c4586b91e9ffd6a121c1513cbe5bededcc89587d authored over 5 years ago by Chris Watson <[email protected]>
Create FUNDING.yml

github.com/cadmiumcr/cadmium - 78793d01934ac4ed87c1582205908d83881a5170 authored over 5 years ago by Chris Watson <[email protected]>
Added specs for pragmatic tokenizer deutsch

github.com/cadmiumcr/cadmium - b5588f65c056b56db91e8d3c9c99da349566c728 authored over 5 years ago by Chris Watson <[email protected]>
Formatting fixes

github.com/cadmiumcr/cadmium - eac352cb22c1dbad43cdcc8bfc8eafeaaf788f3b authored over 5 years ago by Chris Watson <[email protected]>
Ignore cyclomatic complexity on aggr. tokenizer

github.com/cadmiumcr/cadmium - e6c70586219fabb38944d5ef17f61bff1167cfd6 authored over 5 years ago by Chris Watson <[email protected]>
Fix cyclomatic complexity with sentiment

github.com/cadmiumcr/cadmium - f47f0fdb57fb441703bd49c2a663b51df3363188 authored over 5 years ago by Chris Watson <[email protected]>
Started updating docs

github.com/cadmiumcr/cadmium - 73ab6a8724c57a84222e553ec424439e9e4b95f2 authored over 5 years ago by Chris Watson <[email protected]>
Fixed cyclomatic complexity of jaro_winkler

github.com/cadmiumcr/cadmium - 0901fd7115a91392a00397dc43e4a5265abf7c95 authored over 5 years ago by Chris Watson <[email protected]>
Fixed some lint errors

github.com/cadmiumcr/cadmium - 97e47c0c2b05ba2652e8c199902dbdc4fbce4041 authored over 5 years ago by Chris Watson <[email protected]>
Update ameba version

github.com/cadmiumcr/cadmium - 19c502734d66865bfb0f7294f2fcdfba87de2efa authored over 5 years ago by Chris Watson <[email protected]>
Added patreon badge

github.com/cadmiumcr/cadmium - 075f041fe53f67510ab1f9d5b377a234dfd26152 authored over 5 years ago by Chris Watson <[email protected]>
Remove word2vec

github.com/cadmiumcr/cadmium - c088cab6ff78130f1031c0efe62ffbb9bee049fc authored over 5 years ago by Chris Watson <[email protected]>
Added pair distance, updated readme

github.com/cadmiumcr/cadmium - f8b45e545afe8c4a1e55187f4baa8196f6eb41ad authored over 5 years ago by Chris Watson <[email protected]>
Adde pair distance and a visable char tokenizer

github.com/cadmiumcr/cadmium - c94749bae520e18a89b1e3c91588049e8edd412c authored over 5 years ago by Chris Watson <[email protected]>
Readme updates

github.com/cadmiumcr/cadmium - 6fa96a9e730c3ca99cc82af73fdc8b73607de1b5 authored over 5 years ago by Chris Watson <[email protected]>
Lots of changes. Refactored and added bayes clsfr

github.com/cadmiumcr/cadmium - 4caa0756c93df6afbed00b0401676e3fd5b9fd8d authored over 5 years ago by Chris Watson <[email protected]>
Got ameba specs passing

github.com/cadmiumcr/cadmium - 6ac856499f19837567ca39dbdf4d2e5971a2b392 authored over 5 years ago by Chris Watson <[email protected]>
Spelling fix

github.com/cadmiumcr/cadmium - b8f4584edff17916b3e8cd27d31fcf0cb4b709a1 authored over 5 years ago by Chris Watson <[email protected]>
update docs

github.com/cadmiumcr/cadmium - 4f54ff96aab7c286f34e98eb430dfdaa2ec3aadf authored over 5 years ago by Chris Watson <[email protected]>
Refactor and add deutsch to pragmatic tokenizer

github.com/cadmiumcr/cadmium - 5d10854b0a5f67c8fbad713be1902fb40c563f62 authored over 5 years ago by Chris Watson <[email protected]>
Added the pragmatic tokenizer

github.com/cadmiumcr/cadmium - 287fb1cfe0bc1e8f325b70bb3537989dcfe480f9 authored over 5 years ago by Chris Watson <[email protected]>