repo
string
commit
string
message
string
diff
string
farrelley/joind.in-api-client
348257804ce4057b18da51dd44c9790df83ab325
moved require below comment block
diff --git a/library/FarleyHills/Service/JoindIn/Exception.php b/library/FarleyHills/Service/JoindIn/Exception.php index 36e6114..f881487 100644 --- a/library/FarleyHills/Service/JoindIn/Exception.php +++ b/library/FarleyHills/Service/JoindIn/Exception.php @@ -1,11 +1,14 @@ <?php -require_once 'Zend/Service/Exception....
farrelley/joind.in-api-client
af59d1bf234fd13cea550f640e1244cd67fa0ae6
added phpdocblocks
diff --git a/library/FarleyHills/Service/JoindIn/Comment.php b/library/FarleyHills/Service/JoindIn/Comment.php index 52fc532..dc09f39 100644 --- a/library/FarleyHills/Service/JoindIn/Comment.php +++ b/library/FarleyHills/Service/JoindIn/Comment.php @@ -1,51 +1,72 @@ <?php /** * Comments * @author Shaun Farrell ...
farrelley/joind.in-api-client
ef0d596d77947afaebfaf037906cee7e8ab66623
forgot to add Zend_Json to the required class list
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index 99e6554..fe4313f 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,235 +1,236 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
d963f328902e2fada8b31de32819e41a24919366
fixed the exception require_once and added Zend_Rest_Client class include if not using zend framework autoloader
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index 781fb5f..99e6554 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,233 +1,235 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
118df9984ecfe668cbd1bba4ce048c2e9a5cd5db
removed "Event" from the event methods to be consistant throughout.
diff --git a/library/FarleyHills/Service/JoindIn/Event.php b/library/FarleyHills/Service/JoindIn/Event.php index 4c4fd3a..92aea00 100644 --- a/library/FarleyHills/Service/JoindIn/Event.php +++ b/library/FarleyHills/Service/JoindIn/Event.php @@ -1,159 +1,159 @@ <?php /** * Events * @author Shaun Farrell * @ver...
farrelley/joind.in-api-client
885ac81f938f65cf2097b3f0818c9502c8a61fdf
removed debug statements from service
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index c299d15..781fb5f 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -1,238 +1,233 @@ <?php /** * Joind.In Service * @author Shaun Farrell * @version $Id$ */...
farrelley/joind.in-api-client
d2a70b4182b669f71677467648215c24f9c459cf
added comment endpoint to the joind.in api service
diff --git a/library/FarleyHills/Service/JoindIn/Comment.php b/library/FarleyHills/Service/JoindIn/Comment.php new file mode 100644 index 0000000..52fc532 --- /dev/null +++ b/library/FarleyHills/Service/JoindIn/Comment.php @@ -0,0 +1,51 @@ +<?php + +/** + * Comments + * @author Shaun Farrell + * + */ +class FarleyHills...
farrelley/joind.in-api-client
294c079d8a5a0b272aa64f8beeae364f06c106b3
Added talk endpoint methods to Joind.In Service
diff --git a/library/FarleyHills/Service/JoindIn/Talk.php b/library/FarleyHills/Service/JoindIn/Talk.php new file mode 100644 index 0000000..f580b3c --- /dev/null +++ b/library/FarleyHills/Service/JoindIn/Talk.php @@ -0,0 +1,75 @@ +<?php + +/** + * Joind.In Talk + * @author Shaun Farrell + * + */ + +class FarleyHills_...
farrelley/joind.in-api-client
af46d531ea72e0e49434d80f42d7706fb43be422
added user endpoint
diff --git a/library/FarleyHills/Service/JoindIn/User.php b/library/FarleyHills/Service/JoindIn/User.php new file mode 100644 index 0000000..09848e2 --- /dev/null +++ b/library/FarleyHills/Service/JoindIn/User.php @@ -0,0 +1,135 @@ +<?php + +/** + * User.php - get information on users + * @author Shaun Farrell + * @ver...
farrelley/joind.in-api-client
2ea4ecb3330c90010347b1374046caaec7ca7bb1
added README content
diff --git a/README b/README index e69de29..e57e241 100644 --- a/README +++ b/README @@ -0,0 +1,3 @@ +Joind.In Service Component for Zend Framework 1.* + +Joind.In -> http://www.joind.in/ \ No newline at end of file
farrelley/joind.in-api-client
39e4f511e25bf28a782f52070e48a01f7d545706
Added Site, Exception, and Event API endpoints. Initial commit.
diff --git a/library/FarleyHills/Service/JoindIn/Event.php b/library/FarleyHills/Service/JoindIn/Event.php new file mode 100644 index 0000000..4c4fd3a --- /dev/null +++ b/library/FarleyHills/Service/JoindIn/Event.php @@ -0,0 +1,159 @@ +<?php + +/** + * Events + * @author Shaun Farrell + * @version $Id$ + */ + +class Fa...
farrelley/joind.in-api-client
d4cad7d58c734d79cfc37a890fad9ae22e5978f8
Joind.In Service
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php index e69de29..c299d15 100644 --- a/library/FarleyHills/Service/JoindIn.php +++ b/library/FarleyHills/Service/JoindIn.php @@ -0,0 +1,238 @@ +<?php + +/** + * Joind.In Service + * @author Shaun Farrell + * @version $Id$ + */ +...
farrelley/joind.in-api-client
cdc15aa6be1d364a5d8f2aedf2abdc02c63cb6d7
forgot to add the service folder
diff --git a/library/FarleyHills/Service/JoindIn.php b/library/FarleyHills/Service/JoindIn.php new file mode 100644 index 0000000..e69de29
danieldk/jitar
049ad2b3eb9c04a3e831a03d9c65943aee745211
Small cleanup in static markers.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/corpus/Common.java b/src/main/java/eu/danieldk/nlp/jitar/corpus/Common.java index 2c4787b..dc63b99 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/corpus/Common.java +++ b/src/main/java/eu/danieldk/nlp/jitar/corpus/Common.java @@ -1,68 +1,46 @@ // // Copyright 2008, 2...
danieldk/jitar
7e6aabdc6ca16d2f84ba66b9e9bb2ff7598247d1
Add 0.3.3 notes.
diff --git a/README.markdown b/README.markdown index 75441ef..3387ae8 100644 --- a/README.markdown +++ b/README.markdown @@ -1,120 +1,125 @@ # Jitar A simple Trigram HMM part-of-speech tagger ## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) impl...
danieldk/jitar
e9b2872eb7a44446e8fc5182c1e55514cb01d90b
[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index d39e056..57abe9e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,179 +1,179 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
6c55c72f4fcb33943c4b6890c90db1bf77d351fc
[maven-release-plugin] prepare release jitar-0.3.3
diff --git a/pom.xml b/pom.xml index 07c8f47..d39e056 100644 --- a/pom.xml +++ b/pom.xml @@ -1,179 +1,179 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
cf66c03f0087ebd1445e1a4314e4eeb4423a37ec
Javadoc fixes.
diff --git a/pom.xml b/pom.xml index b36e55e..07c8f47 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,179 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
64e319ccb019ec4a0ea5425297456fd2e4ba19f8
[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index 4f6f938..b36e55e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,180 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
d6e8deb3d27caaa9ad95b72f8482793ef3a06ef9
[maven-release-plugin] prepare release jitar-0.3.2
diff --git a/pom.xml b/pom.xml index d22e22f..4f6f938 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,180 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
3492244f1a27d9226d8d5bc2d6e465fd33741caf
[maven-release-plugin] rollback the release of jitar-0.3.2
diff --git a/pom.xml b/pom.xml index 2707838..f4f7d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,180 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
a62f6997d4c799994577f120733c485ec26ca393
[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index 2d0b593..2707838 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,180 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
a0aef5ef9da7cd28c96d58a6974810e48e721287
[maven-release-plugin] prepare release jitar-0.3.2
diff --git a/pom.xml b/pom.xml index f4f7d6a..2d0b593 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,180 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
8377d7db05bb43b2dcb6d6cc2428766c42f33329
[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index e21be4e..f4f7d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,180 +1,180 @@ <!-- Copyright 2008, 2015 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
d44364bd31c56d65e32ce203b4b7c6799f1ee5d1
start/end markers could leak in the unknown word handler.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java index 82500fd..1d82611 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java +++ b/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java @@ -1,106 +1,105 @@...
danieldk/jitar
3a8d221a2f05690df454200dc5b9ad90f2442a2c
Add a utility for tagging CoNLL-X data.
diff --git a/pom.xml b/pom.xml index aead277..a3ba6a1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,174 +1,180 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
23e273c49bf5f830919ee69673a30a345e1a0b12
Remove commons-lang dependency.
diff --git a/pom.xml b/pom.xml index 20de727..aead277 100644 --- a/pom.xml +++ b/pom.xml @@ -1,179 +1,174 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
c9a8aea0ad6bcd7f08c672a89630155a088e4e97
Compute interpolated scores only once.
diff --git a/pom.xml b/pom.xml index d6c1a21..20de727 100644 --- a/pom.xml +++ b/pom.xml @@ -1,174 +1,179 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
2193f7c50c8f27f56c6f1cbd18c4f4a51a906481
Missed on old command-line example.
diff --git a/README.markdown b/README.markdown index 68848b5..076bd8e 100644 --- a/README.markdown +++ b/README.markdown @@ -1,120 +1,120 @@ # Jitar A simple Trigram HMM part-of-speech tagger ## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) impl...
danieldk/jitar
368c592acc31c3c525769e4b0b5b8f17bf5d81b5
Reflect changes in Jitar.
diff --git a/README.markdown b/README.markdown index f9c42ae..68848b5 100644 --- a/README.markdown +++ b/README.markdown @@ -1,124 +1,120 @@ # Jitar A simple Trigram HMM part-of-speech tagger ## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) impl...
danieldk/jitar
70ab5a8e27b2a7cacd7735eec8abe16e466d2082
[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index 5d12e54..d6c1a21 100644 --- a/pom.xml +++ b/pom.xml @@ -1,174 +1,174 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
2e449029dcf8eabb8cd1e1c9bd07c62c846d1030
[maven-release-plugin] prepare release jitar-0.3.0
diff --git a/pom.xml b/pom.xml index 9a802e2..5d12e54 100644 --- a/pom.xml +++ b/pom.xml @@ -1,174 +1,174 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
a77df6108afc396dbc666150bd833fd6238135db
Include the readme.
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index fb8ca27..6a0dda1 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -1,60 +1,61 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use ...
danieldk/jitar
7f0474cc485e1f7f05401f4df3754cc271c2a1ff
Let the Maven release plugin work with new versions.
diff --git a/pom.xml b/pom.xml index 42db452..9a802e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,163 +1,174 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a...
danieldk/jitar
f268d42f2fb9a8c5c47600b0087a5b06f04ce7c2
Prefix scripts by 'jitar-', add cross-validation.
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index 1787003..fb8ca27 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -1,59 +1,60 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use ...
danieldk/jitar
aac5ce4d795689308860cefa83ef426afc48273b
Small fix in Javadoc for WordSuffixTree.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/wordhandler/WordSuffixTree.java b/src/main/java/eu/danieldk/nlp/jitar/wordhandler/WordSuffixTree.java index bc209d5..be0882b 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/wordhandler/WordSuffixTree.java +++ b/src/main/java/eu/danieldk/nlp/jitar/wordhandler/WordSuffixT...
danieldk/jitar
1883625a39faeb28376ba254f5dd7f80e0041a96
Rename KnownWordHandler to LexiconWordHandler.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java index 7b51a4c..82500fd 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java +++ b/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java @@ -1,106 +1,106 @@...
danieldk/jitar
4ec95063041b7c15087144985b09e79adc1063f1
Add a getter to get the model from the tagger.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java b/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java index 6b92bc5..6569297 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java +++ b/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java @@ -1,246 +1,253 @@ // // Cop...
danieldk/jitar
f118b8e4ef9216084f45a23d35a4bad831cfec21
Include the Jitar jars in the assembly.
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index d716ce4..1787003 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -1,51 +1,59 @@ <!-- Copyright 2008, 2014 Daniël de Kok Licensed under the Apache License, Version 2.0 (the "License"); you may not use ...
danieldk/jitar
de3fc4bc6c3297f27175ea16fa8a507bd23b7945
Add license-maven-plugin.
diff --git a/pom.xml b/pom.xml index 0a96c3b..b858c47 100644 --- a/pom.xml +++ b/pom.xml @@ -1,122 +1,146 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x...
danieldk/jitar
65fc86ee8f0a0ad84c8196f6fb95a07a9d5bd48b
Correct artifact ID.
diff --git a/pom.xml b/pom.xml index 0a62474..0a96c3b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,122 +1,122 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x...
danieldk/jitar
278641e55e60095bdf4c160946ad59206cf4f887
Simplify trellis construction, use less memory.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java b/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java index 25d6177..826d937 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java +++ b/src/main/java/eu/danieldk/nlp/jitar/tagger/HMMTagger.java @@ -1,245 +1,244 @@ // Copyrig...
danieldk/jitar
ebbe97b66d911cd800cb6e38e45463db95eeb13d
Get rid of those pesky start/end markers in the API.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java index f7e8fba..327a36c 100644 --- a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation....
danieldk/jitar
21aab10a57e0ac08c948be33c82627b124a52737
Add Travis CI file.
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c8a5409 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: java +jdk: + - oraclejdk7 + - oraclejdk8
danieldk/jitar
ee982e30e87e5dc4533fc7ba4900d56b8dcf7088
Hmpf. Maven modules do form an anti-pattern :p.
diff --git a/jitar-model-brown/pom.xml b/jitar-model-brown/pom.xml index 3dabd40..2fa1193 100644 --- a/jitar-model-brown/pom.xml +++ b/jitar-model-brown/pom.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSc...
danieldk/jitar
f4576f17b0600f506d03979e9cf0aa1cad526f66
Mark token capitalization in their tags.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Util.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Util.java index 3348598..e953760 100644 --- a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Util.java +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Util.java @@ -1,36 +1,36 @@ package eu.danieldk....
danieldk/jitar
c4cdf46ee7ef3525f3641818f5a0b88f0d955951
Use separate distribution for unknown words with a dash.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java index 899a959..f7e8fba 100644 --- a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation....
danieldk/jitar
74c79dcd949018e3648a4a908053b0c7e317807f
CorpusReader implements the Closeable interface.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java index 70bd6ce..899a959 100644 --- a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation....
danieldk/jitar
54e3f75a55d9089dd4b7bc6d25a1c9d8765fb4d8
Cleanup. Mostly use of Java 7 constructs.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java index 3db3b74..70bd6ce 100644 --- a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation....
danieldk/jitar
36c5c4b63807045f53f3dab9e62ea171e3faed97
Use Java 7.
diff --git a/pom.xml b/pom.xml index fafa0d2..40bd233 100644 --- a/pom.xml +++ b/pom.xml @@ -1,133 +1,133 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x...
danieldk/jitar
e1469d2800b36555416a208d1b54c238a47d9bbf
Add a utility for performing 10-fold cross-validation.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java new file mode 100644 index 0000000..3db3b74 --- /dev/null +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/CrossValidation.java @@ -0,0 +1,146 @@ +// Copyright 2013 Dan...
danieldk/jitar
b419ec43a010eaade890c7104cfa4aad3fd0f6d5
Use one model representation.
diff --git a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java index 53886ad..74484fb 100644 --- a/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java +++ b/jitar/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java @@ -1,108 +1,104 @@ //...
danieldk/jitar
ddd648775c1ec2eb9aa49a5530dad66cfb7ac232
Provide the Brown model as a separate module.
diff --git a/jitar-model-brown/pom.xml b/jitar-model-brown/pom.xml new file mode 100644 index 0000000..3dabd40 --- /dev/null +++ b/jitar-model-brown/pom.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-...
danieldk/jitar
73eaf5266d332fb240586d3fb01ca03ed5767d32
Modularize Jitar.
diff --git a/jitar/pom.xml b/jitar/pom.xml new file mode 100644 index 0000000..4ec5ce5 --- /dev/null +++ b/jitar/pom.xml @@ -0,0 +1,20 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven...
danieldk/jitar
c79525f5da4547c26bc2ff01748e9ef08762c02f
Rename internal StoreHandler to CorpusConsumer.
diff --git a/src/test/java/eu/danieldk/nlp/jitar/corpus/TestBrownCorpusReader.java b/src/test/java/eu/danieldk/nlp/jitar/corpus/TestBrownCorpusReader.java index e0f2695..655e66a 100644 --- a/src/test/java/eu/danieldk/nlp/jitar/corpus/TestBrownCorpusReader.java +++ b/src/test/java/eu/danieldk/nlp/jitar/corpus/TestBrownC...
danieldk/jitar
19994cdb4f501c65f92eb594ef7e87eb06717c86
Rewrite CorpusReader(s) to resemble Java's readers.
diff --git a/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java b/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java index 5c124dc..53886ad 100644 --- a/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java +++ b/src/main/java/eu/danieldk/nlp/jitar/cli/Evaluate.java @@ -1,95 +1,108 @@ -// Copyright 2008, 2009 Dan...
danieldk/jitar
f3c6c9d26dbef4291932aa8d3d037e1d48748b9c
Another item for 0.2.0.
diff --git a/README.markdown b/README.markdown index 0e7f237..f0f8879 100644 --- a/README.markdown +++ b/README.markdown @@ -1,115 +1,116 @@ # Jitar A simple Trigram HMM part-of-speech tagger ## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) impl...
danieldk/jitar
b978c0ff8f8fc814951cb68e71fc7d1c5afd86f3
Download page and Maven/SBT/Grails use.
diff --git a/README.markdown b/README.markdown index a4c3393..0e7f237 100644 --- a/README.markdown +++ b/README.markdown @@ -1,83 +1,115 @@ # Jitar A simple Trigram HMM part-of-speech tagger ## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) imple...
danieldk/jitar
1354eb42af917170b77b2713281fff141575096b
[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index 6bf0578..400e2e6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,121 +1,121 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> ...
danieldk/jitar
5ae4115b31fab21a3c806d46121f2a4df4fc923f
[maven-release-plugin] prepare release jitar-0.1.0
diff --git a/pom.xml b/pom.xml index a379d33..6bf0578 100644 --- a/pom.xml +++ b/pom.xml @@ -1,122 +1,121 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x...
danieldk/jitar
3734b2f30c2d457802a3cfeda26e5502c0f51fc2
Ignore IntelliJ files.
diff --git a/.gitignore b/.gitignore index 2f7896d..1e782ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ target/ +.* +jitar.iml
danieldk/jitar
e22d8144370ea4e21b16908419578aa2ca8e425a
Remove duplicate use of maven-source-plugin.
diff --git a/pom.xml b/pom.xml index 3dd164b..a379d33 100644 --- a/pom.xml +++ b/pom.xml @@ -1,135 +1,122 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x...
danieldk/jitar
df71734e062954b6d88855e9712edd56508f3cab
Assemble a Jitar binary distribution.
diff --git a/README.markdown b/README.markdown index 884b5c5..a4c3393 100644 --- a/README.markdown +++ b/README.markdown @@ -1,85 +1,83 @@ # Jitar A simple Trigram HMM part-of-speech tagger ## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidden Markov Model (HMM). It (partly) implem...
danieldk/jitar
1ac2b7d8a91ada55c13ca53f07df7bb189b34d30
Bump version to 0.1.0-SNAPSHOT.
diff --git a/pom.xml b/pom.xml index 9321ac7..0b0ead4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,126 +1,126 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x...
danieldk/jitar
13f09c5c6696d38b6d036b94a9ccf0ae13ee9f94
Release plan
diff --git a/README.markdown b/README.markdown index 0b1d0fb..884b5c5 100644 --- a/README.markdown +++ b/README.markdown @@ -1,70 +1,85 @@ -Jitar -===== +# Jitar A simple Trigram HMM part-of-speech tagger -Introduction ------------- +## Introduction Jitar is a simple part-of-speech tagger, based on a trigram Hidd...
danieldk/jitar
6c7375cc79052576c9a326d417753e5a4b886397
Prepare for release in the central repository.
diff --git a/pom.xml b/pom.xml index 920dcf3..9321ac7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,96 +1,126 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xs...
rjbs/Data-Hive
495219747cdf4debcbc6254a9b7a9b8e881e1f11
v1.015
diff --git a/Changes b/Changes index b6a8378..0057e55 100644 --- a/Changes +++ b/Changes @@ -1,105 +1,107 @@ Revision history for Data-Hive {{$NEXT}} + +1.015 2022-12-31 21:07:07-05:00 America/New_York - update author contact information 1.014 2021-06-20 20:26:51-04:00 America/New_York ...
rjbs/Data-Hive
e2fc261bd43665dd538fba441cd1a1bcf41dc330
prep next release
diff --git a/Changes b/Changes index 679e915..b6a8378 100644 --- a/Changes +++ b/Changes @@ -1,104 +1,105 @@ Revision history for Data-Hive {{$NEXT}} + - update author contact information 1.014 2021-06-20 20:26:51-04:00 America/New_York - always call callback for ->GET($callback) in scalar co...
rjbs/Data-Hive
cc450b6876bbd72e9c80b32709cd8cd554825c1a
v1.014
diff --git a/Changes b/Changes index 93fa8ab..679e915 100644 --- a/Changes +++ b/Changes @@ -1,102 +1,104 @@ Revision history for Data-Hive {{$NEXT}} + +1.014 2021-06-20 20:26:51-04:00 America/New_York - always call callback for ->GET($callback) in scalar context - update author contact inform...
rjbs/Data-Hive
003a4af5ee365ab74e99b10c08e3f00987a15f21
prep next version
diff --git a/.gitignore b/.gitignore index 5a462c7..890d6e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -Data-Hive-* .build +.gitnxtver_cache +Data-Hive-* diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..2c3614d --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Ricardo Signes <rjbs@semioti...
rjbs/Data-Hive
fad1a7726a35e4994f8985d0ade26eb4003f8009
GET callbacks get scalar context
diff --git a/Changes b/Changes index f28bddf..1c62cc4 100644 --- a/Changes +++ b/Changes @@ -1,99 +1,100 @@ Revision history for Data-Hive {{$NEXT}} + - always call callback for ->GET($callback) in scalar context 1.013 2015-12-08 17:52:33-05:00 America/New_York - add Data::Hive::Test assertio...
rjbs/Data-Hive
430143de471ce83b2f27b43d667a2596d452da94
v1.013
diff --git a/Changes b/Changes index dda561a..f28bddf 100644 --- a/Changes +++ b/Changes @@ -1,96 +1,99 @@ Revision history for Data-Hive {{$NEXT}} +1.013 2015-12-08 17:52:33-05:00 America/New_York + - add Data::Hive::Test assertions that SET returns new value + 1.012 2014-10-30 18:33:12-04:00 Ame...
rjbs/Data-Hive
9c23817f2a7261efd79a321cb0160935154ada87
document delete_all
diff --git a/lib/Data/Hive/Store.pm b/lib/Data/Hive/Store.pm index b5177ce..966f984 100644 --- a/lib/Data/Hive/Store.pm +++ b/lib/Data/Hive/Store.pm @@ -1,90 +1,94 @@ use strict; use warnings; package Data::Hive::Store; # ABSTRACT: a backend storage driver for Data::Hive use Carp (); =head1 DESCRIPTION Dat...
rjbs/Data-Hive
86fc2736573df56d498e390c9d7a4b4251f3c1c8
v1.012
diff --git a/Changes b/Changes index c730b29..dda561a 100644 --- a/Changes +++ b/Changes @@ -1,94 +1,96 @@ Revision history for Data-Hive {{$NEXT}} + +1.012 2014-10-30 18:33:12-04:00 America/New_York - extend Data::Hive::Test to cover DELETE, not just DELETE_ALL 1.011 2013-12-13 08:24:44 America...
rjbs/Data-Hive
d71a0dde22f34a57ec8a3cf77d8045149946a6a0
remove bizarre, pointless line
diff --git a/lib/Data/Hive/Store/Hash.pm b/lib/Data/Hive/Store/Hash.pm index a114c8f..897d85c 100644 --- a/lib/Data/Hive/Store/Hash.pm +++ b/lib/Data/Hive/Store/Hash.pm @@ -1,125 +1,124 @@ use strict; use warnings; package Data::Hive::Store::Hash; use base 'Data::Hive::Store'; # ABSTRACT: store a hive in a flat ha...
rjbs/Data-Hive
6353e02e467a10da555b7d47986bc0318e6a6a6e
v1.011
diff --git a/Changes b/Changes index 866e170..117ef5f 100644 --- a/Changes +++ b/Changes @@ -1,90 +1,93 @@ Revision history for Data-Hive {{$NEXT}} +1.011 2013-12-13 08:24:44 America/New_York + update bugtracker and repo links + 1.010 2013-07-05 21:34:32 America/New_York repackage, up...
rjbs/Data-Hive
33830d02ad9cbb258b4196ce3b9ec91ca9fd3b3a
v1.010
diff --git a/Changes b/Changes index 51e1689..866e170 100644 --- a/Changes +++ b/Changes @@ -1,87 +1,90 @@ Revision history for Data-Hive {{$NEXT}} +1.010 2013-07-05 21:34:32 America/New_York + repackage, update bugtracker + 1.009 2013-03-04 16:36:28 America/New_York add ->GET(sub{......
rjbs/Data-Hive
4bf11f87164bc9d93eae70ea44409e67d12a0d8e
v1.009
diff --git a/Changes b/Changes index 9a492f5..51e1689 100644 --- a/Changes +++ b/Changes @@ -1,85 +1,87 @@ Revision history for Data-Hive {{$NEXT}} + +1.009 2013-03-04 16:36:28 America/New_York add ->GET(sub{...}) for lazily computed default remove GETNUM, GETSTR 1.008 2010-10-21 ...
rjbs/Data-Hive
5a694dc1b28f249ef879038e53343ec3119c486c
warn in docs about ->SET($ref)
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index 57bda34..ce19dbf 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,443 +1,447 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
746b7930b0ffd0f37d27421760d48bd841ae13c8
add lazy default for ->GET
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index 1134e87..57bda34 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,437 +1,443 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
f09d8f9a1d83111eb02a5dd3406ef2817122df67
remove the long-dead GETSTR, GETNUM methods
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index 39c4d6a..1134e87 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,449 +1,437 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
2fee104dfdd440822f05ce6768d93509e315f21a
fix error in synopsis
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index 3b3134d..39c4d6a 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,449 +1,449 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
5e9b47efa8f299e61b1592254304ac8a2c7e7a11
v1.008
diff --git a/Changes b/Changes index 7de0050..b07904f 100644 --- a/Changes +++ b/Changes @@ -1,80 +1,82 @@ Revision history for Data-Hive {{$NEXT}} + +1.008 2010-10-21 16:51:16 America/New_York add a warning when an autoloaded hive descender is given an arg 1.007 2010-09-07 21:34:43 America/Ne...
rjbs/Data-Hive
8e6ef1df4eb35fe3286e3462cf1453ffe0487672
warn on args to hive descender
diff --git a/Changes b/Changes index fa17984..7de0050 100644 --- a/Changes +++ b/Changes @@ -1,79 +1,80 @@ Revision history for Data-Hive {{$NEXT}} + add a warning when an autoloaded hive descender is given an arg 1.007 2010-09-07 21:34:43 America/New_York require Test::More 0.96 so that ...
rjbs/Data-Hive
1ce29dc476a62a0a5fea28a38a438077d66ee003
v1.007
diff --git a/Changes b/Changes index 7eac883..fa17984 100644 --- a/Changes +++ b/Changes @@ -1,77 +1,79 @@ Revision history for Data-Hive {{$NEXT}} + +1.007 2010-09-07 21:34:43 America/New_York require Test::More 0.96 so that we don't need plans in subtests 1.006 2010-09-01 15:47:44 America/Ne...
rjbs/Data-Hive
698fd675403748b514656bfbfcccf10ded84c2be
require newer Test::More
diff --git a/Changes b/Changes index be0d69e..7eac883 100644 --- a/Changes +++ b/Changes @@ -1,76 +1,77 @@ Revision history for Data-Hive {{$NEXT}} + require Test::More 0.96 so that we don't need plans in subtests 1.006 2010-09-01 15:47:44 America/New_York Data::Hive::Test test suite can ...
rjbs/Data-Hive
856dbb780d47990f7f5367e32f84723a830b5a82
v1.006
diff --git a/Changes b/Changes index 4d6b138..be0d69e 100644 --- a/Changes +++ b/Changes @@ -1,73 +1,76 @@ Revision history for Data-Hive {{$NEXT}} +1.006 2010-09-01 15:47:44 America/New_York + Data::Hive::Test test suite can now be run against existing hives + 1.005 2010-09-01 11:52:32 America/...
rjbs/Data-Hive
98f9c381f6ed2eae8e8ed6e37ba9212ab6f2d086
assert that starting hives are empty
diff --git a/lib/Data/Hive/Test.pm b/lib/Data/Hive/Test.pm index 1c3c102..32ca15e 100644 --- a/lib/Data/Hive/Test.pm +++ b/lib/Data/Hive/Test.pm @@ -1,247 +1,253 @@ use strict; use warnings; package Data::Hive::Test; # ABSTRACT: a bundle of tests for Data::Hive stores use Data::Hive; use Data::Hive::Store::Hash...
rjbs/Data-Hive
81347f5c02bfff11c410631b0a530f1262d7d202
v1.005
diff --git a/Changes b/Changes index 9199b50..4d6b138 100644 --- a/Changes +++ b/Changes @@ -1,71 +1,73 @@ Revision history for Data-Hive {{$NEXT}} +1.005 2010-09-01 11:52:32 America/New_York + 1.004 2010-09-01 10:48:48 America/New_York automatically upgrade old-style nested hashes 1.003 ...
rjbs/Data-Hive
d2cf116ba48b7cd67f40a3edea2bbbeb538543e8
v1.004
diff --git a/Changes b/Changes index d5f25b5..9199b50 100644 --- a/Changes +++ b/Changes @@ -1,69 +1,71 @@ Revision history for Data-Hive {{$NEXT}} + +1.004 2010-09-01 10:48:48 America/New_York automatically upgrade old-style nested hashes 1.003 2010-09-01 09:12:27 America/New_York ...
rjbs/Data-Hive
9752e462644f60b51420ee3f1106653f100098c4
autoupgrade old-style nested hashes
diff --git a/Changes b/Changes index b83caa5..d5f25b5 100644 --- a/Changes +++ b/Changes @@ -1,68 +1,69 @@ Revision history for Data-Hive {{$NEXT}} + automatically upgrade old-style nested hashes 1.003 2010-09-01 09:12:27 America/New_York add COPY_ONTO 1.002 2010-08-31 22:48:54 Ame...
rjbs/Data-Hive
55df7c686e9223625d0e37eb2027a0f39f416bb5
v1.003
diff --git a/Changes b/Changes index eb15d8a..b83caa5 100644 --- a/Changes +++ b/Changes @@ -1,66 +1,68 @@ Revision history for Data-Hive {{$NEXT}} + +1.003 2010-09-01 09:12:27 America/New_York add COPY_ONTO 1.002 2010-08-31 22:48:54 America/New_York allow ->HIVE to take multiple ...
rjbs/Data-Hive
d3ed26286a6727900055dec76cb58effcca63d22
add COPY_ONTO
diff --git a/Changes b/Changes index fb461df..eb15d8a 100644 --- a/Changes +++ b/Changes @@ -1,65 +1,66 @@ Revision history for Data-Hive {{$NEXT}} + add COPY_ONTO 1.002 2010-08-31 22:48:54 America/New_York allow ->HIVE to take multiple keys 1.001 2010-08-31 08:27:03 America/New_...
rjbs/Data-Hive
af7e355674660b71798e9f0e4114ccb31440d175
v1.002
diff --git a/Changes b/Changes index e8a125f..fb461df 100644 --- a/Changes +++ b/Changes @@ -1,63 +1,65 @@ Revision history for Data-Hive {{$NEXT}} +1.002 2010-08-31 22:48:54 America/New_York + allow ->HIVE to take multiple keys 1.001 2010-08-31 08:27:03 America/New_York added R...
rjbs/Data-Hive
719c8f5f30b2f24c25c1eb435b025334efa68566
allow ->HIVE(a,b,c)
diff --git a/Changes b/Changes index e9cf223..e8a125f 100644 --- a/Changes +++ b/Changes @@ -1,58 +1,63 @@ Revision history for Data-Hive {{$NEXT}} + + allow ->HIVE to take multiple keys + +1.001 2010-08-31 08:27:03 America/New_York + added ROOT, SAVE, SAVE_ALL, DELETE_ALL old H...
rjbs/Data-Hive
98132ed0efbcb85ec4eb3cf54e30fa3b475f520e
add final bit of docs for next release
diff --git a/Changes b/Changes index b9f40e8..e9cf223 100644 --- a/Changes +++ b/Changes @@ -1,45 +1,58 @@ Revision history for Data-Hive {{$NEXT}} + added ROOT, SAVE, SAVE_ALL, DELETE_ALL + + old Hash store is now Hash::Nested; added new, flat Hash store + + new Hash store and Param both...
rjbs/Data-Hive
e72a54fa9ed297ea01da7b1726c3944fb7996c3a
improve test coverage
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index b888d3a..1706afe 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,421 +1,422 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
ec8a46883407a24381197099969d82e9b6bfe6f5
delete_all, save_all, doc tweaks
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index 147dae5..b888d3a 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,407 +1,421 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
30eff245c18ef79b7a995243335eb6f547f4140e
add ROOT and SAVE
diff --git a/lib/Data/Hive.pm b/lib/Data/Hive.pm index d6edb7b..147dae5 100644 --- a/lib/Data/Hive.pm +++ b/lib/Data/Hive.pm @@ -1,373 +1,407 @@ use strict; use warnings; package Data::Hive; # ABSTRACT: convenient access to hierarchical data use Carp (); =head1 SYNOPSIS use Data::Hive; my $hive = Da...
rjbs/Data-Hive
fccc6ef8b19adacecd9c466f94b6db88d2745cac
make a simpler Strict path packer to allow more assumptions
diff --git a/lib/Data/Hive/PathPacker/Basic.pm b/lib/Data/Hive/PathPacker/Flexible.pm similarity index 97% rename from lib/Data/Hive/PathPacker/Basic.pm rename to lib/Data/Hive/PathPacker/Flexible.pm index 58165aa..c807ce0 100644 --- a/lib/Data/Hive/PathPacker/Basic.pm +++ b/lib/Data/Hive/PathPacker/Flexible.pm @@ -1,7...