Skip to content

Instantly share code, notes, and snippets.

@powerdot
Last active May 19, 2021 15:49
Show Gist options
  • Save powerdot/d61493cea5d30ac5edfb8dd0a0d31919 to your computer and use it in GitHub Desktop.
Save powerdot/d61493cea5d30ac5edfb8dd0a0d31919 to your computer and use it in GitHub Desktop.
<script src="./az.min.js"></script>
<script src="./RTT/index.js"></script>
<script>
let triggers = [ ... ];
Az.Morph.init('./dicts', function(){
let Analysis = RussianTextTagger({triggers, loadedAz: Az, uniq_markers: true});
let result = Analysis("здесь текст для тэггера");
console.log(result);
})
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment