tao_rdfizer 0.11.4 → 0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59d7999a921ef33104728a1f86edbeb7f20161641b37a53435daf316772ffed8
4
- data.tar.gz: d6cd66e38eececa7b7cbb251686d148a4924da16ad751eea3af2cef21b00121a
3
+ metadata.gz: 9f8e898ea335e5047e9b98c5f61d91f746ae35cdeae4e74c0fea729533f6c4a8
4
+ data.tar.gz: 9718f84c225451729468700d5ffc54952150de9f178c713b6bb82a13b440dfca
5
5
  SHA512:
6
- metadata.gz: 4e98ac931a0f2913f44e8e234222f55c93ff9bbd76173787393fcf1e866a14b7707168c8446f33cfd00f208599439cacdd67b4b6296c9ab8a1288a3963fd4f0c
7
- data.tar.gz: 788aaf5c427d44783edadfc30f84a8d2cc7aac99641575dd3999f780520c374cf5c443fc9a5dd656424a4291940861fa268a37b6ca4f3dab9a2ae196f6df2bc8
6
+ metadata.gz: 53c9ab169c713eb9cfaef0199c6497e39ba33ca4b9645699b2217376a266fa25fd60d70a97e47db14b10429760b6618614c140c170a60d85caf065ca3c3d8498
7
+ data.tar.gz: 5e9673f10325c1e10044be8d9c89819b21b60b056b0a9591eed83290763d038aefe49906a201022722a31b7bf8b50990b59abd2fd8439d7d1d00da48784075cc
@@ -74,6 +74,8 @@ class TAO::RDFizer
74
74
 
75
75
  # denotations and relations
76
76
  _denotations = annotations[:denotations] || []
77
+ _blocks = annotations[:blocks] || []
78
+ _denotations += _blocks
77
79
  _attributes = annotations[:attributes] || []
78
80
  _relations = annotations[:relations] || []
79
81
  if @mode == :spans && annotations.has_key?(:tracks)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tao_rdfizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.4
4
+ version: '0.12'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jin-Dong Kim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-18 00:00:00.000000000 Z
11
+ date: 2024-12-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: It uses TAO (text annotation ontology) for representation of annotations
14
14
  to text.