https://github.com/clulab/reach

sort by:
Revision Author Date Message Commit Date
fd946e5 Exclude target from copula rule 20 August 2018, 16:00:15 UTC
afff677 Merge pull request #582 from clulab/turnover Added "turnover" as a semantic polarity keyword 30 May 2018, 16:31:24 UTC
779942c Added "turnover" as a semantic polarity keyword 30 May 2018, 15:56:05 UTC
5b9166f Merge pull request #581 from clulab/noserver Switched default processor to BioNLPProcessor rather than the server.… 09 May 2018, 22:07:24 UTC
b5bcaa1 Switched default processor to BioNLPProcessor rather than the server. The client/server config remains available. 09 May 2018, 22:04:54 UTC
25f125f Update README.md 26 March 2018, 13:23:03 UTC
5206ee4 A couple more use cases. 26 February 2018, 22:24:59 UTC
973514a Merge pull request #577 from clulab/kwalcock-infiniteloop Handle loops which are produced by BioCluProcessor 12 February 2018, 17:43:13 UTC
10589d9 First cut Second cut Third cut 11 February 2018, 20:46:26 UTC
d9c111a Merge pull request #575 from clulab/kwalcock-windows Find home from Java rather than environment 07 February 2018, 15:59:42 UTC
fa8c19a Find home from Java rather than environment ConfigFactory fails for environments that don't have ${HOME} defined (e.g., Windows). Use ${user.home} instead. 07 February 2018, 07:58:21 UTC
d99ac0b Merge pull request #574 from clulab/kwalcock-windows Make this work for Windows by fixing path construction 05 February 2018, 03:50:54 UTC
1ce8d65 Fix typo in comment 05 February 2018, 02:27:27 UTC
2949e3b Account for paths in Windows by not doing it 05 February 2018, 00:15:13 UTC
d90d0a4 Update Scala version to 2.11.11 to match Processors.reach branch. Update CHANGES file. 15 December 2017, 21:59:57 UTC
8b281f5 Merge pull request #572 from clulab/p360 Update to use released Processors 6.3.0 as new Reach base. 07 December 2017, 21:05:02 UTC
05e6b18 Update to use released Processors 6.3.0 as new Reach base. 07 December 2017, 20:26:56 UTC
e9657e0 Update README and CHANGES files. 27 November 2017, 22:32:48 UTC
0fd1152 Merge pull request #568 from clulab/maxNxmlSize Only save nxml docs if no larger than maxSize (default 1MB) 27 November 2017, 21:19:26 UTC
cbc5e66 1MB is 1E6 not 1E9 27 November 2017, 17:00:14 UTC
576d83e Only save nxml docs if no larger than 1MB 27 November 2017, 16:56:19 UTC
06dcb07 Merge branch 'master' of https://github.com/clulab/reach 26 November 2017, 03:13:39 UTC
3519218 Added option to save maxDocs documents 26 November 2017, 03:13:22 UTC
7192741 Merge pull request #566 from clulab/libupdts Coordinate & update library versions across subprojects. 24 November 2017, 23:59:10 UTC
ad16ec6 Coordinate & update library versions across subprojects. 24 November 2017, 21:56:42 UTC
255a5e6 Merge pull request #565 from clulab/txt Fix file input pattern to include "txt". 22 November 2017, 20:15:05 UTC
13475e6 Fix file input pattern to include "txt". 22 November 2017, 19:22:32 UTC
aaf7451 Setting version to 1.4.1-SNAPSHOT 16 November 2017, 03:50:32 UTC
3b92c61 Setting version to 1.4.0 16 November 2017, 03:50:31 UTC
ce80e0e Merge pull request #561 from clulab/comv Test PR: changing Travis to run script 16 November 2017, 03:33:42 UTC
2e5385f Update README.md 16 November 2017, 03:14:43 UTC
2f9b3e8 Update Reach to use Processors 6.1.5 release. Update CHANGES file. 16 November 2017, 02:39:38 UTC
3f99d68 Specify path to script. 15 November 2017, 16:54:10 UTC
4c267d1 Attempt to switch what Travis runs for the tests on checkin. 15 November 2017, 16:33:22 UTC
7cdfa24 Update tests for processing annotators. 15 November 2017, 02:44:07 UTC
20df562 Refactor: change processor client to processor annotator. 15 November 2017, 02:43:46 UTC
853d71c Add processor annotator selection, update/reorganize application.conf. 15 November 2017, 02:41:15 UTC
13efb7c Update scripts to use remote server shutdown app to cleanup. 13 November 2017, 22:01:37 UTC
7d43d52 Update for refactoring of shutdown methods. 13 November 2017, 18:40:29 UTC
ad10569 Update test for serialization changes. 11 November 2017, 08:33:00 UTC
fa31f73 Shutdown the client and server when finished. New shells for running top-level apps. Shutdown pass-through in paper reader. Update for reach system rename in paper reader. Other cleanups. 11 November 2017, 07:27:58 UTC
ea69142 Update scala logging to match Processors. 10 November 2017, 01:58:20 UTC
9c8966e Added UA license 08 November 2017, 20:58:40 UTC
54b8449 Update for client/server package/class renames. 01 November 2017, 01:28:50 UTC
7d08a91 Update semi-qualified refs to scala.io.Source causing new errors. 01 November 2017, 01:22:43 UTC
9c15a41 Merge latest 'master' into comv. 18 October 2017, 21:01:11 UTC
1b468fe Merge pull request #558 from clulab/iss554 Issue #554: update Reach for missing file types. 18 October 2017, 20:58:25 UTC
67844a5 Issue #554: update Reach for missing file types. 18 October 2017, 19:33:44 UTC
0d8db86 WIP: move core client, test, and config to Processors. 18 October 2017, 18:43:54 UTC
4d93419 Merge pull request #555 from bgyori/cli_txt Add txt to regexp for finding files for reading in ReachCLI 10 October 2017, 19:13:31 UTC
c1015d2 Add txt to regexp finding files for reading 10 October 2017, 18:46:28 UTC
e141119 Create Reach branch proc6.1.5 to track changes in Processors 6.1.5-SNAPSHOT. 04 October 2017, 22:56:58 UTC
84b5db8 Merge pull request #553 from clulab/proc6.1.4 Update Reach to use released Processors 6.1.4. 04 October 2017, 22:20:12 UTC
7275256 Merge latest 'master' into proc6.1.4. 04 October 2017, 21:50:15 UTC
97cdaaa Update to use Processors 6.1.4. Allow args in POST body of built-in server. 04 October 2017, 21:48:07 UTC
72064c6 Merge pull request #552 from clulab/postbody Add API server route to process args in body of POST 29 September 2017, 00:03:39 UTC
f1c06d2 Add API server route to process text in body of POST. Update API help and tests. 28 September 2017, 22:49:46 UTC
545c5dc Create Reach branch proc6.1.4 to track changes in Processors 6.1.4-SNAPSHOT. 24 September 2017, 23:32:07 UTC
794f6ff Merge pull request #548 from clulab/proc6.1.3 Update build to use newly released Processors 6.1.3 24 September 2017, 23:19:23 UTC
6fb0a25 Update build to use newly released Processors 6.1.3. 24 September 2017, 22:49:38 UTC
e1f9de0 Update to use Akka 2.5.4. 24 September 2017, 21:45:10 UTC
308efe8 Merge branch 'proctest' into proc6.1.3 24 September 2017, 20:21:44 UTC
f6e7a66 Merge latest 'master' into proc6.1.3 24 September 2017, 19:55:36 UTC
c21e62f Adjusted build 24 September 2017, 04:42:30 UTC
e610b3c Merge branch 'master' into proctest 23 September 2017, 04:31:08 UTC
857be84 Merge branch 'master' of https://github.com/clulab/reach 22 September 2017, 16:38:36 UTC
02f0894 Added fetch_nxml.py 22 September 2017, 16:38:22 UTC
63e296f Merge latest 'master' into proc6.1.3 21 September 2017, 02:40:09 UTC
014c6df Added processor load class. 16 September 2017, 17:27:51 UTC
735b930 Merge pull request #545 from clulab/apisrv Merge API server branch 13 September 2017, 23:46:20 UTC
290ab9c Create Reach branch proc6.1.3 to track changes in Processors 6.1.3-SNAPSHOT. 13 September 2017, 22:42:35 UTC
c4dc3a7 Merge latest 'master' into apisrv 13 September 2017, 22:12:25 UTC
a60e42f Merge pull request #542 from clulab/proc6.1.2 Update to use Processors 6.1.2 and Bioresources 1.1.24 13 September 2017, 21:57:38 UTC
bed67b2 Increase heap size via sbt to overcome Travis CI out-of-memory failure. 13 September 2017, 21:31:11 UTC
02f2647 Added the SRI use case 12 September 2017, 15:54:32 UTC
a3536f5 Implement download switch. 12 September 2017, 04:59:40 UTC
e342bcf Add content submitted function. 11 September 2017, 23:27:50 UTC
3f7f456 Update to use Processors 6.1.2 and Bioresources 1.1.24. 11 September 2017, 19:45:44 UTC
82e70c8 Update Reach to use Processors 6.1.2 and Bioresources 1.1.24, which includes the Harvard BioEntities updates of 8/22/2017. 11 September 2017, 04:03:51 UTC
1b4a855 Make uploads work via JS, consolidate uploads in one method. Redo upload tests. 07 September 2017, 00:06:09 UTC
3377617 Format file upload panel. 06 September 2017, 19:21:44 UTC
7568805 Make get from resource directory work, add test. 06 September 2017, 17:57:35 UTC
a41f88a Add uploader path and begin page. 06 September 2017, 02:51:34 UTC
131cd51 Refactor: extract text file upload and response parsing. Update tests and web page. 05 September 2017, 22:13:04 UTC
41a1404 Reformat requests table. 05 September 2017, 19:18:56 UTC
0363567 Create API Server documentation page. 02 September 2017, 03:50:28 UTC
770015a Add tests for CMU output format to Api Server tests. 02 September 2017, 03:47:09 UTC
1c6563f Add CMU output format to ApiRuler. 02 September 2017, 03:45:13 UTC
fcd1e92 Compute returned content types. Add more tests, content type checks. 01 September 2017, 17:16:50 UTC
083c4fa Update the version test. Add POST text test. Cleanups. 01 September 2017, 03:03:48 UTC
e5191df Reset server timeouts, add upload timeout. Cleanups. 31 August 2017, 23:59:14 UTC
4d5ff6d Finally figure out file upload. Cleanups. Upload timeout. 31 August 2017, 23:57:08 UTC
214d035 Merge latest 'master' into apisrv. 30 August 2017, 03:03:11 UTC
2d3c8f2 Begin branch which tracks changes in Processors 6.1.2 snapshot. 30 August 2017, 03:01:27 UTC
e18e328 Update build to use latest akka-http-json4s, new Processors 6.1.1. 30 August 2017, 02:54:46 UTC
ca6b605 Merge pull request #540 from clulab/proc6.0.8 Update Reach to use newly released Processors 6.1.1 29 August 2017, 22:41:57 UTC
529602e Update build to use newly released Processors 6.1.1. 29 August 2017, 21:15:41 UTC
344d767 Get the GET text test working. Begin POST tests (not working). 28 August 2017, 03:52:30 UTC
3dda31c Add small, hand-made NXML file as test input. 28 August 2017, 02:11:19 UTC
7ce4198 Implement GET text call as prototype. 28 August 2017, 02:10:35 UTC
back to top