Skip to content

Commit

Permalink
Fix issue with pos library and bundling and all that nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
neilh-cogapp committed Jun 3, 2024
1 parent f10e58c commit ae3d723
Show file tree
Hide file tree
Showing 13 changed files with 119 additions and 535 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<button id="play-button" type="button">Play</button>
<div class="container">
<div class="audio-container">
<audio class="audio-player" controls src="./iiif.mp3"></audio>
<audio class="audio-player" controls src="/iiif.mp3"></audio>
</div>
<div class="visualizer"></div>
<div class="lyrics honk-wonk"></div>
Expand All @@ -23,9 +23,6 @@

<div id="test" class="throbber"></div>

<script src="src/jspos-0.2.2/lexer.js"></script>
<script src="src/jspos-0.2.2/lexicon.js_"></script>
<script src="src/jspos-0.2.2/POSTagger.js"></script>
<script src="src/main.js" type="module"></script>
</body>
</html>
101 changes: 100 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"audiomotion-analyzer": "^4.5.0",
"pos": "^0.4.2",
"wavesurfer.js": "^7.7.15",
"web-audio-beat-detector": "^8.2.10"
"web-audio-beat-detector": "^8.2.10",
"wink-pos-tagger": "^2.2.2"
},
"devDependencies": {
"vite": "^5.2.0"
Expand Down
File renamed without changes.
105 changes: 0 additions & 105 deletions src/jspos-0.2.2/POSTagger.js

This file was deleted.

81 changes: 0 additions & 81 deletions src/jspos-0.2.2/README.txt

This file was deleted.

Loading

0 comments on commit ae3d723

Please sign in to comment.