Skip to content
#

phonetics

Here are 102 public repositories matching this topic...

jjatria
jjatria commented Apr 6, 2016

Currently (6.0.15), inline comments (marked by ;) in lines with command names are interpreted to be part of the command name:

Create TextGrid: 0, 1, "tier", "" ; Good
asserterror Command "Remove ; Bad!"
  ... not available for current selection.
Remove ; Bad!

As shown in the snippet, a comment next to the first command (after the argument list) is correctly ignored, but when used

cadmium
rmarronnier
rmarronnier commented Sep 30, 2019

As you can see browsing Cadmium shards source code, several entities (for lack of a better word) are declared in different locations and in different ways.

This issue is not just a namespace or redundancy issue but we'd benefit by having fundamental classes or structs describing the tokens, sentences and documents we're dealing with.

I've started in the pos_tagger declaring such structs an

Improve this page

Add a description, image, and links to the phonetics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phonetics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.