Commit a383c78
File tree
5 files changed
+8
-6
lines changed- ensemble_tagger_implementation
5 files changed
+8
-6
lines changedSubmodule HTTPRequest updated 25 files
- .circleci/config.yml+36
- .gitignore+30-13
- .gitmodules+3
- CMakeLists.txt+19
- README.md+36-24
- azure-pipelines.yml+61-10
- example/Makefile+3-7
- example/example.sln+28
- example/example.vcxproj+9-5
- example/example.xcodeproj/project.pbxproj+16-42
- example/example.xcodeproj/project.xcworkspace/contents.xcworkspacedata+7
- example/main.cpp+104
- external/Catch2+1
- include/HTTPRequest.hpp+1.0k-389
- sonar-project.properties+14
- test/main.cpp-85
- tests/CMakeLists.txt+21
- tests/Makefile+28
- tests/encoding.cpp+95
- tests/main.cpp+2
- tests/parsing.cpp+484
- tests/tests.sln+1-1
- tests/tests.vcxproj+167
- tests/tests.xcodeproj/project.pbxproj+320
- tests/tests.xcodeproj/project.xcworkspace/contents.xcworkspacedata+1-1
- SWUM_POS/META-INF/MANIFEST.MF+2-1
- SWUM_POS/data/swum/eval.txt+5-53
- SWUM_POS/data/swum/eval_fields.txt-13
- SWUM_POS/src/edu/udel/nlpa/swum/nodes/IEquivalenceNode.java+1-3
- SWUM_POS/src/edu/udel/nlpa/swum/nodes/IMethodDecl.java+8-13
- SWUM_POS/src/edu/udel/nlpa/swum/research/SWUMAccuracyHarness.java+5-27
- SWUM_POS/src/edu/udel/nlpa/swum/rules/unigram/EventHandlerRule.java+1-1
- SWUM_POS/src/edu/udel/nlpa/swum/rules/unigram/LeadingPrepositionRule.java+1-1
- SWUM_POS/src/edu/udel/nlpa/swum/rules/unigram/NounPhraseRule.java+1-1
- SWUM_POS/src/edu/udel/nlpa/swum/rules/unigram/UnigramMethodRule.java+1-1
- SWUM_POS/swum.jar
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Submodule srcSAXEventDispatch updated from 2aeac9a to 75ef0af
0 commit comments