Ecosyste.ms: OpenCollective

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

github.com/cadmiumcr/cadmium

Natural Language Processing (NLP) library for Crystal
https://github.com/cadmiumcr/cadmium

Fix README

8f02e4885ab7dce925ef4d8a0d9729397fbacc2f authored over 5 years ago by Chris Watson <[email protected]>
Some restructuring

ae7753c3df5c3c088261987701f47616d8d42d09 authored over 5 years ago by Chris Watson <[email protected]>
Make logo image transparent

79d6280f9c3379e30314976cc838a9f2e6010a55 authored over 5 years ago by Chris Watson <[email protected]>
Optimize tf-idf

470b71017723c7b56afc4180e2891373f52c4cc9 authored over 5 years ago by Chris Watson <[email protected]>
Updated docs

104a01116c63d6c03dbf259b785f4a4d1d189703 authored over 5 years ago by Chris Watson <[email protected]>
Added EdgeWeightedDigraph

d1d09c9ddedd7a9dff89f26e503fb61f9817f5a5 authored over 5 years ago by Chris Watson <[email protected]>
Updated wordnet docs and api

307f9a2439a109aa0c40a1c41338cc6f640432b3 authored over 5 years ago by Chris Watson <[email protected]>
Updated table of contents

9de10d75d53253aeea58e5739146f7ec35a74bd7 authored over 5 years ago by Chris Watson <[email protected]>
Update EdgrWeightedDigraph docs

3c4ff98e38b5c3aa1c7699e478f11f439cfac22a authored over 5 years ago by Chris Watson <[email protected]>
Added EdgeWeightedDigraph

cbf961e1aa6f59a0d21956f5edeb572115879b00 authored over 5 years ago by Chris Watson <[email protected]>
Added WordNet support πŸŽ‰

0920d1995ccbf27f08900e20f3893a774ff195de authored over 5 years ago by Chris Watson <[email protected]>
Incriment version

c86a9c1de540efb5a49a8c9d651051292b2b0793 authored over 5 years ago by Chris Watson <[email protected]>
Fix synset pointers

57c8f66fcbb39871ce0f7ed439456b5e5c9e7938 authored over 5 years ago by Chris Watson <[email protected]>
Add logo image

64e98a271ecfb6cf5023e3c41bb11d70f157c03d authored over 5 years ago by Chris Watson <[email protected]>
Update documentation

099cc785caf01fe93406cefd215515d6717a7b06 authored over 5 years ago by Chris Watson <[email protected]>
Add docs dir

9e51d41233f61938d998ef380c80ebefe209b14e authored over 5 years ago by Chris Watson <[email protected]>
Fix linter errors

9f60ea2c868f34f4136baae79bd50bf0bb6d9a49 authored over 5 years ago by Chris Watson <[email protected]>
Update table of contents

17fccc331622c28b9e944d9cb29da5a315bcbf49 authored over 5 years ago by Chris Watson <[email protected]>
Update travis link

fc3c244a7f8561949f6b411c4ce41fccad0da872 authored over 5 years ago by Chris Watson <[email protected]>
Move wordnet data to cadmium/data

13dc9bf734a1ad2d1ec649590d74596d7666aa4d authored over 5 years ago by Chris Watson <[email protected]>
Update README

b9829a0ed8c4b5d8de7e7c7d08fba6be04c88cc4 authored over 5 years ago by Chris Watson <[email protected]>
Squashed some bugs πŸ›

cd0021b68a9d1cdfaf2e7d65908f7f47a728bdad authored over 5 years ago by Chris Watson <[email protected]>
Remove broken badge

d07c082375ea71c4b1073552ae07b34605b4b0c2 authored over 5 years ago by Chris Watson <[email protected]>
Added readability πŸ“–

9274b0eff76626fe9dcbe08888777cb3929e4ceb authored over 5 years ago by Chris Watson <[email protected]>
Remove spec2

e56b908d7e714a6b4ac5cfbcdf224ff72e83fb67 authored over 5 years ago by Chris Watson <[email protected]>
Fix soundex

34ee223a08c752c483ccb5e4d67ffae6b7f4862e authored over 5 years ago by Chris Watson <[email protected]>
Fix case tokenizer spec

4f6af85c9f968d5aa31c2229041ca934b7f7ed1c authored over 5 years ago by Chris Watson <[email protected]>
Changed spec runner

8cc117124564d10f1e911fb90eb6d8e36279ec1e authored over 5 years ago by Chris Watson <[email protected]>
Updated roadmap

35fefd8f2a3e319c47bb8281ec80ae774ca7111b authored over 5 years ago by Chris Watson <[email protected]>
Merge pull request #2 from adoxography/tries

Add trie implementation

3502fec3669b4a9f9d3066ae77f1f1cd6764e765 authored over 5 years ago by Chris Watson <[email protected]>
Updated roadmap

849a740fcdbbbf148b3785cb26dbbb80c7ea6e8e authored over 5 years ago by Chris Watson <[email protected]>
A couple more minor formatting fixes

a3e37d50b9c172f546e5d29bea95d548752d6365 authored about 6 years ago by Adoxography <[email protected]>
Minor formatting fixes

bef8725f09f219ee3cd968ab9a2061ab4cb4e120 authored about 6 years ago by Adoxography <[email protected]>
Add links to reference implementation in natural

Also include copyright notice in trie_spec.cr

2a9d243247c4e7e5273fd5d3b71cc7fcd1a3d094 authored about 6 years ago by Adoxography <[email protected]>
Update documentation in README

fe2409914b3cdacf84232a3a74911dfd480ecb3e authored about 6 years ago by Adoxography <[email protected]>
Add test for diverging Tries

