Added visualization of sentences.

This commit is contained in:
2024-11-17 19:48:06 +01:00
parent fff44a99bd
commit 3a86f87ad9
61 changed files with 16907 additions and 288 deletions
+9
View File
@@ -0,0 +1,9 @@
body {
background-color: #ffffeb;
}
.w2vresultblock {
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}