<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bsie.git/test/lib, branch main</title>
<subtitle>Black Star Information Extraction (BSIE) pipeline</subtitle>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/'/>
<entry>
<title>namespace refactoring and cleanup</title>
<updated>2023-03-04T12:41:13+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-04T12:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=d2052e77210e0ace2c5f06e48afe2a8acb412965'/>
<id>d2052e77210e0ace2c5f06e48afe2a8acb412965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed module header stubs</title>
<updated>2023-03-01T21:31:03+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-01T21:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb'/>
<id>4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>schema fixes</title>
<updated>2023-03-01T16:04:57+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-01T16:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=02cd75f31120a766a35fc0ae00f8d0711c1c0ae9'/>
<id>02cd75f31120a766a35fc0ae00f8d0711c1c0ae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>preview extractor</title>
<updated>2023-02-08T18:23:46+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-02-08T18:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=a281d6b3a75a7d4a97e673c285ee430a327482ed'/>
<id>a281d6b3a75a7d4a97e673c285ee430a327482ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node naming policy</title>
<updated>2023-02-08T16:44:00+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-02-08T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=9c26a5ef759b010d8cf4384b0515cc188b885d81'/>
<id>9c26a5ef759b010d8cf4384b0515cc188b885d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bsfs changes propagated to tests</title>
<updated>2023-01-16T13:43:08+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-01-16T13:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=a0d1af36bdc09fe8eebe0c87a3f587395908ae28'/>
<id>a0d1af36bdc09fe8eebe0c87a3f587395908ae28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package restructuring: base</title>
<updated>2022-12-24T09:27:09+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-24T09:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=266c2c9a072bf3289fd7f2d75278b7d59528378c'/>
<id>266c2c9a072bf3289fd7f2d75278b7d59528378c</id>
<content type='text'>
* Reader and Extractor to respective reader/extractor modules
* ReaderBuilder to reader module
* ExtractorBuilder to extractor module
* Loading module in utils (safe_load, unpack_name)
* Pipeline and PipelineBuilder to lib module
* errors to utils
* documentation: "standard import" and "external import"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reader and Extractor to respective reader/extractor modules
* ReaderBuilder to reader module
* ExtractorBuilder to extractor module
* Loading module in utils (safe_load, unpack_name)
* Pipeline and PipelineBuilder to lib module
* errors to utils
* documentation: "standard import" and "external import"
</pre>
</div>
</content>
</entry>
<entry>
<title>adaptions to updates in bsfs</title>
<updated>2022-12-18T12:37:59+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-18T12:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=057e09d6537bf5c39815661a75819081e3e5fda7'/>
<id>057e09d6537bf5c39815661a75819081e3e5fda7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bsie/pipeline interface revision:</title>
<updated>2022-12-15T16:19:21+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-15T16:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=37510d134458bf954ca2da6d40be0d6c76661e8c'/>
<id>37510d134458bf954ca2da6d40be0d6c76661e8c</id>
<content type='text'>
* predicates -&gt; principals
* schema as property
* principals as property
* information hiding
* full subschema instead of only predicates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* predicates -&gt; principals
* schema as property
* principals as property
* information hiding
* full subschema instead of only predicates
</pre>
</div>
</content>
</entry>
<entry>
<title>Pipeline.prefix as Namespace instead of URI</title>
<updated>2022-12-15T16:16:25+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-15T16:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=5d9526783ad8432c7d6dfe18c0e9f2b37950b470'/>
<id>5d9526783ad8432c7d6dfe18c0e9f2b37950b470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
