<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bsie.git/bsie/lib, branch release</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>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>minor fixes</title>
<updated>2023-01-16T20:36:50+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-01-16T20:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=58aaa864f9747d27c065739256d4c6635ca9b751'/>
<id>58aaa864f9747d27c065739256d4c6635ca9b751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unsupported file format exception</title>
<updated>2023-01-16T19:53:39+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-01-16T19:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=afd165000c1661a9cca117a4844ad3f89d926fdb'/>
<id>afd165000c1661a9cca117a4844ad3f89d926fdb</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>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>import fixes</title>
<updated>2022-12-15T16:06:09+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-15T16:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=3b7fee369924eb7704709edeb8c17fff9c020dfb'/>
<id>3b7fee369924eb7704709edeb8c17fff9c020dfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>imports and init files</title>
<updated>2022-12-15T15:50:53+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-15T15:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsie.git/commit/?id=49cf03fc212c813862453de5352436dc90d1e458'/>
<id>49cf03fc212c813862453de5352436dc90d1e458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