08c980d82583800d2b2868f78373dd3d06836bd5 authored about 6 years ago by Adoxography <[email protected]>
Refactor Trie helper methods

Have the nodes be the callers, instead of passing node objects around
within recursive methods

31d6731be4312d0273798898973867a35f6e0e0d authored about 6 years ago by Adoxography <[email protected]>
Use Char array in Trie#collect_matches_on_path

a9e7375e0a60f9f887cc9cd24fae11f9abcf8d9d authored about 6 years ago by Adoxography <[email protected]>
Add docstrings

484f6ffe2b716a840ee11eaec35bd8768a884157 authored about 6 years ago by Adoxography <[email protected]>
Adjust return value of Trie#add(Array(String))

Returns true only if all of the elements being added were already
present.

9658ed15a3503d5aa3677ac3ab6dcef17a3fd0ea authored about 6 years ago by Adoxography <[email protected]>
Add trie data structure

37328004a7f09f518d7c173f12bb907b7b9cb9ca authored about 6 years ago by Adoxography <[email protected]>
Merge pull request #1 from Sija/add-ameba-linter

Add ameba linter

c118603856f762f59a7373bbd311499b89ca1c83 authored over 6 years ago by Chris Watson <[email protected]>
Tidy-up the code a lil’

c44a8c9788f01c5e36a13da8dda3ea93883b6184 authored over 6 years ago by Sijawusz Pur Rahnama <[email protected]>
Fix ameba issues

b4bfe25acaaf6c6052c7794318a57589bfb788ed authored over 6 years ago by Sijawusz Pur Rahnama <[email protected]>
[CI] Add ameba linter

2bf409e0e5a42283fca552ba01c32259bcc6e47d authored over 6 years ago by Sijawusz Pur Rahnama <[email protected]>
[CI] Check code formatting

aa3245120a18451685e801994f25825523962e76 authored over 6 years ago by Sijawusz Pur Rahnama <[email protected]>
Added sentiment analysis

4733b5ebe9a2c96fbb3559fc147c2db0f171fc68 authored almost 7 years ago by Chris Watson <[email protected]>
Added shields

048d0d66439965d85a68de9197eb6d996ef47e2e authored almost 7 years ago by Chris Watson <[email protected]>
Updated README and formatted

162b6eed370c90ce0ca5d65dd774404aa5b1a422 authored almost 7 years ago by Chris Watson <[email protected]>
Added soundex and metaphone phonetics algos

6eab124638273417eeb41ce227c1e55af07dd5bb authored almost 7 years ago by Chris Watson <[email protected]>
Update README

0d65f57f7b8c8238c84fd268763aa74abe21cc0c authored almost 7 years ago by Chris Watson <[email protected]>
Update readme

d0bfa72737e648e5a15912f70a4b3a28cf415025 authored almost 7 years ago by Chris Watson <[email protected]>
Fix a couple japanese transliterations

f308f2f95889d15ceba790996227e5046f29d190 authored almost 7 years ago by Chris Watson <[email protected]>
Update transliteration example

0f44a5e02d0e3f39e711d42b16642ae707ff5d61 authored almost 7 years ago by Chris Watson <[email protected]>
Update README

d3bca108ec4982874f7f76500fa65ae1bb8ed774 authored almost 7 years ago by Chris Watson <[email protected]>
Add transliterator

f62e215805cdf9207f34524071ba1586028042f8 authored almost 7 years ago by Chris Watson <[email protected]>
Add tf-idf

5996f31f95d546b9169618b9acd3bcf3c4f09410 authored almost 7 years ago by Chris Watson <[email protected]>
Fix typo

4f46105c29347063872a9604f23bc6c07ea68d57 authored almost 7 years ago by Chris Watson <[email protected]>
Formatted and updated stop words

cbdfceb837d0343fbef36a4d2a79cec883916f26 authored almost 7 years ago by Chris Watson <[email protected]>
Fix typo

ff11ff464951cd106110614a9e592b945c642ba5 authored almost 7 years ago by Chris Watson <[email protected]>
Add documentation

249356c5a0e50738a2f55cef670d7f1737ebb8ef authored almost 7 years ago by Chris Watson <[email protected]>
Added inflectors

d738f45e685c4a40581711c1f6d4e37a1642f9e1 authored almost 7 years ago by Chris Watson <[email protected]>
Add count inflector

61d7b5880a9f8a14de8e339bdf1a750709c9c95c authored almost 7 years ago by Chris Watson <[email protected]>
Add classifier types

f41c409a9defc01bc88cefbdd460ac55bce52981 authored almost 7 years ago by Chris Watson <[email protected]>
Add sentiment to roadmap

7fbaec5b7bbc2b8559f15ff7b9ed71e0df5dfbc6 authored almost 7 years ago by Chris Watson <[email protected]>
Added NGrams support

1044108366b11d5e1f6a3bdd399adf2f9f3e2ee6 authored almost 7 years ago by Chris Watson <[email protected]>
Added porter stemmer and specs

bb103f89a124c384523d0f9e27a7f890fde583e9 authored almost 7 years ago by Chris Watson <[email protected]>
Updated README

98f7b7329ab7a8a15ec0ab01fa3584e9c8c76cbb authored almost 7 years ago by Chris Watson <[email protected]>
Added string distance methods

75e114986a09a267d4e76c2f16f7976869ad9a9d authored almost 7 years ago by Chris Watson <[email protected]>
Initial commit

2445cd300665a3c6a4bc853026bc59613db886c5 authored almost 7 years ago by Chris Watson <[email protected]>