Skip to content

Commit

Permalink
Adverb statistics -- #1127 (#1129)
Browse files Browse the repository at this point in the history
* Added adverb branch

* Added pages/Adverb

* Updated pages/Adverb

* Renamed verb to adverb

* Added 'Adverb specificity' card-item to ToolsRoute

* Also adapted some more fields for adverbs

* Got rid of adverb_merge_data, has_adverb_data and new_adverb_data_count

* Got rid of valency_merge_data

* Disabled old sorting

* Minor

* Cleanup

* +

* with_valency_data

---------

Co-authored-by: Ivan Beloborodov <[email protected]>
  • Loading branch information
vmonakhov and myrix authored Jul 9, 2024
1 parent d8f7322 commit 95d3ab9
Show file tree
Hide file tree
Showing 5 changed files with 1,687 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Layout/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import SupportRoute from "pages/SupportRoute";
import ToolsRoute from "pages/ToolsRoute";
import TopSectionSelector from "pages/TopSectionSelector";
import Valency from "pages/Valency";
import Adverb from "pages/Adverb";
import VersionRoute from "pages/VersionRoute";
import WithoutGrants from "pages/WithoutGrants";

Expand Down Expand Up @@ -77,6 +78,7 @@ const AppRoutes = () => (
<Route path="/docx2eaf" element={<Docx2Eaf />} />
<Route path="/docx2xlsx" element={<Docx2Xlsx />} />
<Route path="/valency" element={<Valency />} />
<Route path="/adverb" element={<Adverb />} />
<Route element={<NotFound />} />
</Routes>
);
Expand Down
Loading

0 comments on commit 95d3ab9

Please sign in to comment.