Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Word Alignment engine: #506

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add Word Alignment engine: #506

wants to merge 6 commits into from

Conversation

johnml1135
Copy link
Collaborator

@johnml1135 johnml1135 commented Oct 9, 2024

  • Add HTTP API
  • Add Grpc
  • Add Echo
  • Add Serval services
  • Add machine level implementation
  • Add tests

This change is Reviewable

@johnml1135 johnml1135 requested a review from ddaspit October 9, 2024 16:38
@codecov-commenter
Copy link

codecov-commenter commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 52.78150% with 1409 lines in your changes missing coverage. Please review.

Project coverage is 61.08%. Comparing base (5dd100d) to head (23c3e22).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...red/Services/ServalWordAlignmentEngineServiceV1.cs 0.00% 152 Missing ⚠️
...achine.Shared/Services/StatisticalEngineService.cs 0.00% 141 Missing ⚠️
....Shared/Configuration/IMachineBuilderExtensions.cs 0.00% 136 Missing ⚠️
...ServalWordAlignmentPlatformOutboxMessageHandler.cs 0.00% 97 Missing ⚠️
...red/Services/ServalWordAlignmentPlatformService.cs 0.00% 94 Missing ⚠️
...achine.Shared/Services/WordAlignmentEngineState.cs 0.00% 61 Missing ⚠️
...Shared/Services/WordAlignmentPreprocessBuildJob.cs 0.00% 61 Missing ⚠️
...src/Serval.WordAlignment/Services/EngineService.cs 88.06% 51 Missing and 7 partials ⚠️
....Shared/Services/StatisticalPostprocessBuildJob.cs 0.00% 57 Missing ⚠️
...Shared/Services/WordAlignmentEngineStateService.cs 0.00% 47 Missing ⚠️
... and 59 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #506      +/-   ##
==========================================
- Coverage   62.97%   61.08%   -1.90%     
==========================================
  Files         279      343      +64     
  Lines       13984    18172    +4188     
  Branches     1814     2365     +551     
==========================================
+ Hits         8807    11100    +2293     
- Misses       4551     6254    +1703     
- Partials      626      818     +192     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@johnml1135 johnml1135 force-pushed the word_alignment_try_2 branch 3 times, most recently from b547740 to f72b568 Compare October 14, 2024 16:58
@johnml1135 johnml1135 force-pushed the word_alignment_try_2 branch from 82c30fe to da20548 Compare October 24, 2024 19:38
@johnml1135 johnml1135 force-pushed the word_alignment_try_2 branch 4 times, most recently from 41d48d1 to 9b268f2 Compare November 6, 2024 16:00
@johnml1135
Copy link
Collaborator Author

@ddaspit - this is finally ready for review.

@johnml1135 johnml1135 force-pushed the word_alignment_try_2 branch 2 times, most recently from c760b43 to 70810a7 Compare November 12, 2024 20:03
@johnml1135 johnml1135 force-pushed the word_alignment_try_2 branch 2 times, most recently from c918168 to 0b9c983 Compare December 9, 2024 17:37
* Add HTTP API
* Add Grpc
* Add Echo (as single engine)
* Add Serval services
* Add webhooks
* Update docker-compose
* Basic echo works
* Machine Engine updates are made
* Add Word Alignment tests
* Fix Translation Engine - parallel corpus both TextIds and ScriptureRange should cause an * Use matching machine branch for CI tests
* Update to MongoDB 8.0
* Add new word alignment platform pipeline
* Add some integration tests (broken)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants