Commit Graph

408 Commits

Author SHA1 Message Date
Abhishek Aggarwal
e8716f7fd1 Added "browsermt/marian-dev" as submodule 2020-11-09 12:02:51 +01:00
Abhishek Aggarwal
7a695a08cb Added "ugermann/ssplit-cpp" as a submodule 2020-11-09 12:01:54 +01:00
abhi-agg
8b484492e3
Merge pull request #2 from browsermt/api
Basic skeleton code for the Unified API specification
2020-11-05 11:35:19 +01:00
Abhishek Aggarwal
468508d75d Added constructor definitions
- Added definitions that were absent in previous commits
   of unified API
2020-11-03 18:18:40 +01:00
Abhishek Aggarwal
cd90f89126 Added TranslationModel class
- This class is an implementation of AbstractTranslationModel
   interface

 - This is the main class that will implement the translate API
 - Contains dummy responses for now
2020-11-03 18:17:53 +01:00
Abhishek Aggarwal
e5f3d51eff Basic skeleton code for the Unified API specification
- Contains classes for the API specification (doc/Unified_API.md)
 - Things to be changed/decided later:
     Use of std::string_view to represent ranges
     Adding Alignment information
     Basic Setters and Getters for some of the classes
2020-11-03 10:23:05 +01:00
abhi-agg
ef2323c952
Unified api draft (#1)
* Changed README file

 - Added a short introduction of this repository
 - More updates to come later

* First draft of the unified API
2020-10-29 09:17:32 +01:00
abhi-agg
a2dddd818c
Initial commit 2020-10-19 13:49:38 +02:00