|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
* Copyright (C) 2016 Reece H. Dunn |
|
|
|
|
|
|
|
|
* Copyright (C) 2017 Reece H. Dunn |
|
|
* |
|
|
* |
|
|
* This program is free software; you can redistribute it and/or modify |
|
|
* This program is free software; you can redistribute it and/or modify |
|
|
* it under the terms of the GNU General Public License as published by |
|
|
* it under the terms of the GNU General Public License as published by |
|
|
|
|
|
|
|
|
phoneme->phflags |= phVOICED; |
|
|
phoneme->phflags |= phVOICED; |
|
|
break; |
|
|
break; |
|
|
case vls: |
|
|
case vls: |
|
|
phoneme->phflags != phVOICELESS; |
|
|
|
|
|
|
|
|
phoneme->phflags |= phVOICELESS; |
|
|
break; |
|
|
break; |
|
|
// invalid phoneme feature |
|
|
// invalid phoneme feature |
|
|
default: |
|
|
default: |