<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat-scholar/tests, branch x-attic-rescore</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.bnewbold.net/fatcat-scholar/atom?h=x-attic-rescore</id>
<link rel='self' href='https://git.bnewbold.net/fatcat-scholar/atom?h=x-attic-rescore'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/'/>
<updated>2020-08-12T20:23:57+00:00</updated>
<entry>
<title>another clean_str() test case</title>
<updated>2020-08-12T20:23:57+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-08-12T20:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=cfdea6c069d2a97139ddcbb08efa4aea43230f0f'/>
<id>urn:sha1:cfdea6c069d2a97139ddcbb08efa4aea43230f0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>transform: more string cleaning</title>
<updated>2020-08-12T19:27:34+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-08-12T19:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=3260b880c0003b7d55bd026b9f1d259256648b0e'/>
<id>urn:sha1:3260b880c0003b7d55bd026b9f1d259256648b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scrub_text: single-token strings skipped</title>
<updated>2020-08-07T02:01:12+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-08-06T22:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=8b51716fa6bb66f1ac3cf75ce5b64b4138e5935e'/>
<id>urn:sha1:8b51716fa6bb66f1ac3cf75ce5b64b4138e5935e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start some annotaition fixes for pytype</title>
<updated>2020-06-04T06:58:38+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-06-04T06:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=649913ba9fbab8e9b7b428dec6526797c5b1c532'/>
<id>urn:sha1:649913ba9fbab8e9b7b428dec6526797c5b1c532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flake8-annotation linting</title>
<updated>2020-06-04T06:30:46+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-06-04T06:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=4c90b94c24e9e78382d12947fb27c203318d6c9c'/>
<id>urn:sha1:4c90b94c24e9e78382d12947fb27c203318d6c9c</id>
<content type='text'>
Added some new annotations; need to finish more.
</content>
</entry>
<entry>
<title>flake8 fixes (partial)</title>
<updated>2020-06-04T06:16:07+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-06-04T06:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=62fde540ef9c38d403ea89a6fb1db51bfba23da8'/>
<id>urn:sha1:62fde540ef9c38d403ea89a6fb1db51bfba23da8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reformat python code with black</title>
<updated>2020-06-04T05:46:16+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-06-04T05:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=62d3299471b7b4229ae63e21e9d45ef7efde4348'/>
<id>urn:sha1:62d3299471b7b4229ae63e21e9d45ef7efde4348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve text scrubbing</title>
<updated>2020-06-04T02:32:50+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-06-04T02:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=f9035c7ca9637668911afa7e9345138563aad33e'/>
<id>urn:sha1:f9035c7ca9637668911afa7e9345138563aad33e</id>
<content type='text'>
Was going to use textpipe, but dependency was too large and failed to
install with halfway modern GCC (due to CLD2 issue):

  https://github.com/GregBowyer/cld2-cffi/issues/12

So instead basically pulled out the clean_text function, which is quite
short.
</content>
</entry>
<entry>
<title>first pass transform from pipelines to ES schema</title>
<updated>2020-05-20T20:27:55+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-05-20T20:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=f2c465fffc76ca752249e11d32673db43efc35f1'/>
<id>urn:sha1:f2c465fffc76ca752249e11d32673db43efc35f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial progress on work pipeline</title>
<updated>2020-05-17T02:55:17+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-05-17T02:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=0abb779be2cd6fc913f3c57d891b040b40baf6c3'/>
<id>urn:sha1:0abb779be2cd6fc913f3c57d891b040b40baf6c3</id>
<content type='text'>
</content>
</entry>
</feed>
