https://github.com/clulab/reach

sort by:
Revision Author Date Message Commit Date
46f81e2 Prepare for processors update autoclose, java converters, sbt version 20 July 2023, 17:25:13 UTC
c82871b Modify hash code 09 March 2023, 06:32:23 UTC
593147f Test hash code 09 March 2023, 06:10:42 UTC
c7397a4 Merge pull request #780 from clulab/kwalcock/processorsUpdate Update processors 17 January 2023, 00:16:03 UTC
d1cfd9a Fix build badge 16 January 2023, 20:58:22 UTC
bb711b7 Update processors 16 January 2023, 20:34:18 UTC
3dbf61b Ignore more files 16 January 2023, 20:31:26 UTC
ad4ce51 Fix compilation 16 January 2023, 20:31:07 UTC
41245f7 Merge pull request #778 from clulab/kwalcock/clulab Change to clulab dependency 09 January 2023, 15:10:22 UTC
ea7602f Revert that sh thing 08 January 2023, 01:36:58 UTC
45f476e Increase a timeout Start sbt directly rather than through sh 08 January 2023, 01:29:18 UTC
74a2679 Add even more If this doesn't work, I'll make sure that tests aren't running in parallel. 07 January 2023, 20:35:48 UTC
2a5bc0a Use more memory 07 January 2023, 05:35:20 UTC
6cc52e3 Allow more memory for testing 07 January 2023, 00:30:32 UTC
1bf4d70 Convert from Java to Scala explicitly 06 January 2023, 21:34:34 UTC
935a9c6 Run multiple tests via aggregation This does mean that the processors subproject is aggregated into compilation, which is a change in behavior. I don't think that will hurt. 06 January 2023, 17:29:01 UTC
4071008 Change to clulab dependency 05 January 2023, 22:41:57 UTC
add4859 Merge pull request #775 from clulab/section_names Added support to extract section names 18 November 2022, 22:15:12 UTC
bc72ac3 Update ReachCLI.scala 18 November 2022, 01:48:53 UTC
a8c6b32 Update FriesOutput.scala 18 November 2022, 01:47:08 UTC
0df2b30 Use the implicit converter to make things nicer 18 November 2022, 00:36:32 UTC
ffed65a Merge pull request #776 from clulab/kwalcock/section_names2 This is one way to add section names without changes to processors 17 November 2022, 23:47:27 UTC
fca5973 Some fixes to carry these changes forward to FriesOutput 17 November 2022, 22:53:54 UTC
e678cbe Account for sections on plain Documents 16 November 2022, 16:22:12 UTC
a6e3840 Allow for reading of standard document format 16 November 2022, 15:36:06 UTC
55b7c89 Change to inheritance for document serialization 16 November 2022, 01:50:01 UTC
af7fd68 Add document serialization and testing 16 November 2022, 01:38:35 UTC
d43be70 Unsnapshot processors 15 November 2022, 23:23:52 UTC
10e3c69 Begin serialization 15 November 2022, 23:13:12 UTC
4dcf28d Option 2 Rather than pass around a ReachDocument, just convert Sentences that need to know about sections to ReachSentences. 15 November 2022, 22:30:49 UTC
24eb778 Merge remote-tracking branch 'origin/section_names' into section_names 14 November 2022, 19:22:26 UTC
b955e5b Added support to look at xml files. PubMed recently stopped using the nxml extension in favor of xml 14 November 2022, 19:02:38 UTC
09e4f97 Added support to look at xml files. PubMed recently stopped using the nxml extension in favor of xml 14 November 2022, 17:19:54 UTC
020ab29 Merged master into the branch before PR 13 November 2022, 23:10:16 UTC
8b36655 Merge remote-tracking branch 'origin/master' into section_names # Conflicts: # main/src/main/scala/org/clulab/reach/ReachSystem.scala # src/main/scala/org/clulab/reach/AnnotationsCLI.scala # src/main/scala/org/clulab/reach/ReachCLI.scala 13 November 2022, 23:03:24 UTC
24f0ad5 Added section names to FriesOutput 13 November 2022, 17:36:49 UTC
baa6b5a Added support for serialization of section names 13 November 2022, 17:21:50 UTC
2dbf7da Merge pull request #769 from clulab/serialization Improved ahead-of-time annotator `AnnotationsCLI` 09 June 2022, 22:38:42 UTC
1a4b516 Fixed `TestBioNLPProcessor` 09 June 2022, 19:58:45 UTC
0d36940 Trigger a build 09 June 2022, 02:06:43 UTC
addea59 Fixed a bug in which rule-based NER wasn't happening if calling directly `extractEntities` 08 June 2022, 20:21:12 UTC
fcbd398 Merge branch 'master' into serialization 08 June 2022, 19:27:15 UTC
a31d349 Construct section names and add them to Sentence instances when annotating papers 02 May 2022, 23:16:28 UTC
1cc9184 Added the section name intervals to FriesEntry 22 April 2022, 22:32:56 UTC
7f5648b Progress on addding section titles 22 April 2022, 20:36:56 UTC
d42aaf6 Change to runMain (#770) 10 April 2022, 22:45:23 UTC
b7b6868 Removed unnecessary method from `FriesEntry` 29 March 2022, 17:28:40 UTC
ce63ad4 Decoupled rule and crf NER steps in ReachSystem 28 March 2022, 23:25:41 UTC
986119e Replaced the normal serializer with `DocumentSerializer` 28 March 2022, 20:33:13 UTC
28c1414 Merge pull request #768 from clulab/bioresources_docs 25 March 2022, 03:28:54 UTC
4574f21 Fixed the tests to pull the KB file names directly from `application.conf` in the bioresources subdir 21 March 2022, 18:25:17 UTC
8c6da62 Reinstate some constants 21 March 2022, 13:57:25 UTC
6935a26 Remove unused path constants 21 March 2022, 13:35:55 UTC
5e0be03 Remove deprecated NER files from version control 21 March 2022, 13:33:13 UTC
b575a08 Remove deprecated NER config file 21 March 2022, 13:32:47 UTC
7115d90 Update Bioresources docs 21 March 2022, 13:32:34 UTC
befec11 Add citations (#767) * Add citations * Add diacritic * Try preferred-citation * Make sure it can be parsed * Use preferred-citation * Replace missing { * Try publisher differently * Revert "Try publisher differently" This reverts commit 04210c73b4a2ddd8a34fa7aa6ad271ee0c884514. * Do Marco inconsistently * Add commentary along with preferred citation * Add missing quotation mark 24 February 2022, 19:46:32 UTC
cf7e79f Merge pull request #763 from clulab/updated_indexer Updated Lucene Indexers 06 January 2022, 14:52:30 UTC
e229e09 Added a missing case for pattern matching 05 January 2022, 02:35:05 UTC
8bbf88c Added the pubmed abstract indexer 05 January 2022, 02:20:04 UTC
b4308dd Fixed a bug 28 December 2021, 03:11:01 UTC
7ea0064 Fixed a bug 28 December 2021, 03:04:22 UTC
f61d67d Find the xml files from the index files directly instead of enumerating a directory 28 December 2021, 02:46:40 UTC
3ddb3cf Made directory search recursive 23 December 2021, 18:53:13 UTC
e4febbc Removed unused import 23 December 2021, 18:17:43 UTC
81c7ecd Adapted the index to handle multiple map files (as changed by PMC on dec 21) 23 December 2021, 18:07:41 UTC
a7e5ae6 Merge pull request #762 from clulab/kwalcock/logging Update logging 16 December 2021, 22:06:06 UTC
361f03f Update logging 16 December 2021, 20:24:17 UTC
13528fd Merge pull request #761 from clulab/docker Update Docker build 30 August 2021, 18:12:22 UTC
33c050e Make wget non-verbose 29 August 2021, 02:18:05 UTC
9b22f5e Remove deprecated test Dockerfile and update README 29 August 2021, 02:17:06 UTC
007b9c6 Update Dockerfile to new Ubuntu 29 August 2021, 02:15:56 UTC
e487176 Merge pull request #760 from clulab/kwalcock/benBug 25 August 2021, 02:22:50 UTC
a6ec1db Read from resources 24 August 2021, 18:51:32 UTC
4202758 Add import to work around warning 24 August 2021, 16:16:49 UTC
e55192d Fix log message string interpolation 24 August 2021, 16:00:47 UTC
8fd7382 Change bioresource path 24 August 2021, 16:00:20 UTC
9ed6fe0 Added the context metadata to the fries output (#757) 29 June 2021, 16:55:34 UTC
0c51b38 Merge pull request #756 from clulab/kwalcock/threadUtils Remove superfluous .par 20 June 2021, 06:55:38 UTC
1698885 Remove superfluous .par 20 June 2021, 00:09:55 UTC
a086c8c Merge pull request #753 from clulab/kwalcock/updateProcessors2 Use ThreadUtils, now in processors 19 June 2021, 20:17:35 UTC
4369a99 Merge pull request #754 from clulab/hms_context Context Engine Improvements 19 June 2021, 11:06:25 UTC
44c60cc Merge pull request #755 from clulab/kwalcock/context Streamline Policies.scala 19 June 2021, 08:58:45 UTC
18ca113 Restore the map(identity) 19 June 2021, 02:51:14 UTC
46602be Use setters Remove redundant type Restore spacing 18 June 2021, 22:32:20 UTC
357d014 Streamline collections in Policies 18 June 2021, 22:11:11 UTC
403e166 Initialize in trait 18 June 2021, 18:52:13 UTC
50b410a Use method for new 18 June 2021, 18:51:20 UTC
2d30845 Change to Opt 18 June 2021, 17:35:44 UTC
e6ea5c5 Fixed the serialization bug that broke two tests. 08 June 2021, 20:07:27 UTC
02029d1 Changed the context metadata to use the Counter class 08 June 2021, 03:53:49 UTC
590c98e Ignored the test that expects only one kind of context 07 June 2021, 00:54:52 UTC
c1930f7 Removed the initialization of the context variables from the trait and pushed them down into the implementations. 07 June 2021, 00:54:17 UTC
47d94b2 Added a test script and fixed a bug detected on the test 02 June 2021, 19:24:40 UTC
c600394 Improvements to the context engine 26 May 2021, 23:16:19 UTC
b8b657e Use ThreadUtils, now in processors 18 May 2021, 16:17:03 UTC
e90c6b4 Merge pull request #750 from clulab/decouple_kb Decouple kbs 14 May 2021, 02:04:02 UTC
8a5c2cf Merge pull request #752 from clulab/kwalcock/decouple_kb Move most of decoupling logic to processors 13 May 2021, 14:50:04 UTC
9e2376e Update to processors 8.3.3 12 May 2021, 23:18:17 UTC
024f6b6 Use actual labels rather than expected labels 11 May 2021, 00:02:09 UTC
back to top